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

Function WritePoint3D

src/codec/DataTypes.cpp:399–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void WritePoint3D(EncodeStream* stream, pag::Point3D value) {
400 stream->writeFloat(value.x);
401 stream->writeFloat(value.y);
402 stream->writeFloat(value.z);
403}
404
405static void WritePathInternal(EncodeStream* stream, pag::PathHandle value) {
406 auto& points = value->points;

Callers 2

writeValueMethod · 0.85
writeValueListMethod · 0.85

Calls 1

writeFloatMethod · 0.80

Tested by

no test coverage detected