Home | History | Annotate | Download | only in core

Lines Matching refs:SkFixed

78     typedef U16CPU (*FixedTileProc)(SkFixed);   // returns 0..0xFFFF
88 SkFixed fFilterOneX;
89 SkFixed fFilterOneY;
91 SkFixed fInvSx; // chooseProcs
92 SkFixed fInvKy; // chooseProcs
223 SkFixed biasX, biasY;
225 // SkFixed epsilon bias to ensure inverse-mapped bitmap coordinates are rounded
228 // We scale it to persist SkFractionalInt -> SkFixed conversions.
251 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); }
252 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); }