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

  /external/skia/src/pathops/
SkOpSegment.h 194 SkOPASSERT(fDoneCount <= fCount);
195 return fDoneCount == fCount;
442 int fDoneCount; // number of processed spans (zero initially)
SkOpSegment.cpp 483 --fDoneCount;
486 SkOPASSERT(fCount >= fDoneCount);
801 fDoneCount = 0;
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 141 milliseconds