Searched refs:_width_to_stride (Results 1 – 1 of 1) sorted by relevance
38 static uint32_t _width_to_stride(uint32_t w, lv_color_format_t cf);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()121 static uint32_t _width_to_stride(uint32_t w, lv_color_format_t cf) in _width_to_stride() function