Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_draw/
Dlv_img_buf.c614 lv_color_t c10; in _lv_img_buf_transform_anti_alias() local
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()
635c10 = lv_img_buf_get_px_color(&dsc->tmp.img_dsc, dsc->tmp.xs_int, dsc->tmp.ys_int + yn, dsc->cfg.c… in _lv_img_buf_transform_anti_alias()
673 else if(xr1 == LV_OPA_COVER) c1 = c10; in _lv_img_buf_transform_anti_alias()
674 else c1 = lv_color_mix(c10, c11, xr1); in _lv_img_buf_transform_anti_alias()