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

/external/skia/src/core/
H A DSkBitmapProcState_utils.h21 static inline bool can_truncate_to_fixed_for_decal(SkFractionalInt frX, function
H A DSkBitmapProcState_matrix_template.h42 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
H A DSkBitmapProcState_matrix.h76 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h55 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
315 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {

Completed in 120 milliseconds