Searched refs:lv_draw_buf_create (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_draw_buf_stride.c | 87 …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/ |
D | test_draw_letter.c | 25 … lv_draw_buf_t * draw_buf = lv_draw_buf_create(500, 360, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO); in canvas_create()
|
D | test_draw_vector.c | 242 … lv_draw_buf_t * draw_buf = lv_draw_buf_create(640, 480, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO); in canvas_draw()
|
D | test_draw_svg.c | 15 canvas_buf = lv_draw_buf_create(480, 480, LV_COLOR_FORMAT_ARGB8888, 0); in setUp()
|
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.c | 57 return lv_draw_buf_create(w, h, cf, LV_STRIDE_AUTO); in lv_snapshot_create_draw_buf()
|
/lvgl-latest/docs/details/other-components/ |
D | snapshot.rst | 29 :cpp:func:`lv_draw_buf_create`. Use API :cpp:func:`lv_draw_buf_destroy` to free the memory it
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.h | 220 lv_draw_buf_t * lv_draw_buf_create(uint32_t w, uint32_t h, lv_color_format_t cf, uint32_t stride);
|
D | lv_draw.c | 478 layer->draw_buf = lv_draw_buf_create(w, h, layer->color_format, 0); in lv_draw_layer_alloc_buf()
|
D | lv_draw_buf.c | 303 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/ |
D | lv_qrcode.c | 64 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/ |
D | lv_barcode.c | 275 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/ |
D | lv_demo_vector_graphic.c | 274 …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/ |
D | lv_demo_high_res_util.c | 443 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/ |
D | image.rst | 334 my_decoder_data->partial = lv_draw_buf_create(lv_area_get_width(full_area),
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 2606 window->lv_disp_draw_buf = lv_draw_buf_create( in lv_wayland_window_create()
|