Searched refs:LV_COLOR_FORMAT_I2 (Results 1 – 19 of 19) sorted by relevance
| /lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/ |
| D | test_I2_NONE_align1.c | 90 .header.cf = LV_COLOR_FORMAT_I2,
|
| /lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/ |
| D | test_I2_NONE_align64.c | 90 .header.cf = LV_COLOR_FORMAT_I2,
|
| /lvgl-latest/tests/test_images/stride_align1/LZ4/ |
| D | test_I2_LZ4_align1.c | 68 .header.cf = LV_COLOR_FORMAT_I2,
|
| /lvgl-latest/tests/test_images/stride_align1/RLE/ |
| D | test_I2_RLE_align1.c | 150 .header.cf = LV_COLOR_FORMAT_I2,
|
| /lvgl-latest/tests/test_images/stride_align64/LZ4/ |
| D | test_I2_LZ4_align64.c | 68 .header.cf = LV_COLOR_FORMAT_I2,
|
| /lvgl-latest/tests/test_images/stride_align64/RLE/ |
| D | test_I2_RLE_align64.c | 150 .header.cf = LV_COLOR_FORMAT_I2,
|
| /lvgl-latest/src/misc/ |
| D | lv_color.h | 68 (cf) == LV_COLOR_FORMAT_I2 ? 2 : \ 140 LV_COLOR_FORMAT_I2 = 0x08, enumerator 217 (cf) == LV_COLOR_FORMAT_I2 ? 4 :\
|
| D | lv_color.c | 49 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/ |
| D | lv_vglite_utils.c | 195 case LV_COLOR_FORMAT_I2: in vglite_get_buf_format() 234 case LV_COLOR_FORMAT_I2: in vglite_get_stride_alignment()
|
| D | lv_draw_vglite.c | 141 case LV_COLOR_FORMAT_I2: in _vglite_src_cf_supported()
|
| /lvgl-latest/src/draw/nema_gfx/ |
| D | lv_draw_nema_gfx_utils.c | 56 case LV_COLOR_FORMAT_I2: in lv_nemagfx_cf_to_nema()
|
| /lvgl-latest/src/draw/renesas/dave2d/ |
| D | lv_draw_dave2d_utils.c | 105 case(LV_COLOR_FORMAT_I2): in lv_draw_dave2d_lv_colour_fmt_to_d2_fmt()
|
| /lvgl-latest/src/draw/vg_lite/ |
| D | lv_vg_lite_decoder.c | 32 #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()
|
| D | lv_vg_lite_utils.c | 478 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/ |
| D | test_canvas.c | 97 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/ |
| D | canvas.rst | 44 :cpp:enumerator:`LV_COLOR_FORMAT_ARGB8888` or :cpp:enumerator:`LV_COLOR_FORMAT_I2`. See the full
|
| /lvgl-latest/src/widgets/canvas/ |
| D | lv_canvas.c | 124 case LV_COLOR_FORMAT_I2: in lv_canvas_set_px()
|
| /lvgl-latest/docs/details/main-components/ |
| D | image.rst | 66 - :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/ |
| D | lv_bin_decoder.c | 1036 case LV_COLOR_FORMAT_I2: in decode_indexed_line()
|