/lvgl-latest/src/misc/ |
D | lv_profiler_builtin_private.h | 33 size_t buf_size; /**< The size of the buffer used for profiling data */ member
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_lcd.c | 170 uint32_t buf_size = hor_res * ver_res * px_size; in lcd_init() local 173 uint32_t buf_size = hor_res * LV_NUTTX_LCD_BUFFER_SIZE * px_size; in lcd_init() local
|
/lvgl-latest/src/drivers/display/renesas_glcdc/ |
D | lv_renesas_glcdc.c | 97 lv_display_t * lv_renesas_glcdc_partial_create(void * buf1, void * buf2, size_t buf_size) in lv_renesas_glcdc_partial_create() 142 static lv_display_t * glcdc_create(void * buf1, void * buf2, uint32_t buf_size, lv_display_render_m… in glcdc_create()
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_texture.c | 64 uint32_t buf_size = stride * h; in lv_opengles_texture_create() local
|
/lvgl-latest/src/drivers/display/st_ltdc/ |
D | lv_st_ltdc.c | 93 …_display_t * lv_st_ltdc_create_partial(void * render_buf_1, void * render_buf_2, uint32_t buf_size, in lv_st_ltdc_create_partial() 103 static lv_display_t * create(void * buf1, void * buf2, uint32_t buf_size, uint32_t layer_idx, in create()
|
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.c | 164 uint32_t buf_size) in lv_snapshot_take_to_buf()
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_uefi.c | 213 UINTN buf_size = btr; in lv_fs_uefi_read_cb() local 232 UINTN buf_size = btw; in lv_fs_uefi_write_cb() local
|
/lvgl-latest/src/display/ |
D | lv_display.c | 424 void lv_display_set_buffers(lv_display_t * disp, void * buf1, void * buf2, uint32_t buf_size, in lv_display_set_buffers() 455 …v_display_set_buffers_with_stride(lv_display_t * disp, void * buf1, void * buf2, uint32_t buf_size, in lv_display_set_buffers_with_stride() 1058 uint32_t buf_size = stride * height; in lv_display_get_invalidated_draw_buf_size() local
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 273 size_t buf_size = w * h * px_size; in flush_cb() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 183 void lv_draw_sw_i1_invert(void * buf, uint32_t buf_size) in lv_draw_sw_i1_invert() 214 void lv_draw_sw_i1_convert_to_vtiled(const void * buf, uint32_t buf_size, uint32_t width, uint32_t … in lv_draw_sw_i1_convert_to_vtiled()
|
/lvgl-latest/src/libs/ffmpeg/ |
D | lv_ffmpeg.c | 683 static int ffmpeg_lvfs_read(void * ptr, uint8_t * buf, int buf_size) in ffmpeg_lvfs_read()
|
/lvgl-latest/src/drivers/display/drm/ |
D | lv_linux_drm.c | 162 size_t buf_size = LV_MIN(drm_dev->drm_bufs[1].size, drm_dev->drm_bufs[0].size); in lv_linux_drm_set_file() local
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 278 void lv_roller_get_selected_str(const lv_obj_t * obj, char * buf, uint32_t buf_size) in lv_roller_get_selected_str()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 432 void lv_dropdown_get_selected_str(const lv_obj_t * obj, char * buf, uint32_t buf_size) in lv_dropdown_get_selected_str()
|