Searched refs:can_truncate_to_fixed_for_decal (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_utils.h | 28 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal() function
|
D | SkBitmapProcState_matrix_template.h | 43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in NoFilterProc_Scale()
|
D | SkBitmapProcState_matrix.h | 71 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in SCALE_FILTER_NAME()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 57 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()
|
D | SkBitmapProcState_opts_SSE2.cpp | 266 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in ClampX_ClampY_filter_scale_SSE2()
|