Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_transform.c164 int32_t xs_ups_start = xs_ups; in rgb_no_aa() local
173 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in rgb_no_aa()
207 int32_t xs_ups_start = xs_ups; in argb_no_aa() local
212 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in argb_no_aa()
241 int32_t xs_ups_start = xs_ups; in rgb565a8_no_aa() local
246 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in rgb565a8_no_aa()
271 int32_t xs_ups_start = xs_ups; in argb_and_rgb_aa() local
304 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in argb_and_rgb_aa()