Searched refs:LV_COLOR_FORMAT_AL88 (Results 1 – 14 of 14) sorted by relevance
76 (cf) == LV_COLOR_FORMAT_AL88 ? 16 : \149 LV_COLOR_FORMAT_AL88 = 0x15, /**< L8 with alpha >*/ enumerator197 LV_COLOR_FORMAT_NATIVE_WITH_ALPHA = LV_COLOR_FORMAT_AL88,
64 case LV_COLOR_FORMAT_AL88: in lv_color_format_get_bpp()96 case LV_COLOR_FORMAT_AL88: in lv_color_format_has_alpha()
24 lv_display_set_color_format(NULL, LV_COLOR_FORMAT_AL88); in test_render_to_al88()
120 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend()210 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend()
310 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_l8()
337 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_al88()
339 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_rgb888()
345 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_argb8888()
338 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_i1()
389 case LV_COLOR_FORMAT_AL88: in lv_draw_sw_blend_image_to_rgb565()
226 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()
173 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()
260 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()
449 else if(cf_in == LV_COLOR_FORMAT_AL88) { in buf_to_xrgb8888()