Searched defs:color_format (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_buf_vg_lite.c | 53 static uint32_t width_to_stride(uint32_t w, lv_color_format_t color_format) in width_to_stride()
|
D | lv_vg_lite_decoder.c | 112 lv_color_format_t color_format) in image_decode_to_index8_line()
|
D | lv_vg_lite_utils.c | 654 uint32_t lv_vg_lite_width_to_stride(uint32_t w, vg_lite_buffer_format_t color_format) in lv_vg_lite_width_to_stride()
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 96 uint32_t lv_draw_buf_width_to_stride(uint32_t w, lv_color_format_t color_format) in lv_draw_buf_width_to_stride() 102 lv_color_format_t color_format) in lv_draw_buf_width_to_stride_ex() 108 void * lv_draw_buf_align(void * data, lv_color_format_t color_format) in lv_draw_buf_align() 113 …_buf_align_ex(const lv_draw_buf_handlers_t * handlers, void * data, lv_color_format_t color_format) in lv_draw_buf_align_ex() 648 static void * buf_malloc(size_t size_bytes, lv_color_format_t color_format) in buf_malloc() 662 static void * buf_align(void * buf, lv_color_format_t color_format) in buf_align() 673 static uint32_t width_to_stride(uint32_t w, lv_color_format_t color_format) in width_to_stride() 683 lv_color_format_t color_format) in draw_buf_malloc()
|
D | lv_draw.c | 406 lv_layer_t * lv_draw_layer_create(lv_layer_t * parent_layer, lv_color_format_t color_format, const … in lv_draw_layer_create() 427 …d lv_draw_layer_init(lv_layer_t * layer, lv_layer_t * parent_layer, lv_color_format_t color_format, in lv_draw_layer_init()
|
D | lv_draw.h | 79 lv_color_format_t color_format; member
|
/lvgl-latest/tests/src/test_cases/ |
D | test_display.c | 19 lv_color_format_t color_format; member
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_image_cache.c | 165 static void * malloc_cb(size_t size_bytes, lv_color_format_t color_format) in malloc_cb()
|
D | lv_nuttx_fbdev.c | 126 lv_color_format_t color_format = fb_fmt_to_color_format(dsc->vinfo.fmt); in lv_nuttx_fbdev_set_file() local
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 54 lv_color_format_t color_format; member
|
/lvgl-latest/src/display/ |
D | lv_display_private.h | 100 lv_color_format_t color_format; member
|
D | lv_display.c | 503 void lv_display_set_color_format(lv_display_t * disp, lv_color_format_t color_format) in lv_display_set_color_format()
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 1023 static lv_result_t decode_indexed_line(lv_color_format_t color_format, const lv_color32_t * palette… in decode_indexed_line()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 244 … int32_t dest_stride, lv_display_rotation_t rotation, lv_color_format_t color_format) in lv_draw_sw_rotate()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2527 static vg_lite_uint32_t width_to_stride(vg_lite_uint32_t w, vg_lite_buffer_format_t color_format) in width_to_stride() 2539 vg_lite_buffer_format_t color_format, in decode_indexed_line()
|