Lines Matching refs:SkFixed
26 static inline SkFixed SkFDot6ToFixedDiv2(SkFDot6 value) { in SkFDot6ToFixedDiv2()
73 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine()
91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
114 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in updateLine()
253 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value in setQuadratic()
254 SkFixed B = SkFDot6ToFixed(x1 - x0); // 1/2 the real value in setQuadratic()
277 SkFixed oldx = fQx; in updateQuadratic()
278 SkFixed oldy = fQy; in updateQuadratic()
279 SkFixed dx = fQDx; in updateQuadratic()
280 SkFixed dy = fQDy; in updateQuadratic()
281 SkFixed newx, newy; in updateQuadratic()
410 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift); in setCubic()
411 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift); in setCubic()
412 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift); in setCubic()
438 SkFixed oldx = fCx; in updateCubic()
439 SkFixed oldy = fCy; in updateCubic()
440 SkFixed newx, newy; in updateCubic()