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

/external/skia/src/core/
H A DSkBitmapProcState.h22 typedef SkFixed3232 SkFractionalInt; typedef
82 SkFractionalInt fInvSxFractionalInt;
83 SkFractionalInt fInvKyFractionalInt;
198 // Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
228 // We scale it to persist SkFractionalInt -> SkFixed conversions.
237 fX = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.x()) -
239 fY = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.y()) -
248 SkFractionalInt fractionalIntX() const { return fX; }
249 SkFractionalInt fractionalIntY() const { return fY; }
258 SkFractionalInt f
[all...]

Completed in 185 milliseconds