Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_draw/
Dlv_img_buf.h185 uint32_t pxi; member
334 uint32_t pxi; in _lv_img_buf_transform() local
339 pxi = dsc->cfg.src_w * ys_int * px_size + xs_int * px_size; in _lv_img_buf_transform()
340 _lv_memcpy_small(&dsc->res.color, &src_u8[pxi], px_size); in _lv_img_buf_transform()
344 pxi = dsc->cfg.src_w * ys_int * px_size + xs_int * px_size; in _lv_img_buf_transform()
345 _lv_memcpy_small(&dsc->res.color, &src_u8[pxi], px_size - 1); in _lv_img_buf_transform()
346 dsc->res.opa = src_u8[pxi + px_size - 1]; in _lv_img_buf_transform()
350 pxi = 0; /*unused*/ in _lv_img_buf_transform()
367 dsc->tmp.pxi = pxi; in _lv_img_buf_transform()
Dlv_img_buf.c623 _lv_memcpy_small(&c01, &src_u8[dsc->tmp.pxi + dsc->tmp.px_size * xn], sizeof(lv_color_t)); in _lv_img_buf_transform_anti_alias()
624 …_lv_memcpy_small(&c10, &src_u8[dsc->tmp.pxi + dsc->cfg.src_w * dsc->tmp.px_size * yn], sizeof(lv_c… in _lv_img_buf_transform_anti_alias()
625 …_lv_memcpy_small(&c11, &src_u8[dsc->tmp.pxi + dsc->cfg.src_w * dsc->tmp.px_size * yn + dsc->tmp.px… in _lv_img_buf_transform_anti_alias()
628 a10 = src_u8[dsc->tmp.pxi + dsc->tmp.px_size * xn + dsc->tmp.px_size - 1]; in _lv_img_buf_transform_anti_alias()
629 … a01 = src_u8[dsc->tmp.pxi + dsc->cfg.src_w * dsc->tmp.px_size * yn + dsc->tmp.px_size - 1]; in _lv_img_buf_transform_anti_alias()
630 …a11 = src_u8[dsc->tmp.pxi + dsc->cfg.src_w * dsc->tmp.px_size * yn + dsc->tmp.px_size * xn + dsc->… in _lv_img_buf_transform_anti_alias()