Searched refs:fTotalCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkTDStack.h17 SkTDStack() : fCount(0), fTotalCount(0) {
33 int count() const { return fTotalCount; }
34 int depth() const { return fTotalCount; }
35 bool empty() const { return fTotalCount == 0; }
45 ++fTotalCount;
80 --fTotalCount;
88 SkASSERT(fTotalCount == 0);
107 int fCount, fTotalCount; member in class:SkTDStack
/external/skia/include/core/
H A DSkTDStack.h17 SkTDStack() : fCount(0), fTotalCount(0) {
33 int count() const { return fTotalCount; }
34 int depth() const { return fTotalCount; }
35 bool empty() const { return fTotalCount == 0; }
45 ++fTotalCount;
80 --fTotalCount;
88 SkASSERT(fTotalCount == 0);
107 int fCount, fTotalCount; member in class:SkTDStack
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_rects.cpp66 int count() const { return fTotalCount; }
78 int fTotalCount;
86 fTotalCount = 2; // Top + final sentinel
149 fTotalCount += 1 + rowCount + 1;
170 SkASSERT(dst - startDst == fTotalCount);
/external/skia/src/core/
H A DSkRegion_rects.cpp66 int count() const { return fTotalCount; }
78 int fTotalCount;
86 fTotalCount = 2; // Top + final sentinel
149 fTotalCount += 1 + rowCount + 1;
170 SkASSERT(dst - startDst == fTotalCount);

Completed in 207 milliseconds