Home
last modified time | relevance | path

Searched refs:LV_STRIDE_AUTO (Results 1 – 24 of 24) sorted by relevance

/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()
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/src/draw/
Dlv_draw_buf.h27 #define LV_STRIDE_AUTO 0 macro
28 LV_EXPORT_CONST_INT(LV_STRIDE_AUTO);
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()
588 …uf = lv_draw_buf_create_ex(font_draw_buf_handlers, g.box_w, h, LV_COLOR_FORMAT_A8, LV_STRIDE_AUTO); in lv_draw_unit_draw_letter()
/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()
212 …ed = lv_draw_buf_create_ex(image_cache_draw_buf_handlers, w_px, 1, dsc->header.cf, LV_STRIDE_AUTO); in decoder_get_area()
/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_blend.c134 …lv_draw_buf_init(&img, 180, 180, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO, canvas_buf, sizeof(canv… in canvas_draw()
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()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c190 LV_STRIDE_AUTO); in decoder_open_variable()
262 LV_STRIDE_AUTO); in decoder_open_file()
Dlv_vg_lite_utils.c700 if(stride == LV_STRIDE_AUTO) { in lv_vg_lite_buffer_init()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_canvas.c33 LV_STRIDE_AUTO); in canvas_draw_buf_reshape()
/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c106 …nit(&draw_opengles_unit->render_draw_buf, 0, 0, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO, NULL, 0); in lv_draw_opengles_init()
248 …buf_reshape(&u->render_draw_buf, LV_COLOR_FORMAT_ARGB8888, texture_w, texture_h, LV_STRIDE_AUTO)) { in draw_to_texture()
254 LV_STRIDE_AUTO, data, data_size); in draw_to_texture()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c130 …buf_init(&draw_sdl_unit->render_draw_buf, 0, 0, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO, NULL, 0); in lv_draw_sdl_init()
206 …buf_reshape(&u->render_draw_buf, LV_COLOR_FORMAT_ARGB8888, texture_w, texture_h, LV_STRIDE_AUTO)) { in draw_to_texture()
214 LV_STRIDE_AUTO, data, data_size); in draw_to_texture()
/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/src/libs/libpng/
Dlv_libpng.c309 …v_draw_buf_create_ex(image_cache_draw_buf_handlers, image.width, image.height, cf, LV_STRIDE_AUTO); in decode_png()
/lvgl-latest/demos/vector_graphic/
Dlv_demo_vector_graphic.c274 …raw_buf_t * draw_buf = lv_draw_buf_create(WIDTH, HEIGHT, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO); in lv_demo_vector_graphic_buffered()
/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()
788 …uf = lv_draw_buf_create_ex(font_draw_buf_handlers, g.box_w, h, LV_COLOR_FORMAT_A8, LV_STRIDE_AUTO); in _draw_letter()
/lvgl-latest/src/libs/libjpeg_turbo/
Dlv_libjpeg_turbo.c372 LV_STRIDE_AUTO); in decode_jpeg_file()
/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()
434 …ecoded = lv_draw_buf_create_ex(image_cache_draw_buf_handlers, w_px, 1, cf_decoded, LV_STRIDE_AUTO); in lv_bin_decoder_get_area()
/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c522 …draw_buf = lv_draw_buf_create_ex(font_draw_buf_handlers, w, h, LV_COLOR_FORMAT_A8, LV_STRIDE_AUTO); in tiny_ttf_draw_data_cache_create_cb()
/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.rst331 LV_STRIDE_AUTO);
337 LV_STRIDE_AUTO);
/lvgl-latest/src/core/
Dlv_refr.c674 layer_reshape_draw_buf(layer, LV_STRIDE_AUTO); in refr_area()
/lvgl-latest/demos/render/
Dlv_demo_render.c782 LV_STRIDE_AUTO); in canvas_draw_buf_reshape()