Home
last modified time | relevance | path

Searched refs:fixedDx (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrix_template.h41 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()
DSkBitmapProcState_matrix.h70 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/
DSkBitmapProcState_matrix_neon.h56 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()