Home
last modified time | relevance | path

Searched refs:LV_COLOR_FORMAT_I1 (Results 1 – 25 of 38) sorted by relevance

12

/lvgl-latest/tests/src/test_cases/
Dtest_display.c106 .color_format = LV_COLOR_FORMAT_I1, in test_get_invalidated_drawbuf_size_i1_full()
110 .expected_buf0_size = lv_draw_buf_width_to_stride(180, LV_COLOR_FORMAT_I1) * 90, in test_get_invalidated_drawbuf_size_i1_full()
120 .color_format = LV_COLOR_FORMAT_I1, in test_get_invalidated_drawbuf_size_i1_partial()
124 .expected_buf0_size = lv_draw_buf_width_to_stride(180, LV_COLOR_FORMAT_I1) * 10, in test_get_invalidated_drawbuf_size_i1_partial()
/lvgl-latest/src/misc/
Dlv_color.h66 (cf) == LV_COLOR_FORMAT_I1 ? 1 : \
139 LV_COLOR_FORMAT_I1 = 0x07, enumerator
193 LV_COLOR_FORMAT_NATIVE = LV_COLOR_FORMAT_I1,
194 LV_COLOR_FORMAT_NATIVE_WITH_ALPHA = LV_COLOR_FORMAT_I1,
214 #define LV_COLOR_FORMAT_IS_INDEXED(cf) ((cf) >= LV_COLOR_FORMAT_I1 && (cf) <= LV_COLOR_FORMAT_I8)
216 #define LV_COLOR_INDEXED_PALETTE_SIZE(cf) ((cf) == LV_COLOR_FORMAT_I1 ? 2 :\
Dlv_color.c46 case LV_COLOR_FORMAT_I1: in lv_color_format_get_bpp()
89 case LV_COLOR_FORMAT_I1: in lv_color_format_has_alpha()
/lvgl-latest/tests/test_images/stride_align64/UNCOMPRESSED/
Dtest_I1_NONE_align64.c90 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/tests/test_images/stride_align1/UNCOMPRESSED/
Dtest_I1_NONE_align1.c90 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/tests/test_images/stride_align1/LZ4/
Dtest_I1_LZ4_align1.c54 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/tests/test_images/stride_align64/LZ4/
Dtest_I1_LZ4_align64.c54 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/tests/test_images/stride_align64/RLE/
Dtest_I1_RLE_align64.c89 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/tests/test_images/stride_align1/RLE/
Dtest_I1_RLE_align1.c89 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/demos/render/assets/
Dimg_render_lvgl_logo_i1.c65 .header.cf = LV_COLOR_FORMAT_I1,
/lvgl-latest/tests/src/test_cases/draw/
Dtest_render_to_i1.c21 lv_display_set_color_format(NULL, LV_COLOR_FORMAT_I1); in test_render_to_i1()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.c192 case LV_COLOR_FORMAT_I1: in vglite_get_buf_format()
233 case LV_COLOR_FORMAT_I1: in vglite_get_stride_alignment()
Dlv_draw_vglite.c140 case LV_COLOR_FORMAT_I1: in _vglite_src_cf_supported()
/lvgl-latest/src/drivers/sdl/
Dlv_sdl_window.c219 if(cf == LV_COLOR_FORMAT_I1) { in flush_cb()
232 px_map += LV_COLOR_INDEXED_PALETTE_SIZE(LV_COLOR_FORMAT_I1) * 4; in flush_cb()
379 if(cf == LV_COLOR_FORMAT_I1) { in window_update()
400 if(cf == LV_COLOR_FORMAT_I1) { in texture_resize()
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend.c125 case LV_COLOR_FORMAT_I1: in lv_draw_sw_blend()
215 case LV_COLOR_FORMAT_I1: in lv_draw_sw_blend()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_utils.c54 case LV_COLOR_FORMAT_I1: in lv_nemagfx_cf_to_nema()
/lvgl-latest/docs/details/widgets/
Dcanvas.rst50 For indexed color formats (``LV_COLOR_FORMAT_I1/2/4/8``), the palette needs to be
64 (``LV_COLOR_FORMAT_I1/2/4/8``) pass the color index as the ``color`` argument by using
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_utils.c102 case(LV_COLOR_FORMAT_I1): 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_…
119 case LV_COLOR_FORMAT_I1: in image_decode_to_index8_line()
/lvgl-latest/src/others/snapshot/
Dlv_snapshot.c88 case LV_COLOR_FORMAT_I1: in lv_snapshot_take_to_draw_buf()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_canvas.c87 LV_DRAW_BUF_DEFINE_STATIC(buf_i1, 10, 10, LV_COLOR_FORMAT_I1); in test_canvas_fill_and_set_px()
/lvgl-latest/src/libs/qrcode/
Dlv_qrcode.c64 lv_draw_buf_t * new_buf = lv_draw_buf_create(size, size, LV_COLOR_FORMAT_I1, LV_STRIDE_AUTO); in lv_qrcode_set_size()
/lvgl-latest/src/libs/barcode/
Dlv_barcode.c275 lv_draw_buf_t * new_buf = lv_draw_buf_create(w, h, LV_COLOR_FORMAT_I1, LV_STRIDE_AUTO); in lv_barcode_change_buf_size()
/lvgl-latest/tests/unity/
Dunity_support.c464 else if(cf_in == LV_COLOR_FORMAT_I1) { in buf_to_xrgb8888()
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c121 case LV_COLOR_FORMAT_I1: in lv_canvas_set_px()

12