Lines Matching refs:SkFDot6ToFixed
76 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, dy)); // + SK_Fixed1/2 in setLine()
117 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, dy)); // + SK_Fixed1/2 in updateLine()
254 SkFixed B = SkFDot6ToFixed(x1 - x0); // 1/2 the real value in setQuadratic()
256 fQx = SkFDot6ToFixed(x0); in setQuadratic()
261 B = SkFDot6ToFixed(y1 - y0); // 1/2 the real value in setQuadratic()
263 fQy = SkFDot6ToFixed(y0); in setQuadratic()
267 fQLastX = SkFDot6ToFixed(x2); in setQuadratic()
268 fQLastY = SkFDot6ToFixed(y2); in setQuadratic()
414 fCx = SkFDot6ToFixed(x0); in setCubic()
423 fCy = SkFDot6ToFixed(y0); in setCubic()
428 fCLastX = SkFDot6ToFixed(x3); in setCubic()
429 fCLastY = SkFDot6ToFixed(y3); in setCubic()