Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/extra/libs/png/
Dlv_png.c30 static void convert_color_depth(uint8_t * img, uint32_t px_cnt);
213 static void convert_color_depth(uint8_t * img, uint32_t px_cnt) in convert_color_depth() argument
220 for(i = 0; i < px_cnt; i++) { in convert_color_depth()
229 for(i = 0; i < px_cnt; i++) { in convert_color_depth()
239 for(i = 0; i < px_cnt; i++) { in convert_color_depth()
248 for(i = 0; i < px_cnt; i++) { in convert_color_depth()
/lvgl-3.5.0/src/draw/sw/
Dlv_draw_sw_img.c214 uint32_t px_cnt = lv_area_get_size(dest_area); in convert_cb() local
215 lv_memset_ff(abuf, px_cnt); in convert_cb()
243 for(i = 0; i < px_cnt; i++) { in convert_cb()
/lvgl-3.5.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c93 static void convert_color_depth(uint8_t * img, uint32_t px_cnt);
332 static void convert_color_depth(uint8_t * img, uint32_t px_cnt) in convert_color_depth() argument
337 for(uint32_t i = 0; i < px_cnt; i++) { in convert_color_depth()
/lvgl-3.5.0/src/draw/arm2d/
Dlv_gpu_arm2d.c1486 uint32_t px_cnt = lv_area_get_size(dest_area); in convert_cb() local
1487 lv_memset(abuf, 0xff, px_cnt); in convert_cb()
1515 for(i = 0; i < px_cnt; i++) { in convert_cb()