Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/arm2d/
Dlv_draw_sw_arm2d.h101 if(LV_COLOR_FORMAT_RGB565 == des_cf) { \
128 else if(LV_COLOR_FORMAT_XRGB8888 == des_cf) { \
183 lv_color_format_t des_cf = layer->color_format; in lv_draw_sw_image_helium() local
199 if((LV_COLOR_FORMAT_RGB565 == des_cf) in lv_draw_sw_image_helium()
205 if((LV_COLOR_FORMAT_XRGB8888 == des_cf) in lv_draw_sw_image_helium()
211 if((LV_COLOR_FORMAT_XRGB8888 == des_cf) in lv_draw_sw_image_helium()
212 || (LV_COLOR_FORMAT_RGB888 == des_cf) in lv_draw_sw_image_helium()
213 || (LV_COLOR_FORMAT_ARGB8888 == des_cf)) { in lv_draw_sw_image_helium()
333 if(LV_COLOR_FORMAT_RGB565 == des_cf) { in lv_draw_sw_image_helium()
348 else if(LV_COLOR_FORMAT_XRGB8888 == des_cf) { in lv_draw_sw_image_helium()
[all …]