Searched refs:fixedFx (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrix.h | 69 const SkFixed fixedFx = SkFractionalIntToFixed(fx); in SCALE_FILTER_NAME() local 71 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_FILTER_NAME() 72 decal_filter_scale(xy, fixedFx, fixedDx, count); in SCALE_FILTER_NAME() 77 SkFixed fixedFx = SkFractionalIntToFixed(fx); in SCALE_FILTER_NAME() local 78 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X); in SCALE_FILTER_NAME()
|
D | SkBitmapProcState_matrix_template.h | 40 const SkFixed fixedFx = SkFractionalIntToFixed(fx); in NoFilterProc_Scale() local 43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in NoFilterProc_Scale() 44 decal_nofilter_scale(xy, fixedFx, fixedDx, count); in NoFilterProc_Scale()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 55 const SkFixed fixedFx = SkFractionalIntToFixed(fx); in SCALE_NOFILTER_NAME() local 57 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_NOFILTER_NAME() 58 decal_nofilter_scale_neon(xy, fixedFx, fixedDx, count); in SCALE_NOFILTER_NAME() 262 const SkFixed fixedFx = SkFractionalIntToFixed(fx); in SCALE_FILTER_NAME() local 264 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_FILTER_NAME() 265 decal_filter_scale_neon(xy, fixedFx, fixedDx, count); in SCALE_FILTER_NAME()
|