Home
last modified time | relevance | path

Searched defs:readPoint (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkReadBuffer.h119 SkPoint readPoint() { SkPoint p; this->readPoint(&p); return p; } in readPoint() function
DSkReadBuffer.cpp173 void SkReadBuffer::readPoint(SkPoint* point) { in readPoint() function in SkReadBuffer