Home | History | Annotate | Download | only in tests

Lines Matching defs:flipped

33                        bool& flipped) {
35 flipped = false;
39 flipped = top > bottom;
40 if (flipped) {
43 result = intersections.vertical(conic, top, bottom, line[0].fX, flipped);
47 flipped = left > right;
48 if (flipped) {
51 result = intersections.horizontal(conic, left, right, line[0].fY, flipped);
70 bool flipped = false;
79 int result = doIntersect(intersections, conic, line, flipped);
124 bool flipped = false;
125 int result = doIntersect(intersections, conic, line, flipped);