Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp98 const SkFixed fixedDx = SkFractionalIntToFixed(dx); in nofilter_scale() local
100 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()