Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkReadBuffer.h140 bool readPointArray(SkPoint* points, size_t size);
320 bool readPointArray (SkPoint*, size_t) { return false; } in readPointArray() function
DSkReadBuffer.cpp246 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() function in SkReadBuffer
/external/skia/src/core/
DSkReadBuffer.h133 bool readPointArray(SkPoint* points, size_t size);
DSkReadBuffer.cpp279 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() function in SkReadBuffer
/external/skqp/tests/
DSerializationTest.cpp139 return reader.readPointArray(data, arraySize); in Read()
/external/skia/tests/
DSerializationTest.cpp137 return reader.readPointArray(data, arraySize); in Read()