Home | History | Annotate | Download | only in Intersection

Lines Matching defs:bx

19         int bx = state.b & 0x03;
40 path.lineTo(bx, by);
52 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
113 int bx = state.b & 0x03;
135 path.lineTo(bx, by);
145 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
180 int bx = b & 0x03;
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
210 int bx = state.b & 0x03;
230 path.lineTo(bx, by);
240 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by);
275 int bx = b & 0x03;
280 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);