HomeSort by relevance Sort by last modified time
    Searched refs:fTotalCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkTDStack.h 17 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;
  /external/skia/include/core/
SkTDStack.h 17 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;
  /external/chromium_org/third_party/skia/src/core/
SkRegion_rects.cpp 66 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/
SkRegion_rects.cpp 66 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 615 milliseconds