Searched refs:lv_draw_buf_reshape (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.c | 70 draw_buf = lv_draw_buf_reshape(draw_buf, LV_COLOR_FORMAT_UNKNOWN, w, h, LV_STRIDE_AUTO); in lv_snapshot_reshape_draw_buf()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_canvas.c | 29 lv_draw_buf_t * buf = lv_draw_buf_reshape(draw_buf, in canvas_draw_buf_reshape()
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.h | 277 lv_draw_buf_t * lv_draw_buf_reshape(lv_draw_buf_t * draw_buf, lv_color_format_t cf, uint32_t w, uin…
|
D | lv_draw_label.c | 582 draw_buf = lv_draw_buf_reshape(dsc->_draw_buf, 0, g.box_w, g.box_h, LV_STRIDE_AUTO); in lv_draw_unit_draw_letter()
|
D | lv_draw_buf.c | 373 lv_draw_buf_t * lv_draw_buf_reshape(lv_draw_buf_t * draw_buf, lv_color_format_t cf, uint32_t w, uin… in lv_draw_buf_reshape() function
|
/lvgl-latest/src/libs/bmp/ |
D | lv_bmp.c | 205 … lv_draw_buf_t * reshaped = lv_draw_buf_reshape(decoded, dsc->header.cf, w_px, 1, LV_STRIDE_AUTO); in decoder_get_area()
|
/lvgl-latest/src/draw/opengles/ |
D | lv_draw_opengles.c | 248 …if(NULL == lv_draw_buf_reshape(&u->render_draw_buf, LV_COLOR_FORMAT_ARGB8888, texture_w, texture_h… in draw_to_texture()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl.c | 206 …if(!lv_draw_buf_reshape(&u->render_draw_buf, LV_COLOR_FORMAT_ARGB8888, texture_w, texture_h, LV_ST… in draw_to_texture()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 782 draw_buf = lv_draw_buf_reshape(dsc->_draw_buf, 0, g.box_w, g.box_h, LV_STRIDE_AUTO); in _draw_letter()
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 643 lv_draw_buf_t * ret = lv_draw_buf_reshape( in layer_reshape_draw_buf()
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 428 … decoded = lv_draw_buf_reshape(decoder_data->decoded_partial, cf_decoded, w_px, 1, LV_STRIDE_AUTO); in lv_bin_decoder_get_area()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 778 lv_draw_buf_t * buf = lv_draw_buf_reshape(draw_buf, in canvas_draw_buf_reshape()
|
/lvgl-latest/docs/details/main-components/ |
D | image.rst | 327 bool reshape_success = NULL != lv_draw_buf_reshape(my_decoder_data->partial,
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 2010 window->lv_disp_draw_buf = lv_draw_buf_reshape( in resize_window()
|