Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkReadBuffer.h151 bool readPointArray(SkPoint* points, size_t size);
H A DSkReadBuffer.cpp300 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() function in SkReadBuffer
/aosp_15_r20/external/skia/tests/
H A DSerializationTest.cpp176 return reader.readPointArray(data, arraySize); in Read()
/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunContainer.cpp2011 if (!buffer.readPointArray(positionsData, glyphCount)) { return {}; } in MakePointsFromBuffer()