Searched refs:topDone (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 21 bool topDone; in bridgeWinding() local 25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeWinding() 27 if ((!topUnsortable || firstPass) && !topDone) { in bridgeWinding()
|
D | SkPathOpsOp.cpp | 131 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/ |
D | SkPathOpsSimplify.cpp | 21 bool topDone; in bridgeWinding() local 25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass); in bridgeWinding() 27 if ((!topUnsortable || firstPass) && !topDone) { in bridgeWinding()
|
D | SkPathOpsOp.cpp | 131 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/ |
D | Simplify.cpp | 6200 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/ |
D | Simplify.cpp | 6200 bool topDone; in bridgeWinding() local 6202 topUnsortable, topDone, false); in bridgeWinding() 6204 if (topUnsortable || !topDone) { in bridgeWinding()
|