Searched refs:findSortableTop (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp369 SkOpSpan* SkOpSegment::findSortableTop(SkOpContour* contourHead) { function in class:SkOpSegment
387 SkOpSpan* SkOpContour::findSortableTop(SkOpContour* contourHead) { function in class:SkOpContour
396 SkOpSpan* result = testSegment->findSortableTop(contourHead);
415 SkOpSpan* result = contour->findSortableTop(contourHead);
H A DSkOpContour.h174 SkOpSpan* findSortableTop(SkOpContour* );
H A DSkOpSegment.h224 SkOpSpan* findSortableTop(SkOpContour* );

Completed in 592 milliseconds