Home
last modified time | relevance | path

Searched refs:topUnsortable (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsSimplify.cpp15 bool topUnsortable = false; in bridgeWinding() local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeWinding()
27 if ((!topUnsortable || firstPass) && !topDone) { in bridgeWinding()
36 firstPass = !topUnsortable || lastTopLeft != topLeft; in bridgeWinding()
DSkPathOpsOp.cpp125 bool topUnsortable = false; in bridgeOp() local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeOp()
137 if ((!topUnsortable || firstPass) && !topDone) { in bridgeOp()
153 firstPass = !topUnsortable || lastTopLeft != topLeft; in bridgeOp()
/external/skia/src/pathops/
DSkPathOpsSimplify.cpp15 bool topUnsortable = false; in bridgeWinding() local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeWinding()
27 if ((!topUnsortable || firstPass) && !topDone) { in bridgeWinding()
36 firstPass = !topUnsortable || lastTopLeft != topLeft; in bridgeWinding()
DSkPathOpsOp.cpp125 bool topUnsortable = false; in bridgeOp() local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeOp()
137 if ((!topUnsortable || firstPass) && !topDone) { in bridgeOp()
153 firstPass = !topUnsortable || lastTopLeft != topLeft; in bridgeOp()
/external/chromium_org/third_party/skia/experimental/Intersection/
DShapeOps.cpp136 bool topUnsortable = false; in bridgeOp() local
142 topUnsortable, done, true); in bridgeOp()
144 if (topUnsortable || !done) { in bridgeOp()
145 topUnsortable = false; in bridgeOp()
DSimplify.cpp6196 bool topUnsortable = false; in bridgeWinding() local
6202 topUnsortable, topDone, false); in bridgeWinding()
6204 if (topUnsortable || !topDone) { in bridgeWinding()
6205 topUnsortable = false; in bridgeWinding()
/external/skia/experimental/Intersection/
DShapeOps.cpp136 bool topUnsortable = false; in bridgeOp() local
142 topUnsortable, done, true); in bridgeOp()
144 if (topUnsortable || !done) { in bridgeOp()
145 topUnsortable = false; in bridgeOp()
DSimplify.cpp6196 bool topUnsortable = false; in bridgeWinding() local
6202 topUnsortable, topDone, false); in bridgeWinding()
6204 if (topUnsortable || !topDone) { in bridgeWinding()
6205 topUnsortable = false; in bridgeWinding()