Lines Matching refs:SkFixed
28 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) { in SkFDot6ToFixedDiv2()
76 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine()
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
117 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in updateLine()
261 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value in setQuadraticWithoutUpdate()
262 SkFixed B = SkFDot6ToFixed(x1 - x0); // 1/2 the real value in setQuadraticWithoutUpdate()
292 SkFixed oldx = fQx; in updateQuadratic()
293 SkFixed oldy = fQy; in updateQuadratic()
294 SkFixed dx = fQDx; in updateQuadratic()
295 SkFixed dy = fQDy; in updateQuadratic()
296 SkFixed newx, newy; in updateQuadratic()
427 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift); in setCubicWithoutUpdate()
428 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift); in setCubicWithoutUpdate()
429 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift); in setCubicWithoutUpdate()
462 SkFixed oldx = fCx; in updateCubic()
463 SkFixed oldy = fCy; in updateCubic()
464 SkFixed newx, newy; in updateCubic()