Home
last modified time | relevance | path

Searched refs:LV_COLOR_FORMAT_I2 (Results 1 – 19 of 19) sorted by relevance

/lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/
Dtest_I2_NONE_align1.c90 .header.cf = LV_COLOR_FORMAT_I2,
/lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/
Dtest_I2_NONE_align64.c90 .header.cf = LV_COLOR_FORMAT_I2,
/lvgl-latest/tests/test_images/stride_align1/LZ4/
Dtest_I2_LZ4_align1.c68 .header.cf = LV_COLOR_FORMAT_I2,
/lvgl-latest/tests/test_images/stride_align1/RLE/
Dtest_I2_RLE_align1.c150 .header.cf = LV_COLOR_FORMAT_I2,
/lvgl-latest/tests/test_images/stride_align64/LZ4/
Dtest_I2_LZ4_align64.c68 .header.cf = LV_COLOR_FORMAT_I2,
/lvgl-latest/tests/test_images/stride_align64/RLE/
Dtest_I2_RLE_align64.c150 .header.cf = LV_COLOR_FORMAT_I2,
/lvgl-latest/src/misc/
Dlv_color.h68 (cf) == LV_COLOR_FORMAT_I2 ? 2 : \
140 LV_COLOR_FORMAT_I2 = 0x08, enumerator
217 (cf) == LV_COLOR_FORMAT_I2 ? 4 :\
Dlv_color.c49 case LV_COLOR_FORMAT_I2: in lv_color_format_get_bpp()
90 case LV_COLOR_FORMAT_I2: in lv_color_format_has_alpha()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.c195 case LV_COLOR_FORMAT_I2: in vglite_get_buf_format()
234 case LV_COLOR_FORMAT_I2: in vglite_get_stride_alignment()
Dlv_draw_vglite.c141 case LV_COLOR_FORMAT_I2: in _vglite_src_cf_supported()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_utils.c56 case LV_COLOR_FORMAT_I2: in lv_nemagfx_cf_to_nema()
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_utils.c105 case(LV_COLOR_FORMAT_I2): in lv_draw_dave2d_lv_colour_fmt_to_d2_fmt()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c32 #define IS_CONV_INDEX_FORMAT(cf) (cf == LV_COLOR_FORMAT_I1 || cf == LV_COLOR_FORMAT_I2 || cf == LV_…
123 case LV_COLOR_FORMAT_I2: in image_decode_to_index8_line()
Dlv_vg_lite_utils.c478 case LV_COLOR_FORMAT_I2: in lv_vg_lite_is_src_cf_supported()
517 case LV_COLOR_FORMAT_I2: in lv_vg_lite_vg_fmt()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_canvas.c97 LV_DRAW_BUF_DEFINE_STATIC(buf_i2, 10, 10, LV_COLOR_FORMAT_I2); in test_canvas_fill_and_set_px()
/lvgl-latest/docs/details/widgets/
Dcanvas.rst44 :cpp:enumerator:`LV_COLOR_FORMAT_ARGB8888` or :cpp:enumerator:`LV_COLOR_FORMAT_I2`. See the full
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c124 case LV_COLOR_FORMAT_I2: in lv_canvas_set_px()
/lvgl-latest/docs/details/main-components/
Dimage.rst66 - :cpp:enumerator:`LV_COLOR_FORMAT_I1`, :cpp:enumerator:`LV_COLOR_FORMAT_I2`, :cpp:enumerator:`LV_C…
205 - :cpp:enumerator:`LV_COLOR_FORMAT_I2`
/lvgl-latest/src/libs/bin_decoder/
Dlv_bin_decoder.c1036 case LV_COLOR_FORMAT_I2: in decode_indexed_line()