Searched defs:writeToMemoryAsRRect (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPath_serial.cpp53 size_t SkPath::writeToMemoryAsRRect(void* storage) const { function in class:SkPath
90 if (size_t bytes = this->writeToMemoryAsRRect(storage)) {
/external/skqp/src/core/
H A DSkPath.cpp2072 size_t SkPath::writeToMemoryAsRRect(int32_t packedHeader, void* storage) const { function in class:SkPath
2110 if (size_t bytes = this->writeToMemoryAsRRect(packed, storage)) {

Completed in 253 milliseconds