Home
last modified time | relevance | path

Searched refs:fStackDepth (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp146 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] in pop()
[all...]
H A DSkPDFGraphicStackState.h27 int fStackDepth = 0; member
37 Entry* currentEntry() { return &fEntries[fStackDepth]; } in currentEntry()

Completed in 1 milliseconds