Home | History | Annotate | Download | only in core

Lines Matching defs:x2

178     SkFDot6 x0, y0, x1, y1, x2, y2;
186 x2 = SkScalarRoundToFDot6(pts[2].fX, shift);
194 x2 = int(pts[2].fX * scale);
202 SkTSwap(x0, x2);
217 SkFDot6 dx = (SkLeftShift(x1, 1) - x0 - x2) >> 2;
253 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value
267 fQLastX = SkFDot6ToFixed(x2);
336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3;
344 x2 = SkScalarRoundToFDot6(pts[2].fX, shift);
354 x2 = int(pts[2].fX * scale);
365 SkTSwap(x1, x2);
383 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
411 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
412 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);