Home
last modified time | relevance | path

Searched refs:topDone (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsSimplify.cpp21 bool topDone; in bridgeWinding() local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeWinding()
27 if ((!topUnsortable || firstPass) && !topDone) { in bridgeWinding()
DSkPathOpsOp.cpp131 bool topDone; in bridgeOp() local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeOp()
137 if ((!topUnsortable || firstPass) && !topDone) { in bridgeOp()
/external/skia/src/pathops/
DSkPathOpsSimplify.cpp21 bool topDone; in bridgeWinding() local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeWinding()
27 if ((!topUnsortable || firstPass) && !topDone) { in bridgeWinding()
DSkPathOpsOp.cpp131 bool topDone; in bridgeOp() local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeOp()
137 if ((!topUnsortable || firstPass) && !topDone) { in bridgeOp()
/external/skia/experimental/Intersection/
DSimplify.cpp6200 bool topDone; in bridgeWinding() local
6202 topUnsortable, topDone, false); in bridgeWinding()
6204 if (topUnsortable || !topDone) { in bridgeWinding()
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplify.cpp6200 bool topDone; in bridgeWinding() local
6202 topUnsortable, topDone, false); in bridgeWinding()
6204 if (topUnsortable || !topDone) { in bridgeWinding()