Home
last modified time | relevance | path

Searched refs:readPointArray (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkReadBuffer.h137 bool readPointArray(SkPoint* points, size_t size);
DSkReadBuffer.cpp279 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() function in SkReadBuffer
/third_party/skia/tests/
DSerializationTest.cpp137 return reader.readPointArray(data, arraySize); in Read()