Exemple #1
0
 static void Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) {
     writer.writePointArray(data, arraySize);
 }