Home
last modified time | relevance | path

Searched refs:fLocalCount (Results 1 – 1 of 1) sorted by relevance

/external/skia/experimental/PdfViewer/src/
DSkTDStackNester.h35 , fLocalCount(0) in SkTDStackNester()
54 int count() const { return fLocalCount; } in count()
59 bool empty() const { return fLocalCount == 0; } in empty()
78 fNestings[fNestingLevel] = fLocalCount; in nest()
79 fLocalCount = 0; in nest()
105 while (fLocalCount > 0) { in unnest()
111 fLocalCount = fNestings[fNestingLevel]; in unnest()
127 ++fLocalCount; in push()
168 SkASSERT(fLocalCount > 0); in pop()
169 --fLocalCount; in pop()
[all …]