Searched refs:SkFractionalIntToFixed (Results 1 – 4 of 4) sorted by relevance
104 const SkFixed fixedFx = SkFractionalIntToFixed(fx); in nofilter_scale()105 const SkFixed fixedDx = SkFractionalIntToFixed(dx); in nofilter_scale()115 *xy++ = pack_two_shorts(tile(SkFractionalIntToFixed(fx ), maxX), in nofilter_scale()116 tile(SkFractionalIntToFixed(fx + dx), maxX)); in nofilter_scale()122 *xx++ = tile(SkFractionalIntToFixed(fx), maxX); in nofilter_scale()171 SkFixed fixedFx = SkFractionalIntToFixed(fx); in filter_scale()180 SkFixed fixedFx = SkFractionalIntToFixed(fx); in filter_scale()426 const SkFixed fixedFx = SkFractionalIntToFixed(fx); in nofilter_scale_neon()427 const SkFixed fixedDx = SkFractionalIntToFixed(dx); in nofilter_scale_neon()447 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in nofilter_scale_neon()[all …]
25 #define SkFractionalIntToFixed(x) SkFixed3232ToFixed(x) macro207 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); } in fixedX()208 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); } in fixedY()