Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_color.h76 (cf) == LV_COLOR_FORMAT_AL88 ? 16 : \
149 LV_COLOR_FORMAT_AL88 = 0x15, /**< L8 with alpha >*/ enumerator
197 LV_COLOR_FORMAT_NATIVE_WITH_ALPHA = LV_COLOR_FORMAT_AL88,
Dlv_color.c64 case LV_COLOR_FORMAT_AL88: in lv_color_format_get_bpp()
96 case LV_COLOR_FORMAT_AL88: in lv_color_format_has_alpha()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_render_to_al88.c24 lv_display_set_color_format(NULL, LV_COLOR_FORMAT_AL88); in test_render_to_al88()
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend.c120 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend()
210 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend()
Dlv_draw_sw_blend_to_l8.c310 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_l8()
Dlv_draw_sw_blend_to_al88.c337 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_al88()
Dlv_draw_sw_blend_to_rgb888.c339 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_rgb888()
Dlv_draw_sw_blend_to_argb8888.c345 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_argb8888()
Dlv_draw_sw_blend_to_i1.c338 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_i1()
Dlv_draw_sw_blend_to_rgb565.c389 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_rgb565()
/lvgl-latest/src/drivers/display/st_ltdc/
Dlv_st_ltdc.c226 return LV_COLOR_FORMAT_AL88; in get_lv_cf_from_layer_cf()
280 case LV_COLOR_FORMAT_AL88: in get_dma2d_input_cf_from_lv_cf()
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c173 else if(cf == LV_COLOR_FORMAT_AL88) { in lv_canvas_set_px()
348 else if(header->cf == LV_COLOR_FORMAT_AL88) { in lv_canvas_fill_bg()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_img.c260 else if(!transformed && !radius && (cf == LV_COLOR_FORMAT_L8 || cf == LV_COLOR_FORMAT_AL88)) { in img_draw_core()
468 else if(cf_final == LV_COLOR_FORMAT_L8) cf_final = LV_COLOR_FORMAT_AL88; in transform_and_recolor()
/lvgl-latest/tests/unity/
Dunity_support.c449 else if(cf_in == LV_COLOR_FORMAT_AL88) { in buf_to_xrgb8888()