Searched refs:width_to_stride (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_buf_vg_lite.c | 29 static uint32_t width_to_stride(uint32_t w, lv_color_format_t color_format); 46 handlers->width_to_stride_cb = width_to_stride; in lv_draw_buf_vg_lite_init_handlers() 53 static uint32_t width_to_stride(uint32_t w, lv_color_format_t color_format) in width_to_stride() function
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 36 static uint32_t width_to_stride(uint32_t w, lv_color_format_t color_format); 61 … lv_draw_buf_handlers_init(handlers, buf_malloc, buf_free, buf_align, NULL, NULL, width_to_stride); in lv_draw_buf_init_with_default_handlers() 673 static uint32_t width_to_stride(uint32_t w, lv_color_format_t color_format) in width_to_stride() function
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2527 static vg_lite_uint32_t width_to_stride(vg_lite_uint32_t w, vg_lite_buffer_format_t color_format) in width_to_stride() function 2547 vg_lite_uint32_t w_byte = width_to_stride(w_px, color_format); in decode_indexed_line() 2620 target.stride = width_to_stride(width, target.format); in picture_load()
|