Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.h180 SkASSERT(fDoneCount <= fCount); in done()
181 return fDoneCount == fCount; in done()
419 int fDoneCount; // number of processed spans (zero initially) variable
DSkOpSegment.cpp576 --fDoneCount; in detach()
579 SkASSERT(fCount >= fDoneCount); in detach()
902 fDoneCount = 0; in init()
1064 ++fDoneCount; in markDone()
DSkPathOpsDebug.cpp1496 SkASSERT(done == fDoneCount); in debugValidate()
1497 SkASSERT(count >= fDoneCount); in debugValidate()