Home
last modified time | relevance | path

Searched refs:lv_draw_buf_reshape (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/others/snapshot/
Dlv_snapshot.c70 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/
Dtest_canvas.c29 lv_draw_buf_t * buf = lv_draw_buf_reshape(draw_buf, in canvas_draw_buf_reshape()
/lvgl-latest/src/draw/
Dlv_draw_buf.h277 lv_draw_buf_t * lv_draw_buf_reshape(lv_draw_buf_t * draw_buf, lv_color_format_t cf, uint32_t w, uin…
Dlv_draw_label.c582 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()
Dlv_draw_buf.c373 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/
Dlv_bmp.c205 … 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/
Dlv_draw_opengles.c248 …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/
Dlv_draw_sdl.c206 …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/
Dlv_draw_nema_gfx_label.c782 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/
Dlv_refr.c643 lv_draw_buf_t * ret = lv_draw_buf_reshape( in layer_reshape_draw_buf()
/lvgl-latest/src/libs/bin_decoder/
Dlv_bin_decoder.c428 … 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/
Dlv_demo_render.c778 lv_draw_buf_t * buf = lv_draw_buf_reshape(draw_buf, in canvas_draw_buf_reshape()
/lvgl-latest/docs/details/main-components/
Dimage.rst327 bool reshape_success = NULL != lv_draw_buf_reshape(my_decoder_data->partial,
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2010 window->lv_disp_draw_buf = lv_draw_buf_reshape( in resize_window()