Home
last modified time | relevance | path

Searched defs:time (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c94 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()
Dlv_demo_smartwatch_qr.c101 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()
Dlv_demo_smartwatch_control.c64 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()
Dlv_demo_smartwatch_easter_egg.c66 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()
Dlv_demo_smartwatch_list.c86 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()
Dlv_demo_smartwatch_weather.c99 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()
Dlv_demo_smartwatch.c213 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()
Dlv_demo_smartwatch_settings.c69 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/
Dlv_obj_style_private.h35 uint16_t time; member
Dlv_obj_style.c552 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/
Dlv_calendar.c460 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/
Dlv_demo_music_list.c177 char time[32]; in add_list_button() local
/lvgl-latest/src/misc/
Dlv_style.c356 … lv_anim_path_cb_t path_cb, uint32_t time, uint32_t delay, void * user_data) in lv_style_transition_dsc_init()
Dlv_anim.c242 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
Dlv_style.h355 uint32_t time; /**< Duration of the transition in [ms]*/ member
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c282 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/
DtvgLottieExpressions.cpp693 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
DtvgLottieModel.h248 float time = 0.0f; member
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c99 lv_obj_t * time = lv_spangroup_create(date_and_time); in lv_demo_high_res_home() local
Dlv_demo_high_res_private.h174 } time; member
/lvgl-latest/src/display/
Dlv_display.c637 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/
Dlodepng.h561 LodePNGTime time; member
Dlodepng.c6196 static unsigned addChunk_tIME(ucvector * out, const LodePNGTime * time) in addChunk_tIME()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c638 void lv_textarea_set_password_show_time(lv_obj_t * obj, uint32_t time) in lv_textarea_set_password_show_time()