Home
last modified time | relevance | path

Searched refs:FindSortableTop (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsCommon.h21 SkOpSpan* FindSortableTop(SkOpContourHead* );
DSkOpBuilder.cpp74 while ((topSpan = FindSortableTop(&contourHead))) { in FixWinding()
DSkPathOpsSimplify.cpp16 SkOpSpan* span = FindSortableTop(contourList); in bridgeWinding()
DSkPathOpsOp.cpp115 SkOpSpan* span = FindSortableTop(contourList); in bridgeOp()
DSkPathOpsWinding.cpp412 SkOpSpan* FindSortableTop(SkOpContourHead* contourHead) { in FindSortableTop() function