Home
last modified time | relevance | path

Searched full:h (Results 1 – 25 of 1803) sorted by relevance

12345678910>>...73

/lvgl-latest/env_support/cmsis-pack/
DLVGL.lvgl.9.3.0-dev2.pack ... /lv_demo_ebike_home.h demos/ebike/lv_demo_ebike_private.h demos/ebike/lv_demo_ebike_settings.c demos/ebike ...
/lvgl-latest/scripts/gen_json/
Dcreate_fake_lib_c.py4 ('aio.h', ''),
5 ('alloca.h', ''),
6 ('ar.h', ''),
7 ('argz.h', ''),
8 ('assert.h', ''),
9 ('complex.h', ''),
10 ('cpio.h', ''),
11 ('ctype.h', ''),
12 ('dirent.h', ''),
13 ('dlfcn.h', ''),
[all …]
/lvgl-latest/
Dlvgl.h2 * @file lvgl.h
16 #include "lv_version.h"
21 #include "src/lv_init.h"
23 #include "src/stdlib/lv_mem.h"
24 #include "src/stdlib/lv_string.h"
25 #include "src/stdlib/lv_sprintf.h"
27 #include "src/misc/lv_log.h"
28 #include "src/misc/lv_timer.h"
29 #include "src/misc/lv_math.h"
30 #include "src/misc/lv_array.h"
[all …]
Dlvgl_private.h2 * @file lvgl_private.h
16 #include "src/core/lv_global.h"
18 #include "src/display/lv_display_private.h"
19 #include "src/indev/lv_indev_private.h"
20 #include "src/misc/lv_text_private.h"
21 #include "src/misc/cache/lv_cache_entry_private.h"
22 #include "src/misc/cache/lv_cache_private.h"
23 #include "src/layouts/lv_layout_private.h"
24 #include "src/stdlib/lv_mem_private.h"
25 #include "src/others/file_explorer/lv_file_explorer_private.h"
[all …]
/lvgl-latest/src/libs/expat/
Dsiphash.h2 * siphash.h - SipHash-2-4 in a single header file
45 * - Address lack of stdint.h for Visual Studio 2003 to 2008
99 #include "../../lv_conf_internal.h"
104 #include <stddef.h> /* size_t */
105 #include <stdint.h> /* uint64_t uint32_t uint8_t */
169 sip_round(struct siphash *H, const int rounds) { in sip_round() argument
173 H->v0 += H->v1; in sip_round()
174 H->v1 = SIP_ROTL(H->v1, 13); in sip_round()
175 H->v1 ^= H->v0; in sip_round()
176 H->v0 = SIP_ROTL(H->v0, 32); in sip_round()
[all …]
/lvgl-latest/src/
Dlv_init.c9 #include "misc/lv_timer_private.h"
10 #include "misc/lv_profiler_builtin_private.h"
11 #include "misc/lv_anim_private.h"
12 #include "draw/lv_image_decoder_private.h"
13 #include "draw/lv_draw_buf_private.h"
14 #include "core/lv_refr_private.h"
15 #include "core/lv_obj_style_private.h"
16 #include "core/lv_group_private.h"
17 #include "lv_init.h"
18 #include "core/lv_global.h"
[all …]
/lvgl-latest/scripts/
DLVGLImage.py283 H = data[1::3]
286 for h, l, a in zip(H, L, A):
287 p = (h << 8) | (l)
307 w: int, h: int,
327 #include "lvgl.h"
329 #include "../lvgl.h"
331 #include "lvgl/lvgl.h"
356 .header.h = {h},
393 h: int = 0,
400 self.h = h & 0xffff
[all …]
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_border.c9 #include "../../misc/lv_area_private.h"
10 #include "lv_draw_sw_mask_private.h"
11 #include "../lv_draw_private.h"
12 #include "../lv_draw_private.h"
13 #include "lv_draw_sw.h"
16 #include "blend/lv_draw_sw_blend_private.h"
17 #include "../../misc/lv_math.h"
18 #include "../../misc/lv_text_ap.h"
19 #include "../../core/lv_refr.h"
20 #include "../../misc/lv_assert.h"
[all …]
Dlv_draw_sw_fill.c9 #include "../../misc/lv_area_private.h"
10 #include "lv_draw_sw_mask_private.h"
11 #include "../lv_draw_private.h"
12 #include "lv_draw_sw.h"
15 #include "blend/lv_draw_sw_blend_private.h"
16 #include "lv_draw_sw_gradient_private.h"
17 #include "../../misc/lv_math.h"
18 #include "../../misc/lv_text_ap.h"
19 #include "../../core/lv_refr.h"
20 #include "../../misc/lv_assert.h"
[all …]
/lvgl-latest/src/draw/
Dlv_draw_buf.c9 #include "lv_draw_buf_private.h"
10 #include "../misc/lv_types.h"
11 #include "../stdlib/lv_string.h"
12 #include "../core/lv_global.h"
13 #include "../misc/lv_math.h"
14 #include "../misc/lv_area_private.h"
37 static uint32_t _calculate_draw_buf_size(uint32_t w, uint32_t h, lv_color_format_t cf, uint32_t str…
173 lv_memzero(buf, header->h * stride); in lv_draw_buf_clear()
183 a_draw_buf.y2 = draw_buf->header.h - 1; in lv_draw_buf_clear()
256 end_y = dest->header.h - 1; in lv_draw_buf_copy()
[all …]
/lvgl-latest/src/drivers/
Dlv_drivers.h2 * @file lv_drivers.h
16 #include "sdl/lv_sdl_window.h"
17 #include "sdl/lv_sdl_mouse.h"
18 #include "sdl/lv_sdl_mousewheel.h"
19 #include "sdl/lv_sdl_keyboard.h"
21 #include "x11/lv_x11.h"
23 #include "display/drm/lv_linux_drm.h"
24 #include "display/fb/lv_linux_fbdev.h"
26 #include "display/tft_espi/lv_tft_espi.h"
28 #include "display/lcd/lv_lcd_generic_mipi.h"
[all …]
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_l8.c9 #include "lv_draw_sw_blend_to_l8.h"
14 #include "lv_draw_sw_blend_private.h"
15 #include "../../../misc/lv_math.h"
16 #include "../../../display/lv_display.h"
17 #include "../../../core/lv_refr.h"
18 #include "../../../misc/lv_color.h"
19 #include "../../../stdlib/lv_string.h"
22 #include "neon/lv_blend_neon.h"
24 #include "helium/lv_blend_helium.h"
184 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_l8() local
[all …]
Dlv_draw_sw_blend_to_rgb888.c9 #include "lv_draw_sw_blend_to_rgb888.h"
14 #include "lv_draw_sw_blend_private.h"
15 #include "../../../misc/lv_math.h"
16 #include "../../../display/lv_display.h"
17 #include "../../../core/lv_refr.h"
18 #include "../../../misc/lv_color.h"
19 #include "../../../stdlib/lv_string.h"
22 #include "neon/lv_blend_neon.h"
24 #include "helium/lv_blend_helium.h"
187 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_rgb888() local
[all …]
Dlv_draw_sw_blend_to_al88.c9 #include "lv_draw_sw_blend_to_al88.h"
14 #include "lv_draw_sw_blend_private.h"
15 #include "../../../misc/lv_math.h"
16 #include "../../../display/lv_display.h"
17 #include "../../../core/lv_refr.h"
18 #include "../../../misc/lv_color.h"
19 #include "../../../stdlib/lv_string.h"
22 #include "neon/lv_blend_neon.h"
24 #include "helium/lv_blend_helium.h"
200 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_al88() local
[all …]
Dlv_draw_sw_blend_to_argb8888.c9 #include "lv_draw_sw_blend_to_argb8888.h"
14 #include "lv_draw_sw_blend_private.h"
15 #include "../../../misc/lv_math.h"
16 #include "../../../display/lv_display.h"
17 #include "../../../core/lv_refr.h"
18 #include "../../../misc/lv_color.h"
19 #include "../../../stdlib/lv_string.h"
22 #include "neon/lv_blend_neon.h"
24 #include "helium/lv_blend_helium.h"
212 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_argb8888() local
[all …]
Dlv_draw_sw_blend_to_i1.c9 #include "lv_draw_sw_blend_to_i1.h"
12 #include "lv_draw_sw_blend_private.h"
13 #include "../../../misc/lv_math.h"
14 #include "../../../display/lv_display.h"
15 #include "../../../core/lv_refr.h"
16 #include "../../../misc/lv_color.h"
17 #include "../../../stdlib/lv_string.h"
20 #include "neon/lv_blend_neon.h"
22 #include "helium/lv_blend_helium.h"
206 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_i1() local
[all …]
Dlv_draw_sw_blend_to_rgb565.c9 #include "lv_draw_sw_blend_to_rgb565.h"
14 #include "lv_draw_sw_blend_private.h"
15 #include "../../../misc/lv_math.h"
16 #include "../../../display/lv_display.h"
17 #include "../../../core/lv_refr.h"
18 #include "../../../misc/lv_color.h"
19 #include "../../../stdlib/lv_string.h"
22 #include "neon/lv_blend_neon.h"
24 #include "helium/lv_blend_helium.h"
214 int32_t h = dsc->dest_h; in lv_draw_sw_blend_color_to_rgb565() local
[all …]
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_border.c10 #include "../../misc/lv_area_private.h"
11 #include "../lv_draw_private.h"
12 #include "lv_draw_vg_lite.h"
16 #include "lv_draw_vg_lite_type.h"
17 #include "lv_vg_lite_utils.h"
18 #include "lv_vg_lite_path.h"
19 #include "lv_vg_lite_math.h"
37 int32_t x, int32_t y, int32_t w, int32_t h,
66 int32_t h = lv_area_get_height(coords); in lv_draw_vg_lite_border() local
69 float r_short = LV_MIN(w, h) / 2.0f; in lv_draw_vg_lite_border()
[all …]
/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp23 #include "../../lv_conf_internal.h"
26 #include "tvgMath.h" /* to include math.h before cstring */
29 #include "tvgShape.h"
30 #include "tvgCompressor.h"
31 #include "tvgPaint.h"
32 #include "tvgFill.h"
33 #include "tvgStr.h"
34 #include "tvgSvgLoaderCommon.h"
35 #include "tvgSvgSceneBuilder.h"
36 #include "tvgSvgPath.h"
[all …]
DtvgSwRaster.cpp23 #include "../../lv_conf_internal.h"
27 #include <malloc.h>
29 #include <alloca.h>
31 #include <stdlib.h>
34 #include "tvgMath.h"
35 #include "tvgRender.h"
36 #include "tvgSwCommon.h"
251 #include "tvgSwRasterTexmap.h"
252 #include "tvgSwRasterC.h"
253 #include "tvgSwRasterAvx.h"
[all …]
DtvgSwRenderer.cpp23 #include "../../lv_conf_internal.h"
27 #include <omp.h>
30 #include "tvgMath.h"
31 #include "tvgSwCommon.h"
32 #include "tvgTaskScheduler.h"
33 #include "tvgSwRenderer.h"
66 region.h = bbox.max.y - region.y; in bounds()
68 if (region.h < 0) region.h = 0; in bounds()
227 image.h = source->h; in run()
234 if (!image.data || image.w == 0 || image.h == 0) goto end; in run()
[all …]
/lvgl-latest/src/core/
Dlv_global.h2 * @file lv_global.h
16 #include "../lv_conf_internal.h"
18 #include "../misc/lv_types.h"
19 #include "../draw/lv_draw.h"
21 #include "../draw/sw/lv_draw_sw.h"
23 #include "../misc/lv_anim.h"
24 #include "../misc/lv_area.h"
25 #include "../misc/lv_color_op.h"
26 #include "../misc/lv_ll.h"
27 #include "../misc/lv_log.h"
[all …]
Dlv_obj_pos.c9 #include "../misc/lv_area_private.h"
10 #include "../layouts/lv_layout_private.h"
11 #include "lv_obj_event_private.h"
12 #include "lv_obj_draw_private.h"
13 #include "lv_obj_style_private.h"
14 #include "lv_obj_private.h"
15 #include "../display/lv_display.h"
16 #include "../display/lv_display_private.h"
17 #include "lv_refr_private.h"
18 #include "../core/lv_global.h"
[all …]
/lvgl-latest/src/widgets/image/
Dlv_image.c9 #include "lv_image_private.h"
10 #include "../../misc/lv_area_private.h"
11 #include "../../draw/lv_draw_image_private.h"
12 #include "../../draw/lv_draw_private.h"
13 #include "../../core/lv_obj_event_private.h"
14 #include "../../core/lv_obj_class_private.h"
17 #include "../../stdlib/lv_string.h"
230 header.h = size.y; in lv_image_set_src()
235 img->h = header.h; in lv_image_set_src()
287 int32_t h = lv_obj_get_height(obj); in lv_image_set_rotation() local
[all …]
/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c10 #include "lv_draw_opengles.h"
12 #include "../lv_draw_private.h"
13 #include "../../misc/cache/lv_cache_entry_private.h"
14 #include "../../drivers/glfw/lv_opengles_debug.h"
15 #include "../../drivers/glfw/lv_opengles_texture.h"
16 #include "../../drivers/glfw/lv_opengles_driver.h"
17 #include <GL/glew.h>
18 #include <GLFW/glfw3.h>
19 #include "../../draw/lv_draw_label.h"
20 #include "../../draw/lv_draw_rect.h"
[all …]

12345678910>>...73