/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_sw_post_process.c | 247 LV_COLOR_FORMAT_L8); in test_rotate90_L8() 269 LV_COLOR_FORMAT_L8); in test_rotate180_L8() 293 LV_COLOR_FORMAT_L8); in test_rotate270_L8()
|
D | test_render_to_l8.c | 21 lv_display_set_color_format(NULL, LV_COLOR_FORMAT_L8); in test_render_to_l8()
|
/lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/ |
D | test_L8_NONE_align1.c | 88 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/ |
D | test_L8_NONE_align64.c | 88 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/tests/test_images/stride_align1/LZ4/ |
D | test_L8_LZ4_align1.c | 102 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/tests/test_images/stride_align64/LZ4/ |
D | test_L8_LZ4_align64.c | 102 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/tests/test_images/stride_align64/RLE/ |
D | test_L8_RLE_align64.c | 255 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/tests/test_images/stride_align1/RLE/ |
D | test_L8_RLE_align1.c | 255 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/demos/render/assets/ |
D | img_render_lvgl_logo_l8.c | 63 .header.cf = LV_COLOR_FORMAT_L8,
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 72 (cf) == LV_COLOR_FORMAT_L8 ? 8 : \ 138 LV_COLOR_FORMAT_L8 = 0x06, enumerator 196 LV_COLOR_FORMAT_NATIVE = LV_COLOR_FORMAT_L8,
|
D | lv_color.c | 55 case LV_COLOR_FORMAT_L8: in lv_color_format_get_bpp()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_utils.c | 186 case LV_COLOR_FORMAT_L8: in vglite_get_buf_format() 240 case LV_COLOR_FORMAT_L8: in vglite_get_stride_alignment()
|
D | lv_draw_vglite.c | 147 case LV_COLOR_FORMAT_L8: in _vglite_src_cf_supported() 171 case LV_COLOR_FORMAT_L8: in _vglite_dest_cf_supported()
|
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_4.c | 39 LV_DRAW_BUF_DEFINE_STATIC(mask, MASK_WIDTH, MASK_HEIGHT, LV_COLOR_FORMAT_L8); in lv_example_label_4()
|
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend.c | 115 case LV_COLOR_FORMAT_L8: in lv_draw_sw_blend() 205 case LV_COLOR_FORMAT_L8: in lv_draw_sw_blend()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_3.c | 76 LV_DRAW_BUF_DEFINE_STATIC(mask, 130, 150, LV_COLOR_FORMAT_L8); in lv_example_roller_3()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_utils.c | 60 case LV_COLOR_FORMAT_L8: in lv_nemagfx_cf_to_nema()
|
D | lv_draw_nema_gfx_img.c | 176 …sk_src->header.cf == LV_COLOR_FORMAT_A8 || dsc->bitmap_mask_src->header.cf == LV_COLOR_FORMAT_L8) { in _draw_nema_gfx_img() 252 case LV_COLOR_FORMAT_L8: in lv_nemagfx_mask_cf_to_nema()
|
/lvgl-latest/src/drivers/display/st_ltdc/ |
D | lv_st_ltdc.c | 224 return LV_COLOR_FORMAT_L8; in get_lv_cf_from_layer_cf() 278 case LV_COLOR_FORMAT_L8: in get_dma2d_input_cf_from_lv_cf()
|
/lvgl-latest/src/widgets/canvas/ |
D | lv_canvas.c | 143 else if(cf == LV_COLOR_FORMAT_L8) { in lv_canvas_set_px() 241 case LV_COLOR_FORMAT_L8: { in lv_canvas_get_px() 339 else if(header->cf == LV_COLOR_FORMAT_L8) { in lv_canvas_fill_bg()
|
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.c | 87 case LV_COLOR_FORMAT_L8: in lv_snapshot_take_to_draw_buf()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_img.c | 260 else if(!transformed && !radius && (cf == LV_COLOR_FORMAT_L8 || cf == LV_COLOR_FORMAT_AL88)) { in img_draw_core() 460 if(cf == LV_COLOR_FORMAT_L8 || cf == LV_COLOR_FORMAT_A8) { in transform_and_recolor() 468 else if(cf_final == LV_COLOR_FORMAT_L8) cf_final = LV_COLOR_FORMAT_AL88; in transform_and_recolor() 621 mask_decoder_dsc.decoded->header.cf != LV_COLOR_FORMAT_L8) { in apply_mask()
|
D | lv_draw_sw_utils.c | 249 case LV_COLOR_FORMAT_L8: in lv_draw_sw_rotate() 279 case LV_COLOR_FORMAT_L8: in lv_draw_sw_rotate() 309 case LV_COLOR_FORMAT_L8: in lv_draw_sw_rotate()
|
D | lv_draw_sw_transform.c | 136 else if((src_cf == LV_COLOR_FORMAT_RGB565A8) || (src_cf == LV_COLOR_FORMAT_L8)) { in lv_draw_sw_transform() 268 case LV_COLOR_FORMAT_L8: in lv_draw_sw_transform()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 443 case LV_COLOR_FORMAT_L8: in lv_vg_lite_is_dest_cf_supported() 468 case LV_COLOR_FORMAT_L8: in lv_vg_lite_is_src_cf_supported() 511 case LV_COLOR_FORMAT_L8: in lv_vg_lite_vg_fmt()
|