Exemple #1
0
 static bool Read(SkReadBuffer& reader, SkColor4f* data, uint32_t arraySize) {
     return reader.readColor4fArray(data, arraySize);
 }