Searched refs:fixedDx (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix_template.h41 const SkFixed fixedDx = SkFractionalIntToFixed(dx); local
43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count);
H A DSkBitmapProcState_matrix.h74 const SkFixed fixedDx = SkFractionalIntToFixed(dx); local
75 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
76 decal_filter_scale(xy, fixedFx, fixedDx, count);
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h58 const SkFixed fixedDx = SkFractionalIntToFixed(dx); local
59 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
60 decal_nofilter_scale_neon(xy, fixedFx, fixedDx, count);
314 const SkFixed fixedDx = SkFractionalIntToFixed(dx); local
315 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
316 decal_filter_scale_neon(xy, fixedFx, fixedDx, count);

Completed in 92 milliseconds