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

Function WriteTextDocumentV3

src/codec/DataTypes.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void WriteTextDocumentV3(EncodeStream* stream, pag::TextDocumentHandle value) {
489 WriteBlock(stream, value.get(), TextDocumentBlockV3);
490}
491
492void WriteGradientColor(EncodeStream* stream, pag::GradientColorHandle value) {
493 auto& alphaStops = value->alphaStops;

Callers 1

writeValueMethod · 0.85

Calls 2

WriteBlockFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected