Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.cpp50 SkOpSegment* SkOpContour::undoneSegment(SkOpSpanBase** startPtr, SkOpSpanBase** endPtr) { in undoneSegment() function in SkOpContour
DSkOpContour.h351 SkOpSegment* undoneSegment(SkOpSpanBase** startPtr, SkOpSpanBase** endPtr);
DSkPathOpsCommon.cpp68 result = contour->undoneSegment(startPtr, endPtr); in FindUndone()