/lvgl-latest/src/misc/ |
D | lv_async.c | 48 lv_async_info_t * info = lv_malloc(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 102 lv_async_info_t * info = (lv_async_info_t *)timer->user_data; in lv_async_timer_cb() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.cpp | 104 static jerry_value_t _toComp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _toComp() 407 static jerry_value_t _add(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _add() 413 static jerry_value_t _sub(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _sub() 419 static jerry_value_t _mul(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _mul() 425 static jerry_value_t _div(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _div() 480 static jerry_value_t _linear(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _linear() 487 static jerry_value_t _ease(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_l… in _ease() 496 static jerry_value_t _easeIn(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _easeIn() 504 static jerry_value_t _easeOut(const jerry_call_info_t* info, const jerry_value_t args[], const jerr… in _easeOut() 512 static jerry_value_t _clamp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_… in _clamp() [all …]
|
/lvgl-latest/src/indev/ |
D | lv_indev_gesture.c | 344 lv_indev_gesture_t * info; in reset_recognizer() local 369 lv_indev_gesture_t * info; in init_gesture_info() local 391 static lv_indev_gesture_motion_t * get_motion(uint8_t id, lv_indev_gesture_t * info) in get_motion() 411 static int8_t get_motion_idx(uint8_t id, lv_indev_gesture_t * info) in get_motion_idx() 430 static void process_touch_event(lv_indev_touch_data_t * touch, lv_indev_gesture_t * info) in process_touch_event()
|
D | lv_indev_gesture.h | 66 lv_indev_gesture_t * info; /* Information on the motion of each touch point */ member
|
/lvgl-latest/src/others/sysmon/ |
D | lv_sysmon.c | 189 lv_sysmon_perf_info_t * info = &disp->perf_sysmon_info; in perf_monitor_disp_event_cb() local 242 lv_sysmon_perf_info_t * info = &disp->perf_sysmon_info; in perf_update_timer_cb() local
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_uefi.c | 400 EFI_FILE_INFO * info = NULL; in lv_fs_uefi_dir_read_cb() local 556 EFI_FILE_INFO * info = lv_fs_uefi_get_info(dir); in lv_fs_uefi_is_dir() local 571 EFI_FILE_INFO * info = lv_fs_uefi_get_info(file); in lv_fs_uefi_is_file() local 583 EFI_FILE_INFO * info = NULL; in lv_fs_uefi_get_info() local
|
D | lv_fs_littlefs.c | 256 struct lfs_info info; in fs_dir_read() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_slider.c | 185 lv_hit_test_info_t info = { in test_normal_mode_slider_hit_test() local 205 lv_hit_test_info_t info = { in test_slider_range_event_hit_test() local
|
/lvgl-latest/demos/ |
D | lv_demos.c | 89 bool lv_demos_create(char * info[], int size) in lv_demos_create()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 3111 void lodepng_color_mode_init(LodePNGColorMode * info) in lodepng_color_mode_init() 3122 static void lodepng_color_mode_alloc_palette(LodePNGColorMode * info) in lodepng_color_mode_alloc_palette() 3140 void lodepng_color_mode_cleanup(LodePNGColorMode * info) in lodepng_color_mode_cleanup() 3184 void lodepng_palette_clear(LodePNGColorMode * info) in lodepng_palette_clear() 3191 unsigned lodepng_palette_add(LodePNGColorMode * info, in lodepng_palette_add() 3210 unsigned lodepng_get_bpp(const LodePNGColorMode * info) in lodepng_get_bpp() 3215 unsigned lodepng_get_channels(const LodePNGColorMode * info) in lodepng_get_channels() 3220 unsigned lodepng_is_greyscale_type(const LodePNGColorMode * info) in lodepng_is_greyscale_type() 3225 unsigned lodepng_is_alpha_type(const LodePNGColorMode * info) in lodepng_is_alpha_type() 3230 unsigned lodepng_is_palette_type(const LodePNGColorMode * info) in lodepng_is_palette_type() [all …]
|
/lvgl-latest/src/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 | 62 stbtt_fontinfo info; member 515 const stbtt_fontinfo * info = (const stbtt_fontinfo *)&dsc->info; in tiny_ttf_draw_data_cache_create_cb() local
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_qr.c | 92 lv_obj_t * info = lv_label_create(qr_panel); in lv_demo_smartwatch_qr_create() local
|
D | lv_demo_smartwatch_weather.c | 181 …martwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int uv, bool info) in lv_demo_smartwatch_weather_add_hourly()
|
D | lv_demo_smartwatch_settings.c | 356 void lv_demo_smartwatch_set_default_about_info(const char * info) in lv_demo_smartwatch_set_default_about_info()
|
/lvgl-latest/src/widgets/imagebutton/ |
D | lv_imagebutton.c | 173 lv_cover_check_info_t * info = lv_event_get_param(e); in lv_imagebutton_event() local 329 static void update_src_info(lv_imagebutton_src_info_t * info, const void * src) in update_src_info()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 232 … const lv_sysmon_perf_info_t * info = lv_subject_get_pointer(&disp->perf_sysmon_backend.subject); in auto_step_cb() local
|
/lvgl-latest/src/core/ |
D | lv_obj_id_builtin.c | 53 class_info_t * info = NULL; in lv_obj_assign_id() local
|
D | lv_refr.c | 836 lv_cover_check_info_t info; in lv_refr_get_top_obj() local 965 lv_cover_check_info_t info; in alpha_test_area_on_obj() local
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_image_cache.c | 134 struct mallinfo info = mm_mallinfo(ctx->heap); in defer_init() local
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 292 static void card_create(lv_obj_t * parent, card_info_t * info) in card_create()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 653 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_image_event() local 694 lv_cover_check_info_t * info = lv_event_get_param(e); in draw_image() local
|
/lvgl-latest/src/draw/ |
D | lv_draw.c | 125 lv_draw_global_info_t * info = &_draw_info; in lv_draw_finalize_task_creation() local
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 246 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_slider_event() local
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_ev_charging.c | 446 lv_obj_t * info = lv_obj_create(parent); in create_widget3_info() local
|