/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() 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/ |
D | lv_draw_buf.h | 27 #define LV_STRIDE_AUTO 0 macro 28 LV_EXPORT_CONST_INT(LV_STRIDE_AUTO);
|
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() 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/ |
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() 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/ |
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_blend.c | 134 …lv_draw_buf_init(&img, 180, 180, LV_COLOR_FORMAT_ARGB8888, LV_STRIDE_AUTO, canvas_buf, sizeof(canv… in canvas_draw()
|
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()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 190 LV_STRIDE_AUTO); in decoder_open_variable() 262 LV_STRIDE_AUTO); in decoder_open_file()
|
D | lv_vg_lite_utils.c | 700 if(stride == LV_STRIDE_AUTO) { in lv_vg_lite_buffer_init()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_canvas.c | 33 LV_STRIDE_AUTO); in canvas_draw_buf_reshape()
|
/lvgl-latest/src/draw/opengles/ |
D | lv_draw_opengles.c | 106 …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/ |
D | lv_draw_sdl.c | 130 …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/ |
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/src/libs/libpng/ |
D | lv_libpng.c | 309 …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/ |
D | lv_demo_vector_graphic.c | 274 …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/ |
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() 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/ |
D | lv_libjpeg_turbo.c | 372 LV_STRIDE_AUTO); in decode_jpeg_file()
|
/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() 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/ |
D | lv_tiny_ttf.c | 522 …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/ |
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 | 331 LV_STRIDE_AUTO); 337 LV_STRIDE_AUTO);
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 674 layer_reshape_draw_buf(layer, LV_STRIDE_AUTO); in refr_area()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 782 LV_STRIDE_AUTO); in canvas_draw_buf_reshape()
|