Home
last modified time | relevance | path

Searched refs:LV_COLOR_FORMAT_I4 (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/examples/assets/
Dimg_cogwheel_indexed16.c137 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/src/test_assets/
Dtest_img_cogwheel_i4.c134 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/
Dtest_I4_NONE_align1.c93 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/
Dtest_I4_NONE_align64.c93 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/test_images/stride_align64/RLE/
Dtest_I4_RLE_align64.c188 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/test_images/stride_align64/LZ4/
Dtest_I4_LZ4_align64.c96 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/test_images/stride_align1/LZ4/
Dtest_I4_LZ4_align1.c96 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/tests/test_images/stride_align1/RLE/
Dtest_I4_RLE_align1.c188 .header.cf = LV_COLOR_FORMAT_I4,
/lvgl-latest/src/misc/
Dlv_color.h70 (cf) == LV_COLOR_FORMAT_I4 ? 4 : \
141 LV_COLOR_FORMAT_I4 = 0x09, enumerator
218 (cf) == LV_COLOR_FORMAT_I4 ? 16 :\
Dlv_color.c52 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/
Dlv_vglite_utils.c198 case LV_COLOR_FORMAT_I4: in vglite_get_buf_format()
235 case LV_COLOR_FORMAT_I4: in vglite_get_stride_alignment()
Dlv_draw_vglite.c142 case LV_COLOR_FORMAT_I4: in _vglite_src_cf_supported()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_utils.c58 case LV_COLOR_FORMAT_I4: in lv_nemagfx_cf_to_nema()
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_utils.c108 case(LV_COLOR_FORMAT_I4): in lv_draw_dave2d_lv_colour_fmt_to_d2_fmt()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c32 …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()
Dlv_vg_lite_utils.c479 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/
Dtest_canvas.c107 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/
Dlv_canvas.c127 case LV_COLOR_FORMAT_I4: in lv_canvas_set_px()
/lvgl-latest/docs/details/main-components/
Dimage.rst66 …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/
Dlv_bin_decoder.c1041 case LV_COLOR_FORMAT_I4: in decode_indexed_line()