Home | History | Annotate | Download | only in core

Lines Matching refs:SkFixed

25 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) {
72 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
90 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
113 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
260 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value
261 SkFixed B = SkFDot6ToFixed(x1 - x0); // 1/2 the real value
291 SkFixed oldx = fQx;
292 SkFixed oldy = fQy;
293 SkFixed dx = fQDx;
294 SkFixed dy = fQDy;
295 SkFixed newx, newy;
425 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
426 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
427 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
460 SkFixed oldx = fCx;
461 SkFixed oldy = fCy;
462 SkFixed newx, newy;