Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/png/
Dlv_png.c237 lv_color_t * img_c = (lv_color_t *) img; in convert_color_depth() local
241 img_c[i].ch.red = c.ch.blue; in convert_color_depth()
242 img_c[i].ch.blue = c.ch.red; in convert_color_depth()