Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
void 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
setUpContentEntry
Method · 0.80
finishContentEntry
Method · 0.80
Calls
1
pop
Method · 0.95
Tested by
no test coverage detected