MCPcopy Create free account
hub / github.com/Tencent/libpag / ReadPoint

Function ReadPoint

src/codec/DataTypes.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111Point ReadPoint(DecodeStream* stream) {
112 Point point = {};
113 point.x = stream->readFloat();
114 point.y = stream->readFloat();
115 return point;
116}
117
118Point3D ReadPoint3D(DecodeStream* stream) {
119 Point3D point = {};

Callers 2

readValueMethod · 0.85
readValueListMethod · 0.85

Calls 1

readFloatMethod · 0.45

Tested by

no test coverage detected