Lines Matching refs:fStackDepth
146 while (fStackDepth > 0) {
169 SkASSERT(fStackDepth > 0);
170 SkASSERT(fEntries[fStackDepth].fClipStackGenID ==
171 fEntries[fStackDepth -1].fClipStackGenID);
220 SkASSERT(fStackDepth < kMaxStackDepth);
222 ++fStackDepth;
223 fEntries[fStackDepth] = fEntries[fStackDepth - 1];
227 SkASSERT(fStackDepth > 0);
229 fEntries[fStackDepth] = SkPDFGraphicStackState::Entry();
230 --fStackDepth;
235 while (fStackDepth) {
239 SkASSERT(fStackDepth == 0);