Searched refs:fixedDx (Results 1 – 1 of 1) sorted by relevance
98 const SkFixed fixedDx = SkFractionalIntToFixed(dx); in nofilter_scale() local100 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) { in nofilter_scale()101 decal_nofilter_scale(xy, fixedFx, fixedDx, count); in nofilter_scale()