/lvgl-3.7.0/src/misc/ |
D | lv_async.c | 48 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/ |
D | lv_example_freetype_1.py | 6 info = lv.ft_info_t() variable
|
D | lv_example_freetype_1.c | 11 static lv_ft_info_t info; in lv_example_freetype_1() local
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_slider.c | 184 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/ |
D | lodepng.c | 2670 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/ |
D | lv_freetype.c | 161 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/ |
D | stb_truetype_htcw.h | 1548 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 …]
|
D | lv_tiny_ttf.c | 73 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/ |
D | lv_img.c | 479 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
|
D | lv_slider.c | 112 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_slider_event() local
|
D | lv_arc.c | 596 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_arc_event() local
|
/lvgl-3.7.0/src/extra/libs/fsdrv/ |
D | lv_fs_littlefs.c | 287 struct lfs_info info; in fs_dir_read() local
|
/lvgl-3.7.0/src/core/ |
D | lv_refr.c | 814 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
|
D | lv_obj.c | 488 lv_cover_check_info_t * info = lv_event_get_param(e); in lv_obj_draw() local
|
/lvgl-3.7.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 523 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/ |
D | lv_imgbtn.c | 190 lv_cover_check_info_t * info = lv_event_get_param(e); in lv_imgbtn_event() local
|
/lvgl-3.7.0/src/extra/widgets/meter/ |
D | lv_meter.c | 603 lv_img_header_t info; in draw_needles() local 682 lv_img_header_t info; in inv_line() local
|