Lines Matching refs:SkFixed
31 SkFixed fX;
32 SkFixed fDX;
33 SkFixed fUpperX; // The x value when y = fUpperY
34 SkFixed fY; // The current y
35 SkFixed fUpperY; // The upper bound of y (our edge is from y = fUpperY to y = fLowerY)
36 SkFixed fLowerY; // The lower bound of y (our edge is from y = fUpperY to y = fLowerY)
37 SkFixed fDY; // abs(1/fDX); may be SK_MaxS32 when fDX is close to 0.
40 SkFixed fSavedX; // For deferred blitting
41 SkFixed fSavedY; // For deferred blitting
42 SkFixed fSavedDY; // For deferred blitting
51 static inline SkFixed SnapY(SkFixed y) { in SnapY()
58 inline void goY(SkFixed y) { in goY()
70 inline void goY(SkFixed y, int yShift) { in goY()
77 inline void saveXY(SkFixed x, SkFixed y, SkFixed dY) { in saveXY()
84 bool updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by, SkFixed slope);
87 bool update(SkFixed last_y, bool sortY = true);
111 SkFixed fSnappedX, fSnappedY;
128 SkFixed fSnappedY; // to make sure that y is increasing with smooth jump and snapping