Searched refs:LV_COLOR_FORMAT_I4 (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/examples/assets/ |
D | img_cogwheel_indexed16.c | 137 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/src/test_assets/ |
D | test_img_cogwheel_i4.c | 134 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/ |
D | test_I4_NONE_align1.c | 93 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/ |
D | test_I4_NONE_align64.c | 93 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/test_images/stride_align64/RLE/ |
D | test_I4_RLE_align64.c | 188 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/test_images/stride_align64/LZ4/ |
D | test_I4_LZ4_align64.c | 96 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/test_images/stride_align1/LZ4/ |
D | test_I4_LZ4_align1.c | 96 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/tests/test_images/stride_align1/RLE/ |
D | test_I4_RLE_align1.c | 188 .header.cf = LV_COLOR_FORMAT_I4,
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 70 (cf) == LV_COLOR_FORMAT_I4 ? 4 : \ 141 LV_COLOR_FORMAT_I4 = 0x09, enumerator 218 (cf) == LV_COLOR_FORMAT_I4 ? 16 :\
|
D | lv_color.c | 52 case LV_COLOR_FORMAT_I4: in lv_color_format_get_bpp() 91 case LV_COLOR_FORMAT_I4: in lv_color_format_has_alpha()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_utils.c | 198 case LV_COLOR_FORMAT_I4: in vglite_get_buf_format() 235 case LV_COLOR_FORMAT_I4: in vglite_get_stride_alignment()
|
D | lv_draw_vglite.c | 142 case LV_COLOR_FORMAT_I4: in _vglite_src_cf_supported()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_utils.c | 58 case LV_COLOR_FORMAT_I4: in lv_nemagfx_cf_to_nema()
|
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d_utils.c | 108 case(LV_COLOR_FORMAT_I4): in lv_draw_dave2d_lv_colour_fmt_to_d2_fmt()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 32 …INDEX_FORMAT(cf) (cf == LV_COLOR_FORMAT_I1 || cf == LV_COLOR_FORMAT_I2 || cf == LV_COLOR_FORMAT_I4) 127 case LV_COLOR_FORMAT_I4: in image_decode_to_index8_line()
|
D | lv_vg_lite_utils.c | 479 case LV_COLOR_FORMAT_I4: in lv_vg_lite_is_src_cf_supported() 520 case LV_COLOR_FORMAT_I4: in lv_vg_lite_vg_fmt()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_canvas.c | 107 LV_DRAW_BUF_DEFINE_STATIC(buf_i4, 10, 10, LV_COLOR_FORMAT_I4); in test_canvas_fill_and_set_px()
|
/lvgl-latest/src/widgets/canvas/ |
D | lv_canvas.c | 127 case LV_COLOR_FORMAT_I4: in lv_canvas_set_px()
|
/lvgl-latest/docs/details/main-components/ |
D | image.rst | 66 …FORMAT_I1`, :cpp:enumerator:`LV_COLOR_FORMAT_I2`, :cpp:enumerator:`LV_COLOR_FORMAT_I4`, :cpp:enume… 206 - :cpp:enumerator:`LV_COLOR_FORMAT_I4`
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 1041 case LV_COLOR_FORMAT_I4: in decode_indexed_line()
|