Home
last modified time | relevance | path

Searched refs:readPoint3 (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/core/
DSkReadBuffer.h92 void readPoint3(SkPoint3* point);
257 void readPoint3 (SkPoint3* out) { *out = SkPoint3{0,0,0}; } in readPoint3() function
DSkPicturePlayback.cpp526 reader->readPoint3(&rec.fZPlaneParams); in handleOp()
527 reader->readPoint3(&rec.fLightPos); in handleOp()
DSkReadBuffer.cpp177 void SkReadBuffer::readPoint3(SkPoint3* point) { in readPoint3() function in SkReadBuffer
/third_party/skia/src/core/
DSkReadBuffer.h100 void readPoint3(SkPoint3* point);
DSkPicturePlayback.cpp585 reader->readPoint3(&rec.fZPlaneParams); in handleOp()
586 reader->readPoint3(&rec.fLightPos); in handleOp()
DSkReadBuffer.cpp165 void SkReadBuffer::readPoint3(SkPoint3* point) { in readPoint3() function in SkReadBuffer
/third_party/flutter/skia/tests/
DSerializationTest.cpp147 reader.readPoint3(data); in Read()
/third_party/skia/tests/
DSerializationTest.cpp146 reader.readPoint3(data); in Read()