Searched defs:SkFractionalInt (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.h22 typedef SkFixed3232 SkFractionalInt; typedef
58 SkFractionalInt fInvSxFractionalInt;
59 SkFractionalInt fInvKyFractionalInt;
191 // Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
206 // We scale it to persist SkFractionalInt -> SkFixed conversions.
223 SkFractionalInt fractionalIntX() const { return fX; }
224 SkFractionalInt fractionalIntY() const { return fY; }
233 SkFractionalInt fX, fY;

Completed in 172 milliseconds