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

  /external/skia/src/core/
SkRasterClipStack.h 71 rec.fDeferredCount = 0;
80 SkASSERT(rec.fDeferredCount == 0);
88 SkASSERT(fStack.top().fDeferredCount >= 0);
89 fStack.top().fDeferredCount += 1;
94 if (--fStack.top().fDeferredCount < 0) {
95 SkASSERT(fStack.top().fDeferredCount == -1);
143 int fDeferredCount; // 0 for a "normal" entry
155 SkASSERT(fStack.top().fDeferredCount >= 0);
156 if (fStack.top().fDeferredCount > 0) {
157 fStack.top().fDeferredCount -= 1
    [all...]
  /external/skqp/src/core/
SkRasterClipStack.h 71 rec.fDeferredCount = 0;
80 SkASSERT(rec.fDeferredCount == 0);
88 SkASSERT(fStack.top().fDeferredCount >= 0);
89 fStack.top().fDeferredCount += 1;
94 if (--fStack.top().fDeferredCount < 0) {
95 SkASSERT(fStack.top().fDeferredCount == -1);
143 int fDeferredCount; // 0 for a "normal" entry
155 SkASSERT(fStack.top().fDeferredCount >= 0);
156 if (fStack.top().fDeferredCount > 0) {
157 fStack.top().fDeferredCount -= 1
    [all...]

Completed in 104 milliseconds