Searched defs:topDone (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp21 bool topDone; local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
27 if ((!topUnsortable || firstPass) && !topDone) {
H A DSkPathOpsOp.cpp131 bool topDone; local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
137 if ((!topUnsortable || firstPass) && !topDone) {
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp21 bool topDone; local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
27 if ((!topUnsortable || firstPass) && !topDone) {
H A DSkPathOpsOp.cpp131 bool topDone; local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
137 if ((!topUnsortable || firstPass) && !topDone) {

Completed in 131 milliseconds