/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 94 void lv_demo_smartwatch_notifications_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t… in lv_demo_smartwatch_notifications_load() 147 void lv_demo_smartwatch_show_notification(int app_id, const char * message, const char * time) in lv_demo_smartwatch_show_notification()
|
D | lv_demo_smartwatch_qr.c | 101 void lv_demo_smartwatch_qr_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_qr_load()
|
D | lv_demo_smartwatch_control.c | 64 void lv_demo_smartwatch_control_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_control_load()
|
D | lv_demo_smartwatch_easter_egg.c | 66 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de… in lv_demo_smartwatch_easter_egg_load()
|
D | lv_demo_smartwatch_list.c | 86 void lv_demo_smartwatch_list_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_list_load()
|
D | lv_demo_smartwatch_weather.c | 99 void lv_demo_smartwatch_weather_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_weather_load()
|
D | lv_demo_smartwatch.c | 213 void lv_demo_smartwatch_home_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t delay) in lv_demo_smartwatch_home_load()
|
D | lv_demo_smartwatch_settings.c | 69 void lv_demo_smartwatch_settings_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t dela… in lv_demo_smartwatch_settings_load()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_private.h | 35 uint16_t time; member
|
D | lv_obj_style.c | 552 void lv_obj_fade_in(lv_obj_t * obj, uint32_t time, uint32_t delay) in lv_obj_fade_in() 565 void lv_obj_fade_out(lv_obj_t * obj, uint32_t time, uint32_t delay) in lv_obj_fade_out()
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar.c | 460 static lv_calendar_date_t gregorian_get_last_month_time(lv_calendar_date_t * time) in gregorian_get_last_month_time() 474 static lv_calendar_date_t gregorian_get_next_month_time(lv_calendar_date_t * time) in gregorian_get_next_month_time()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 177 char time[32]; in add_list_button() local
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 356 … lv_anim_path_cb_t path_cb, uint32_t time, uint32_t delay, void * user_data) in lv_style_transition_dsc_init()
|
D | lv_anim.c | 242 uint32_t time = (d * 1000) / speed; in lv_anim_speed_to_time() local 497 uint32_t time = (d * 100) / speed; /*Speed is in 10 units per sec*/ in lv_anim_resolve_speed() local
|
D | lv_style.h | 355 uint32_t time; /**< Duration of the transition in [ms]*/ member
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 282 static void graphic_obj_frame_done(void * data, struct wl_callback * cb, uint32_t time) in graphic_obj_frame_done() 461 uint32_t time, wl_fixed_t sx, wl_fixed_t sy) in pointer_handle_motion() 477 uint32_t serial, uint32_t time, uint32_t button, in pointer_handle_button() 647 uint32_t time, uint32_t axis, wl_fixed_t value) in pointer_handle_axis() 824 uint32_t serial, uint32_t time, uint32_t key, in keyboard_handle_key() 884 uint32_t serial, uint32_t time, struct wl_surface * surface, in touch_handle_down() 935 uint32_t serial, uint32_t time, int32_t id) in touch_handle_up() 990 uint32_t time, int32_t id, wl_fixed_t x_w, wl_fixed_t y_w) in touch_handle_motion()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.cpp | 693 auto time = jerry_value_as_number(args[0]); in _nearestKey() local 735 auto time = jerry_value_as_number(args[0]); in _valueAtTime() local 758 auto time = jerry_value_as_number(args[0]); in _velocityAtTime() local 792 auto time = jerry_value_as_number(args[0]); in _speedAtTime() local 933 auto time = jerry_number(exp->comp->timeAtFrame(frameNo)); in _key() local 1394 auto time = jerry_number(curTime); in update() local
|
D | tvgLottieModel.h | 248 float time = 0.0f; member
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 99 lv_obj_t * time = lv_spangroup_create(date_and_time); in lv_demo_high_res_home() local
|
D | lv_demo_high_res_private.h | 174 } time; member
|
/lvgl-latest/src/display/ |
D | lv_display.c | 637 void lv_screen_load_anim(lv_obj_t * new_scr, lv_screen_load_anim_t anim_type, uint32_t time, uint32… in lv_screen_load_anim()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.h | 561 LodePNGTime time; member
|
D | lodepng.c | 6196 static unsigned addChunk_tIME(ucvector * out, const LodePNGTime * time) in addChunk_tIME()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 638 void lv_textarea_set_password_show_time(lv_obj_t * obj, uint32_t time) in lv_textarea_set_password_show_time()
|