HomeSort by relevance Sort by last modified time
    Searched defs:minYSet (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;
166 minYSet |= 1 << index;
170 if (minYSet == 0x7) { // return 1 if all four are coincident
175 if (minYSet == 0xF) { // test for horizontal line
CubicReduceOrder.cpp 200 int minXSet, minYSet;
202 minXSet = minYSet = 0;
224 minYSet |= 1 << index;
232 minYSet |= 1 << index;
236 if (minYSet == 0xF) { // return 1 if all four are coincident
241 if (minYSet == 0xF) { // test for horizontal line
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 65 int minXSet, minYSet;
67 minXSet = minYSet = 0;
87 minYSet |= 1 << index;
91 if (minYSet == 0x7) { // return 1 if all four are coincident
96 if (minYSet == 0xF) { // test for horizontal line
205 int minXSet, minYSet;
207 minXSet = minYSet = 0;
229 minYSet |= 1 << index;
237 minYSet |= 1 << index;
241 if (minYSet == 0xF) { // return 1 if all four are coinciden
    [all...]

Completed in 120 milliseconds