Home
last modified time | relevance | path

Searched refs:can_truncate_to_fixed_for_decal (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_utils.h28 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal() function
DSkBitmapProcState_matrix_template.h43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in NoFilterProc_Scale()
DSkBitmapProcState_matrix.h71 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_FILTER_NAME()
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h57 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_NOFILTER_NAME()
264 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_FILTER_NAME()
DSkBitmapProcState_opts_SSE2.cpp266 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in ClampX_ClampY_filter_scale_SSE2()