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

  /external/skia/src/pathops/
SkPathOpsCommon.h 22 SkOpSpan* FindSortableTop(SkOpContourHead* );
SkOpBuilder.cpp 55 while ((topSpan = FindSortableTop(&contourHead))) {
SkPathOpsSimplify.cpp 17 SkOpSpan* span = FindSortableTop(contourList);
SkPathOpsWinding.cpp 361 SkOpSpan* SkOpSegment::findSortableTop(SkOpContour* contourHead) {
379 SkOpSpan* SkOpContour::findSortableTop(SkOpContour* contourHead) {
385 SkOpSpan* result = testSegment->findSortableTop(contourHead);
393 SkOpSpan* FindSortableTop(SkOpContourHead* contourHead) {
400 SkOpSpan* result = contour->findSortableTop(contourHead);
SkPathOpsOp.cpp 91 SkOpSpan* span = FindSortableTop(contourList);

Completed in 2060 milliseconds