Home
last modified time | relevance | path

Searched refs:LV_COLOR_FORMAT_L8 (Results 1 – 25 of 33) sorted by relevance

12

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_sw_post_process.c247 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()
Dtest_render_to_l8.c21 lv_display_set_color_format(NULL, LV_COLOR_FORMAT_L8); in test_render_to_l8()
/lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/
Dtest_L8_NONE_align1.c88 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/
Dtest_L8_NONE_align64.c88 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/tests/test_images/stride_align1/LZ4/
Dtest_L8_LZ4_align1.c102 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/tests/test_images/stride_align64/LZ4/
Dtest_L8_LZ4_align64.c102 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/tests/test_images/stride_align64/RLE/
Dtest_L8_RLE_align64.c255 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/tests/test_images/stride_align1/RLE/
Dtest_L8_RLE_align1.c255 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/demos/render/assets/
Dimg_render_lvgl_logo_l8.c63 .header.cf = LV_COLOR_FORMAT_L8,
/lvgl-latest/src/misc/
Dlv_color.h72 (cf) == LV_COLOR_FORMAT_L8 ? 8 : \
138 LV_COLOR_FORMAT_L8 = 0x06, enumerator
196 LV_COLOR_FORMAT_NATIVE = LV_COLOR_FORMAT_L8,
Dlv_color.c55 case LV_COLOR_FORMAT_L8: in lv_color_format_get_bpp()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.c186 case LV_COLOR_FORMAT_L8: in vglite_get_buf_format()
240 case LV_COLOR_FORMAT_L8: in vglite_get_stride_alignment()
Dlv_draw_vglite.c147 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/
Dlv_example_label_4.c39 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/
Dlv_draw_sw_blend.c115 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/
Dlv_example_roller_3.c76 LV_DRAW_BUF_DEFINE_STATIC(mask, 130, 150, LV_COLOR_FORMAT_L8); in lv_example_roller_3()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_utils.c60 case LV_COLOR_FORMAT_L8: in lv_nemagfx_cf_to_nema()
Dlv_draw_nema_gfx_img.c176 …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/
Dlv_st_ltdc.c224 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/
Dlv_canvas.c143 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/
Dlv_snapshot.c87 case LV_COLOR_FORMAT_L8: in lv_snapshot_take_to_draw_buf()
/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()
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()
Dlv_draw_sw_utils.c249 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()
Dlv_draw_sw_transform.c136 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/
Dlv_vg_lite_utils.c443 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()

12