Home | History | Annotate | Download | only in core

Lines Matching refs:x2

178     SkFDot6 x0, y0, x1, y1, x2, y2;
187 x2 = int(pts[2].fX * scale);
195 x2 = pts[2].fX >> shift;
203 SkTSwap(x0, x2);
218 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2;
235 SkFixed A = SkFDot6ToFixed(x0 - x1 - x1 + x2);
249 fQLastX = SkFDot6ToFixed(x2);
319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3;
328 x2 = int(pts[2].fX * scale);
338 x2 = pts[2].fX >> shift;
349 SkTSwap(x1, x2);
371 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
399 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
400 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);