Searched refs:topUnsortable (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 15 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()
|
D | SkPathOpsOp.cpp | 125 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/ |
D | SkPathOpsSimplify.cpp | 15 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()
|
D | SkPathOpsOp.cpp | 125 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/ |
D | ShapeOps.cpp | 136 bool topUnsortable = false; in bridgeOp() local 142 topUnsortable, done, true); in bridgeOp() 144 if (topUnsortable || !done) { in bridgeOp() 145 topUnsortable = false; in bridgeOp()
|
D | Simplify.cpp | 6196 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/ |
D | ShapeOps.cpp | 136 bool topUnsortable = false; in bridgeOp() local 142 topUnsortable, done, true); in bridgeOp() 144 if (topUnsortable || !done) { in bridgeOp() 145 topUnsortable = false; in bridgeOp()
|
D | Simplify.cpp | 6196 bool topUnsortable = false; in bridgeWinding() local 6202 topUnsortable, topDone, false); in bridgeWinding() 6204 if (topUnsortable || !topDone) { in bridgeWinding() 6205 topUnsortable = false; in bridgeWinding()
|