Home
last modified time | relevance | path

Searched refs:markAllDone (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
DSkOpContour.h213 void markAllDone() { in markAllDone() function
216 segment->markAllDone(); in markAllDone()
DSkOpBuilder.cpp86 topContour->markAllDone(); in FixWinding()
DSkOpSpan.cpp346 segment->markAllDone(); // mark segment as collapsed in mergeMatches()
DSkOpSegment.h276 void markAllDone();
DSkOpCoincidence.cpp1386 coin->coinPtTStartWritable()->segment()->markAllDone(); in markCollapsed()
1389 coin->oppPtTStartWritable()->segment()->markAllDone(); in markCollapsed()
DSkOpSegment.cpp852 void SkOpSegment::markAllDone() { in markAllDone() function in SkOpSegment