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