HomeSort by relevance Sort by last modified time
    Searched defs:onlyVertical (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 22 bool onlyVertical = false;
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
33 } else if (onlyVertical) {
SkPathOpsOp.cpp 132 bool onlyVertical = false;
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
150 } else if (onlyVertical) {
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 22 bool onlyVertical = false;
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
33 } else if (onlyVertical) {
SkPathOpsOp.cpp 132 bool onlyVertical = false;
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
150 } else if (onlyVertical) {

Completed in 2987 milliseconds