Searched refs:SkFixedToFractionalInt (Results 1 – 6 of 6) sorted by relevance
25 #define SkFixedToFractionalInt(x) SkFixedToFixed48(x) macro31 #define SkFixedToFractionalInt(x) (x) macro
72 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1); in SCALE_FILTER_NAME()
23 #define SkFixedToFractionalInt(x) SkFixedToFixed48(x) macro29 #define SkFixedToFractionalInt(x) (x) macro
310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1); in SCALE_FILTER_NAME()