Home
last modified time | relevance | path

Searched defs:readPoint3 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp177 void SkReadBuffer::readPoint3(SkPoint3* point) { in readPoint3() function in SkReadBuffer
DSkReadBuffer.h257 void readPoint3 (SkPoint3* out) { *out = SkPoint3{0,0,0}; } in readPoint3() function
/third_party/skia/src/core/
DSkReadBuffer.cpp165 void SkReadBuffer::readPoint3(SkPoint3* point) { in readPoint3() function in SkReadBuffer