Home
last modified time | relevance | path

Searched refs:can_truncate_to_fixed_for_decal (Results 1 – 8 of 8) 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.h42 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in NoFilterProc_Scale()
DSkBitmapProcState_matrix.h76 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
/external/chromium_org/third_party/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.h42 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in NoFilterProc_Scale()
DSkBitmapProcState_matrix.h76 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_matrix_neon.h55 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_NOFILTER_NAME()
315 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h55 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_NOFILTER_NAME()
315 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { in SCALE_FILTER_NAME()