Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_utils.h21 static inline bool can_truncate_to_fixed_for_decal(SkFractionalInt frX, in can_truncate_to_fixed_for_decal() function
DSkBitmapProcState_matrix_template.h39 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in NoFilterProc_Scale()
DSkBitmapProcState_matrix.h74 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h57 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()