Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 129) sorted by relevance

123456

/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_border.c117 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/
Dconfiguration.rst15 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/
Dgifdec_mve.h23 #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/
Dlv_snapshot.c51 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/
Dlv_canvas.h172 #define LV_CANVAS_BUF_SIZE(w, h, bpp, stride) (((((w * bpp + 7) >> 3) + stride - 1) & ~(stride - 1)… argument
/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d_fill.c37 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()
Dlv_draw_dma2d_img.c41 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/
DtvgRawLoader.cpp51 bool RawLoader::open(const uint32_t* data, uint32_t w, uint32_t h, bool copy) in open()
DtvgPicture.cpp96 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()
DtvgGlCanvas.cpp65 Result GlCanvas::target(int32_t id, uint32_t w, uint32_t h) noexcept in target()
DtvgWgCanvas.cpp63 Result WgCanvas::target(void* instance, void* surface, uint32_t w, uint32_t h, void* device) noexce… in target()
DtvgSwCanvas.cpp85 Result SwCanvas::target(uint32_t* buffer, uint32_t stride, uint32_t w, uint32_t h, Colorspace cs) n… in target()
DtvgCanvas.cpp87 Result Canvas::viewport(int32_t x, int32_t y, int32_t w, int32_t h) noexcept in viewport()
/lvgl-latest/src/draw/
Dlv_draw_buf.c271 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/
Dlv_example_spinbox_1.c31 int32_t h = lv_obj_get_height(spinbox); in lv_example_spinbox_1() local
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_l8.c184 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
Dlv_draw_sw_blend_to_argb8888.c212 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
Dlv_draw_sw_blend_to_rgb565.c214 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
Dlv_draw_sw_blend_to_rgb888.c187 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
Dlv_draw_sw_blend_to_al88.c200 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
Dlv_draw_sw_blend_to_i1.c206 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/
Dlv_draw_sw_line.c148 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/
Dlv_example_label_4.c8 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/
Dlv_image.c287 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/
Dlv_tileview.c103 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

123456