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

/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h35 , fLocalCount(0)
54 int count() const { return fLocalCount; }
59 bool empty() const { return fLocalCount == 0; }
72 * After a call to nest(), fLocalCount is reset to 0, since the stack is on a new nesting
78 fNestings[fNestingLevel] = fLocalCount;
79 fLocalCount = 0;
105 while (fLocalCount > 0) {
111 fLocalCount = fNestings[fNestingLevel];
127 ++fLocalCount;
168 SkASSERT(fLocalCount >
202 int fLocalCount; member in class:SkTDStackNester
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h35 , fLocalCount(0)
54 int count() const { return fLocalCount; }
59 bool empty() const { return fLocalCount == 0; }
72 * After a call to nest(), fLocalCount is reset to 0, since the stack is on a new nesting
78 fNestings[fNestingLevel] = fLocalCount;
79 fLocalCount = 0;
105 while (fLocalCount > 0) {
111 fLocalCount = fNestings[fNestingLevel];
127 ++fLocalCount;
168 SkASSERT(fLocalCount >
202 int fLocalCount; member in class:SkTDStackNester
[all...]

Completed in 78 milliseconds