Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkReadBuffer.h124 bool readPointArray(SkPoint* points, size_t size);
290 bool readPointArray (SkPoint*, size_t) { return false; } in readPointArray() function
DSkReadBuffer.cpp255 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() function in SkReadBuffer
/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/flutter/skia/tests/
DSerializationTest.cpp138 return reader.readPointArray(data, arraySize); in Read()
/third_party/skia/tests/
DSerializationTest.cpp137 return reader.readPointArray(data, arraySize); in Read()