Searched refs:width_to_stride_cb (Results 1 – 5 of 5) sorted by relevance
62 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()
33 lv_draw_buf_width_to_stride_cb width_to_stride_cb; member
70 lv_draw_buf_width_to_stride_cb width_to_stride_cb) in lv_draw_buf_handlers_init() argument78 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()
124 lv_draw_buf_width_to_stride_cb width_to_stride_cb);
46 handlers->width_to_stride_cb = width_to_stride; in lv_draw_buf_vg_lite_init_handlers()