Searched refs:fStackDepth (Results 1 – 4 of 4) sorted by relevance
146 while (fStackDepth > 0) { in updateClip()169 SkASSERT(fStackDepth > 0); in updateMatrix()170 SkASSERT(fEntries[fStackDepth].fClipStackGenID == in updateMatrix()171 fEntries[fStackDepth -1].fClipStackGenID); in updateMatrix()220 SkASSERT(fStackDepth < kMaxStackDepth); in push()222 ++fStackDepth; in push()223 fEntries[fStackDepth] = fEntries[fStackDepth - 1]; in push()227 SkASSERT(fStackDepth > 0); in pop()229 fEntries[fStackDepth] = SkPDFGraphicStackState::Entry(); in pop()230 --fStackDepth; in pop()[all …]
27 int fStackDepth = 0; member37 Entry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry()
155 while (fStackDepth > 0) { in updateClip()178 SkASSERT(fStackDepth > 0); in updateMatrix()179 SkASSERT(fEntries[fStackDepth].fClipStackGenID == in updateMatrix()180 fEntries[fStackDepth -1].fClipStackGenID); in updateMatrix()229 SkASSERT(fStackDepth < kMaxStackDepth); in push()231 ++fStackDepth; in push()232 fEntries[fStackDepth] = fEntries[fStackDepth - 1]; in push()236 SkASSERT(fStackDepth > 0); in pop()238 fEntries[fStackDepth] = SkPDFGraphicStackState::Entry(); in pop()239 --fStackDepth; in pop()[all …]