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