Searched defs:readPoint (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkReadBuffer.cpp130 void SkReadBuffer::readPoint(SkPoint* point) { function in class:SkReadBuffer
H A DSkReadBuffer.h115 virtual void readPoint(SkPoint* point);
116 SkPoint readPoint() { SkPoint p; this->readPoint(&p); return p; } function in class:SkReadBuffer
H A DSkValidatingReadBuffer.cpp122 void SkValidatingReadBuffer::readPoint(SkPoint* point) { function in class:SkValidatingReadBuffer

Completed in 91 milliseconds