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