Home
last modified time | relevance | path

Searched refs:width_to_stride_cb (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_buf_vglite.c62 handlers->width_to_stride_cb = _width_to_stride; in lv_draw_buf_vglite_init_handlers()
63 font_handlers->width_to_stride_cb = _width_to_stride; in lv_draw_buf_vglite_init_handlers()
64 image_handlers->width_to_stride_cb = _width_to_stride; in lv_draw_buf_vglite_init_handlers()
/lvgl-latest/src/draw/
Dlv_draw_buf_private.h33 lv_draw_buf_width_to_stride_cb width_to_stride_cb; member
Dlv_draw_buf.c70 lv_draw_buf_width_to_stride_cb width_to_stride_cb) in lv_draw_buf_handlers_init() argument
78 handlers->width_to_stride_cb = width_to_stride_cb; in lv_draw_buf_handlers_init()
104 if(handlers->width_to_stride_cb) return handlers->width_to_stride_cb(w, color_format); in lv_draw_buf_width_to_stride_ex()
Dlv_draw_buf.h124 lv_draw_buf_width_to_stride_cb width_to_stride_cb);
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_buf_vg_lite.c46 handlers->width_to_stride_cb = width_to_stride; in lv_draw_buf_vg_lite_init_handlers()