Home | History | Annotate | Download | only in Intersection

Lines Matching defs:ex

26             int ex = e & 0x03;
44 path.moveTo(ex, ey);
56 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
121 int ex = e & 0x03;
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
139 path.lineTo(ex, ey);
149 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
218 int ex = e & 0x03;
223 if (state.d && (ex - dx) * (fy - dy)
234 path.lineTo(ex, ey);
244 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);