MCPcopy Create free account
hub / github.com/Tencent/tgfx / PDFGraphicStackState

Method PDFGraphicStackState

src/pdf/PDFGraphicStackState.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 std::shared_ptr<MemoryWriteStream> contentStream;
48
49 explicit PDFGraphicStackState(std::shared_ptr<MemoryWriteStream> stream = nullptr)
50 : contentStream(std::move(stream)) {
51 }
52
53 void updateClip(const MCState& state);
54 void updateMatrix(const Matrix& matrix);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected