Home
last modified time | relevance | path

Searched defs:info (Results 1 – 17 of 17) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_async.c48 lv_async_info_t * info = lv_mem_alloc(sizeof(lv_async_info_t)); in lv_async_call() local
79 lv_async_info_t * info = (lv_async_info_t *)timer->user_data; in lv_async_call_cancel() local
101 lv_async_info_t * info = (lv_async_info_t *)timer->user_data; in lv_async_timer_cb() local
/lvgl-3.7.0/examples/libs/freetype/
Dlv_example_freetype_1.py6 info = lv.ft_info_t() variable
Dlv_example_freetype_1.c11 static lv_ft_info_t info; in lv_example_freetype_1() local
/lvgl-3.7.0/tests/src/test_cases/
Dtest_slider.c184 lv_hit_test_info_t info = { in test_normal_mode_slider_hit_test() local
204 lv_hit_test_info_t info = { in test_slider_range_event_hit_test() local
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c2670 void lodepng_color_mode_init(LodePNGColorMode* info) { in lodepng_color_mode_init()
2680 static void lodepng_color_mode_alloc_palette(LodePNGColorMode* info) { in lodepng_color_mode_alloc_palette()
2697 void lodepng_color_mode_cleanup(LodePNGColorMode* info) { in lodepng_color_mode_cleanup()
2737 void lodepng_palette_clear(LodePNGColorMode* info) { in lodepng_palette_clear()
2743 unsigned lodepng_palette_add(LodePNGColorMode* info, in lodepng_palette_add()
2761 unsigned lodepng_get_bpp(const LodePNGColorMode* info) { in lodepng_get_bpp()
2765 unsigned lodepng_get_channels(const LodePNGColorMode* info) { in lodepng_get_channels()
2769 unsigned lodepng_is_greyscale_type(const LodePNGColorMode* info) { in lodepng_is_greyscale_type()
2773 unsigned lodepng_is_alpha_type(const LodePNGColorMode* info) { in lodepng_is_alpha_type()
2777 unsigned lodepng_is_palette_type(const LodePNGColorMode* info) { in lodepng_is_palette_type()
[all …]
/lvgl-3.7.0/src/extra/libs/freetype/
Dlv_freetype.c161 bool lv_ft_font_init(lv_ft_info_t * info) in lv_ft_font_init()
353 static bool lv_ft_font_init_cache(lv_ft_info_t * info) in lv_ft_font_init_cache()
418 static FT_Face face_find_in_list(lv_ft_info_t * info) in face_find_in_list()
534 static bool lv_ft_font_init_nocache(lv_ft_info_t * info) in lv_ft_font_init_nocache()
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1548 static int stbtt__get_svg(stbtt_fontinfo * info)
1564 static int stbtt_InitFont_internal(stbtt_fontinfo * info, STBTT_STREAM_TYPE data, int fontstart)
1687 STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo * info, int unicode_codepoint)
1789 STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo * info, int unicode_codepoint, stbtt_ver…
1804 static int stbtt__GetGlyfOffset(const stbtt_fontinfo * info, int glyph_index)
1827 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, i…
1844 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,…
1849 STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo * info, int glyph_index)
1878 static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pve…
2219 static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo * info, int glyph_index)
[all …]
Dlv_tiny_ttf.c73 stbtt_fontinfo info; member
133 const stbtt_fontinfo * info = (const stbtt_fontinfo *)&dsc->info; in ttf_get_glyph_bitmap_cb() local
/lvgl-3.7.0/src/widgets/
Dlv_img.c479 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_img_event() local
524 lv_cover_check_info_t * info = lv_event_get_param(e); in draw_img() local
Dlv_slider.c112 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_slider_event() local
Dlv_arc.c596 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_arc_event() local
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_littlefs.c287 struct lfs_info info; in fs_dir_read() local
/lvgl-3.7.0/src/core/
Dlv_refr.c814 lv_cover_check_info_t info; in lv_refr_get_top_obj() local
945 lv_cover_check_info_t info; in layer_alpha_test() local
983 lv_cover_check_info_t info; in refr_obj() local
Dlv_obj.c488 lv_cover_check_info_t * info = lv_event_get_param(e); in lv_obj_draw() local
/lvgl-3.7.0/src/extra/widgets/colorwheel/
Dlv_colorwheel.c523 lv_hit_test_info_t * info = lv_event_get_param(e);; in lv_colorwheel_event() local
533 lv_cover_check_info_t * info = lv_event_get_param(e); in lv_colorwheel_event() local
/lvgl-3.7.0/src/extra/widgets/imgbtn/
Dlv_imgbtn.c190 lv_cover_check_info_t * info = lv_event_get_param(e); in lv_imgbtn_event() local
/lvgl-3.7.0/src/extra/widgets/meter/
Dlv_meter.c603 lv_img_header_t info; in draw_needles() local
682 lv_img_header_t info; in inv_line() local