Home
last modified time | relevance | path

Searched refs:fDoneCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
DSkOpSegment.h190 SkOPASSERT(fDoneCount <= fCount); in done()
191 return fDoneCount == fCount; in done()
438 int fDoneCount; // number of processed spans (zero initially) variable
DSkOpSegment.cpp500 --fDoneCount; in release()
503 SkOPASSERT(fCount >= fDoneCount); in release()
823 fDoneCount = 0; in init()
1017 ++fDoneCount; in markDone()
DSkPathOpsDebug.cpp2391 SkASSERT(done == fDoneCount); in debugValidate()
2392 SkASSERT(count >= fDoneCount); in debugValidate()