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

Method drainStack

src/pdf/PDFGraphicStackState.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void PDFGraphicStackState::drainStack() {
153 if (contentStream) {
154 while (stackDepth) {
155 this->pop();
156 }
157 }
158 DEBUG_ASSERT(stackDepth == 0);
159}
160
161} // namespace tgfx

Callers 2

setUpContentEntryMethod · 0.80
finishContentEntryMethod · 0.80

Calls 1

popMethod · 0.95

Tested by

no test coverage detected