Searched refs:can_truncate_to_fixed_for_decal (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_utils.h | 21 static inline bool can_truncate_to_fixed_for_decal(SkFractionalInt frX, in can_truncate_to_fixed_for_decal() function
|
D | SkBitmapProcState_matrix_template.h | 39 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in NoFilterProc_Scale()
|
D | SkBitmapProcState_matrix.h | 74 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_matrix_neon.h | 57 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_NOFILTER_NAME() 312 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
|