Searched refs:fixedDx (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrix_template.h | 41 const SkFixed fixedDx = SkFractionalIntToFixed(dx); 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()
|
D | SkBitmapProcState_matrix.h | 70 const SkFixed fixedDx = SkFractionalIntToFixed(dx); 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()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 56 const SkFixed fixedDx = SkFractionalIntToFixed(dx); 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() 263 const SkFixed fixedDx = SkFractionalIntToFixed(dx); 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()
|