Home
last modified time | relevance | path

Searched refs:SkFractionalIntToFixed (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp104 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 …]
DSkBitmapProcState.h25 #define SkFractionalIntToFixed(x) SkFixed3232ToFixed(x) macro
207 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); } in fixedX()
208 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); } in fixedY()
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp104 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 …]
DSkBitmapProcState.h25 #define SkFractionalIntToFixed(x) SkFixed3232ToFixed(x) macro
207 SkFixed fixedX() const { return SkFractionalIntToFixed(fX); } in fixedX()
208 SkFixed fixedY() const { return SkFractionalIntToFixed(fY); } in fixedY()