/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_border.c | 117 float h = width; in lv_draw_nema_gfx_border() local 126 float h = width; in lv_draw_nema_gfx_border() local 135 float h = border_height - 2 * width; in lv_draw_nema_gfx_border() local 144 float h = border_height - 2 * width; in lv_draw_nema_gfx_border() local 155 float h = width; in lv_draw_nema_gfx_border() local 172 float h = width; in lv_draw_nema_gfx_border() local 189 float h = width; in lv_draw_nema_gfx_border() local 206 float h = width; in lv_draw_nema_gfx_border() local
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 15 Creating lv_conf.h 56 .. _configuration_settings: 61 Once the ``lv_conf.h`` file is in place, you can modify this header to configure
|
/lvgl-latest/src/libs/gif/ |
D | gifdec_mve.h | 23 #define GIFDEC_FILL_BG(dst, w, h, stride, color, opa) \ argument 26 #define GIFDEC_RENDER_FRAME(dst, w, h, stride, frame, pattern, tindex) \ argument 41 static inline void _gifdec_fill_bg_mve(uint8_t * dst, uint16_t w, uint16_t h, uint16_t stride, uint… in _gifdec_fill_bg_mve() 70 static inline void _gifdec_render_frame_mve(uint8_t * dst, uint16_t w, uint16_t h, uint16_t stride,… in _gifdec_render_frame_mve()
|
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.c | 51 int32_t h = lv_obj_get_height(obj); in lv_snapshot_create_draw_buf() local 64 int32_t h = lv_obj_get_height(obj); in lv_snapshot_reshape_draw_buf() local 106 int32_t h = draw_buf->header.h; in lv_snapshot_take_to_draw_buf() local
|
/lvgl-latest/src/widgets/canvas/ |
D | lv_canvas.h | 172 #define LV_CANVAS_BUF_SIZE(w, h, bpp, stride) (((((w * bpp + 7) >> 3) + stride - 1) & ~(stride - 1)… argument
|
/lvgl-latest/src/draw/dma2d/ |
D | lv_draw_dma2d_fill.c | 37 void lv_draw_dma2d_opaque_fill(lv_draw_dma2d_unit_t * u, void * first_pixel, int32_t w, int32_t h, … in lv_draw_dma2d_opaque_fill() 70 void lv_draw_dma2d_fill(lv_draw_dma2d_unit_t * u, void * first_pixel, int32_t w, int32_t h, int32_t… in lv_draw_dma2d_fill()
|
D | lv_draw_dma2d_img.c | 41 int32_t h = lv_area_get_height(clipped_coords); in lv_draw_dma2d_opaque_image() local 127 int32_t h = lv_area_get_height(clipped_coords); in lv_draw_dma2d_image() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgRawLoader.cpp | 51 bool RawLoader::open(const uint32_t* data, uint32_t w, uint32_t h, bool copy) in open()
|
D | tvgPicture.cpp | 96 bool Picture::Impl::size(float w, float h) in size() 190 Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, bool copy) noexcept in load() 198 Result Picture::size(float w, float h) noexcept in size()
|
D | tvgGlCanvas.cpp | 65 Result GlCanvas::target(int32_t id, uint32_t w, uint32_t h) noexcept in target()
|
D | tvgWgCanvas.cpp | 63 Result WgCanvas::target(void* instance, void* surface, uint32_t w, uint32_t h, void* device) noexce… in target()
|
D | tvgSwCanvas.cpp | 85 Result SwCanvas::target(uint32_t* buffer, uint32_t stride, uint32_t w, uint32_t h, Colorspace cs) n… in target()
|
D | tvgCanvas.cpp | 87 Result Canvas::viewport(int32_t x, int32_t y, int32_t w, int32_t h) noexcept in viewport()
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 271 lv_result_t lv_draw_buf_init(lv_draw_buf_t * draw_buf, uint32_t w, uint32_t h, lv_color_format_t cf… in lv_draw_buf_init() 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() 308 …draw_buf_t * lv_draw_buf_create_ex(const lv_draw_buf_handlers_t * handlers, uint32_t w, uint32_t h, in lv_draw_buf_create_ex() 373 …buf_t * lv_draw_buf_reshape(lv_draw_buf_t * draw_buf, lv_color_format_t cf, uint32_t w, uint32_t h, in lv_draw_buf_reshape() 445 uint32_t h = header->h; in lv_draw_buf_adjust_stride() local 528 uint32_t h = draw_buf->header.h; in lv_draw_buf_premultiply() local 542 uint32_t h = draw_buf->header.h; in lv_draw_buf_premultiply() local 559 uint32_t h = draw_buf->header.h; in lv_draw_buf_premultiply() local 698 static uint32_t _calculate_draw_buf_size(uint32_t w, uint32_t h, lv_color_format_t cf, uint32_t str… in _calculate_draw_buf_size()
|
/lvgl-latest/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 31 int32_t h = lv_obj_get_height(spinbox); in lv_example_spinbox_1() local
|
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_l8.c | 184 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_l8() local 333 int32_t h = dsc->dest_h; in i1_image_blend() local 420 int32_t h = dsc->dest_h; in l8_image_blend() local 502 int32_t h = dsc->dest_h; in al88_image_blend() local 590 int32_t h = dsc->dest_h; in rgb565_image_blend() local 677 int32_t h = dsc->dest_h; in rgb888_image_blend() local 767 int32_t h = dsc->dest_h; in argb8888_image_blend() local
|
D | lv_draw_sw_blend_to_argb8888.c | 212 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_argb8888() local 368 int32_t h = dsc->dest_h; in i1_image_blend() local 461 int32_t h = dsc->dest_h; in al88_image_blend() local 557 int32_t h = dsc->dest_h; in l8_image_blend() local 648 int32_t h = dsc->dest_h; in rgb565_image_blend() local 748 int32_t h = dsc->dest_h; in rgb888_image_blend() local 867 int32_t h = dsc->dest_h; in argb8888_image_blend() local
|
D | lv_draw_sw_blend_to_rgb565.c | 214 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_rgb565() local 412 int32_t h = dsc->dest_h; in i1_image_blend() local 529 int32_t h = dsc->dest_h; in al88_image_blend() local 647 int32_t h = dsc->dest_h; in l8_image_blend() local 760 int32_t h = dsc->dest_h; in rgb565_image_blend() local 870 int32_t h = dsc->dest_h; in rgb888_image_blend() local 982 int32_t h = dsc->dest_h; in argb8888_image_blend() local
|
D | lv_draw_sw_blend_to_rgb888.c | 187 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_rgb888() local 362 int32_t h = dsc->dest_h; in i1_image_blend() local 452 int32_t h = dsc->dest_h; in al88_image_blend() local 538 int32_t h = dsc->dest_h; in l8_image_blend() local 626 int32_t h = dsc->dest_h; in rgb565_image_blend() local 725 int32_t h = dsc->dest_h; in rgb888_image_blend() local 824 int32_t h = dsc->dest_h; in argb8888_image_blend() local
|
D | lv_draw_sw_blend_to_al88.c | 200 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_al88() local 358 int32_t h = dsc->dest_h; in i1_image_blend() local 451 int32_t h = dsc->dest_h; in l8_image_blend() local 544 int32_t h = dsc->dest_h; in al88_image_blend() local 632 int32_t h = dsc->dest_h; in rgb565_image_blend() local 728 int32_t h = dsc->dest_h; in rgb888_image_blend() local 829 int32_t h = dsc->dest_h; in argb8888_image_blend() local
|
D | lv_draw_sw_blend_to_i1.c | 206 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_i1() local 358 int32_t h = dsc->dest_h; in i1_image_blend() local 476 int32_t h = dsc->dest_h; in l8_image_blend() local 589 int32_t h = dsc->dest_h; in al88_image_blend() local 703 int32_t h = dsc->dest_h; in argb8888_image_blend() local 818 int32_t h = dsc->dest_h; in rgb888_image_blend() local 939 int32_t h = dsc->dest_h; in rgb565_image_blend() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_line.c | 148 int32_t h; in draw_line_hor() local 225 int32_t h; in draw_line_ver() local 345 int32_t h; in draw_line_skew() local
|
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_4.c | 8 static void generate_mask(lv_draw_buf_t * mask, int32_t w, int32_t h, const char * txt) in generate_mask()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 287 int32_t h = lv_obj_get_height(obj); in lv_image_set_rotation() local 329 int32_t h = lv_obj_get_height(obj); in lv_image_set_pivot() local 644 int32_t h = lv_obj_get_height(obj); in lv_image_event() local 662 int32_t h = lv_obj_get_height(obj); in lv_image_event() local 824 int32_t h = lv_obj_get_height(obj); in scale_update() local
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 103 int32_t h = lv_obj_get_content_height(tv); in lv_tileview_set_tile_by_index() local 164 int32_t h = lv_obj_get_content_height(obj); in tileview_event_cb() local
|