Home | History | Annotate | Download | only in Intersection

Lines Matching defs:fy

30                 int fy = f >> 2;
45 path.lineTo(fx, fy);
57 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
128 int fy = f >> 2;
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
140 path.lineTo(fx, fy);
150 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
222 int fy = f >> 2;
223 if (state.d && (ex - dx) * (fy - dy)
235 path.lineTo(fx, fy);
245 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);