HomeSort by relevance Sort by last modified time
    Searched refs:FindSortableTop (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkPathOpsCommon.h 22 SkOpSpan* FindSortableTop(SkOpContourHead* );
SkPathOpsSimplify.cpp 17 SkOpSpan* span = FindSortableTop(contourList);
SkPathOpsOp.cpp 91 SkOpSpan* span = FindSortableTop(contourList);
SkPathOpsWinding.cpp 356 SkOpSpan* SkOpSegment::findSortableTop(SkOpContour* contourHead) {
374 SkOpSpan* SkOpContour::findSortableTop(SkOpContour* contourHead) {
380 SkOpSpan* result = testSegment->findSortableTop(contourHead);
388 SkOpSpan* FindSortableTop(SkOpContourHead* contourHead) {
395 SkOpSpan* result = contour->findSortableTop(contourHead);

Completed in 115 milliseconds