Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp574 auto dx_r = static_cast<long>(ULONG_MAX >> PIXEL_BITS) / (diff.x); in _lineTo() local
586 f2 = {0, SW_UDIV(-prod, -dx_r)}; in _lineTo()
603 f2 = {ONE_PIXEL, SW_UDIV(prod, dx_r)}; in _lineTo()