Home
last modified time | relevance | path

Searched refs:lv_draw_buf_width_to_stride_cb (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_buf_private.h33 lv_draw_buf_width_to_stride_cb width_to_stride_cb;
Dlv_draw_buf.h86 typedef uint32_t (*lv_draw_buf_width_to_stride_cb)(uint32_t w, lv_color_format_t color_format); typedef
124 lv_draw_buf_width_to_stride_cb width_to_stride_cb);
Dlv_draw_buf.c70 lv_draw_buf_width_to_stride_cb width_to_stride_cb) in lv_draw_buf_handlers_init()