| /lvgl-latest/src/draw/renesas/dave2d/ |
| D | lv_draw_dave2d_utils.c | 114 case(LV_COLOR_FORMAT_A8): in lv_draw_dave2d_lv_colour_fmt_to_d2_fmt() 160 case LV_COLOR_FORMAT_A8: in lv_draw_dave2d_is_dest_cf_supported()
|
| D | lv_draw_dave2d_label.c | 84 … mask_area.x1 + lv_draw_buf_width_to_stride(lv_area_get_width(&mask_area), LV_COLOR_FORMAT_A8) - 1; in lv_draw_dave2d_draw_letter_cb() 103 …2_s32)lv_draw_buf_width_to_stride((uint32_t)lv_area_get_width(&letter_coords), LV_COLOR_FORMAT_A8), in lv_draw_dave2d_draw_letter_cb()
|
| /lvgl-latest/tests/src/test_assets/ |
| D | test_img_cogwheel_a8.c | 117 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/ |
| D | test_A8_NONE_align64.c | 88 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/ |
| D | test_A8_NONE_align1.c | 88 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/tests/test_images/stride_align64/LZ4/ |
| D | test_A8_LZ4_align64.c | 116 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/tests/test_images/stride_align1/LZ4/ |
| D | test_A8_LZ4_align1.c | 116 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/tests/test_images/stride_align64/RLE/ |
| D | test_A8_RLE_align64.c | 230 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/tests/test_images/stride_align1/RLE/ |
| D | test_A8_RLE_align1.c | 230 .header.cf = LV_COLOR_FORMAT_A8,
|
| /lvgl-latest/src/misc/ |
| D | lv_color.h | 73 (cf) == LV_COLOR_FORMAT_A8 ? 8 : \ 143 LV_COLOR_FORMAT_A8 = 0x0E, enumerator 213 #define LV_COLOR_FORMAT_IS_ALPHA_ONLY(cf) ((cf) >= LV_COLOR_FORMAT_A1 && (cf) <= LV_COLOR_FORMAT_A8)
|
| D | lv_color.c | 56 case LV_COLOR_FORMAT_A8: in lv_color_format_get_bpp() 88 case LV_COLOR_FORMAT_A8: in lv_color_format_has_alpha()
|
| /lvgl-latest/src/draw/nxp/vglite/ |
| D | lv_vglite_utils.c | 189 case LV_COLOR_FORMAT_A8: in vglite_get_buf_format() 239 case LV_COLOR_FORMAT_A8: in vglite_get_stride_alignment()
|
| D | lv_draw_vglite_label.c | 124 … vglite_set_src_buf(mask_buf, mask_width, mask_height, mask_stride, LV_COLOR_FORMAT_A8); in _draw_vglite_letter()
|
| D | lv_draw_vglite.c | 146 case LV_COLOR_FORMAT_A8: in _vglite_src_cf_supported() 169 case LV_COLOR_FORMAT_A8: in _vglite_dest_cf_supported()
|
| /lvgl-latest/src/draw/sw/ |
| D | lv_draw_sw_img.c | 227 if(!transformed && !radius && cf == LV_COLOR_FORMAT_A8) { in img_draw_core() 330 if(cf == LV_COLOR_FORMAT_A8) { in radius_only() 349 else if(cf_ori == LV_COLOR_FORMAT_A8) { in radius_only() 361 if(cf_ori == LV_COLOR_FORMAT_RGB565A8 || cf_ori == LV_COLOR_FORMAT_A8) { in radius_only() 460 if(cf == LV_COLOR_FORMAT_L8 || cf == LV_COLOR_FORMAT_A8) { in transform_and_recolor() 502 else if(cf_final == LV_COLOR_FORMAT_A8) { in transform_and_recolor() 620 if(mask_decoder_dsc.decoded->header.cf != LV_COLOR_FORMAT_A8 && in apply_mask()
|
| D | lv_draw_sw_letter.c | 123 … mask_area.x1 + lv_draw_buf_width_to_stride(lv_area_get_width(&mask_area), LV_COLOR_FORMAT_A8) - 1; in draw_letter_cb()
|
| /lvgl-latest/src/draw/nema_gfx/ |
| D | lv_draw_nema_gfx_utils.c | 52 case LV_COLOR_FORMAT_A8: in lv_nemagfx_cf_to_nema()
|
| D | lv_draw_nema_gfx_img.c | 176 …if(dsc->bitmap_mask_src->header.cf == LV_COLOR_FORMAT_A8 || dsc->bitmap_mask_src->header.cf == LV_… in _draw_nema_gfx_img() 251 case LV_COLOR_FORMAT_A8: in lv_nemagfx_mask_cf_to_nema()
|
| /lvgl-latest/src/others/snapshot/ |
| D | lv_snapshot.c | 86 case LV_COLOR_FORMAT_A8: in lv_snapshot_take_to_draw_buf()
|
| /lvgl-latest/src/libs/freetype/ |
| D | lv_freetype_image.c | 180 col_format = LV_COLOR_FORMAT_A8; in freetype_image_create_cb()
|
| /lvgl-latest/src/widgets/canvas/ |
| D | lv_canvas.c | 146 else if(cf == LV_COLOR_FORMAT_A8) { in lv_canvas_set_px() 233 case LV_COLOR_FORMAT_A8: { in lv_canvas_get_px()
|
| /lvgl-latest/docs/details/widgets/ |
| D | canvas.rst | 69 doesn't support colors (e.g. :cpp:enumerator:`LV_COLOR_FORMAT_A8`) the color will be
|
| /lvgl-latest/src/libs/bin_decoder/ |
| D | lv_bin_decoder.c | 159 header->cf = LV_COLOR_FORMAT_A8; in lv_bin_decoder_info() 278 if(cf == LV_COLOR_FORMAT_A8) { in lv_bin_decoder_open() 847 …draw_buf_create_ex(image_cache_draw_buf_handlers, dsc->header.w, dsc->header.h, LV_COLOR_FORMAT_A8, in decode_alpha_only() 873 if(dsc->header.cf != LV_COLOR_FORMAT_A8) { in decode_alpha_only()
|
| /lvgl-latest/src/font/ |
| D | lv_font_fmt_txt.c | 101 uint32_t stride = lv_draw_buf_width_to_stride(gdsc->box_w, LV_COLOR_FORMAT_A8); in lv_font_get_bitmap_fmt_txt() 426 uint32_t stride = lv_draw_buf_width_to_stride(w, LV_COLOR_FORMAT_A8); in decompress()
|
| /lvgl-latest/src/drivers/display/st_ltdc/ |
| D | lv_st_ltdc.c | 282 case LV_COLOR_FORMAT_A8: in get_dma2d_input_cf_from_lv_cf()
|