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.c295 int32_t xs_ups_start = xs_ups; in transform_rgb888() local
301 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in transform_rgb888()
395 int32_t xs_ups_start = xs_ups; in transform_argb8888() local
401 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in transform_argb8888()
488 int32_t xs_ups_start = xs_ups; in transform_rgb565a8() local
498 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in transform_rgb565a8()
603 int32_t xs_ups_start = xs_ups; in transform_a8() local
608 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in transform_a8()
681 int32_t xs_ups_start = xs_ups; in transform_l8_to_al88() local
687 xs_ups = xs_ups_start + ((xs_step * x) >> 8); in transform_l8_to_al88()