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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticReduceOrder.cpp 144 int minXSet, minYSet;
146 minXSet = minYSet = 0;
163 minXSet |= 1 << index;
169 if (minXSet == 0x7) { // test for vertical line
CubicReduceOrder.cpp 200 int minXSet, minYSet;
202 minXSet = minYSet = 0;
223 minXSet |= 1 << index;
229 minXSet |= 1 << index;
235 if (minXSet == 0xF) { // test for vertical line
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 65 int minXSet, minYSet;
67 minXSet = minYSet = 0;
84 minXSet |= 1 << index;
90 if (minXSet == 0x7) { // test for vertical line
205 int minXSet, minYSet;
207 minXSet = minYSet = 0;
228 minXSet |= 1 << index;
234 minXSet |= 1 << index;
240 if (minXSet == 0xF) { // test for vertical line

Completed in 465 milliseconds