| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected