Lines Matching refs:SkFractionalInt
21 typedef SkFixed3232 SkFractionalInt;
59 SkFractionalInt fInvSxFractionalInt;
60 SkFractionalInt fInvKyFractionalInt;
138 // Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
171 // We scale it to persist SkFractionalInt -> SkFixed conversions.
177 fX = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.x()) -
179 fY = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.y()) -
188 SkFractionalInt fractionalIntX() const { return fX; }
189 SkFractionalInt fractionalIntY() const { return fY; }
198 SkFractionalInt fX, fY;