Home
last modified time | relevance | path

Searched refs:lv_draw_buf_create (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_draw_buf_stride.c87 …lv_draw_buf_t * larger = lv_draw_buf_create(image_width, image_height, header.cf, min_stride + 100… in test_draw_buf_stride_adjust()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_letter.c25 … lv_draw_buf_t * draw_buf = lv_draw_buf_create(500, 360, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO); in canvas_create()
Dtest_draw_vector.c242 … lv_draw_buf_t * draw_buf = lv_draw_buf_create(640, 480, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO); in canvas_draw()
Dtest_draw_svg.c15 canvas_buf = lv_draw_buf_create(480, 480, LV_COLOR_FORMAT_ARGB8888, 0); in setUp()
/lvgl-latest/src/others/snapshot/
Dlv_snapshot.c57 return lv_draw_buf_create(w, h, cf, LV_STRIDE_AUTO); in lv_snapshot_create_draw_buf()
/lvgl-latest/docs/details/other-components/
Dsnapshot.rst29 :cpp:func:`lv_draw_buf_create`. Use API :cpp:func:`lv_draw_buf_destroy` to free the memory it
/lvgl-latest/src/draw/
Dlv_draw_buf.h220 lv_draw_buf_t * lv_draw_buf_create(uint32_t w, uint32_t h, lv_color_format_t cf, uint32_t stride);
Dlv_draw.c478 layer->draw_buf = lv_draw_buf_create(w, h, layer->color_format, 0); in lv_draw_layer_alloc_buf()
Dlv_draw_buf.c303 lv_draw_buf_t * lv_draw_buf_create(uint32_t w, uint32_t h, lv_color_format_t cf, uint32_t stride) in lv_draw_buf_create() function
/lvgl-latest/src/libs/qrcode/
Dlv_qrcode.c64 lv_draw_buf_t * new_buf = lv_draw_buf_create(size, size, LV_COLOR_FORMAT_I1, LV_STRIDE_AUTO); in lv_qrcode_set_size()
/lvgl-latest/src/libs/barcode/
Dlv_barcode.c275 lv_draw_buf_t * new_buf = lv_draw_buf_create(w, h, LV_COLOR_FORMAT_I1, LV_STRIDE_AUTO); in lv_barcode_change_buf_size()
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c274 …lv_draw_buf_t * draw_buf = lv_draw_buf_create(WIDTH, HEIGHT, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_A… in lv_demo_vector_graphic_buffered()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c443 dest = lv_draw_buf_create(dest_w, dest_h, cf, LV_STRIDE_AUTO); in lv_demo_high_res_image_preload()
/lvgl-latest/docs/details/main-components/
Dimage.rst334 my_decoder_data->partial = lv_draw_buf_create(lv_area_get_width(full_area),
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2606 window->lv_disp_draw_buf = lv_draw_buf_create( in lv_wayland_window_create()