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