Lines Matching refs:SkFixed
49 typedef U16CPU (*FixedTileProc)(SkFixed); // returns 0..0xFFFF
50 typedef U16CPU (*FixedTileLowBitsProc)(SkFixed, int); // returns 0..0xF
66 SkFixed fFilterOneX;
67 SkFixed fFilterOneY;
70 SkFixed fInvSx; // chooseProcs
71 SkFixed fInvKy; // chooseProcs
201 SkFixed biasX, biasY;
203 // SkFixed epsilon bias to ensure inverse-mapped bitmap coordinates are rounded
206 // We scale it to persist SkFractionalInt -> SkFixed conversions.
226 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); }
227 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); }