Lines Matching refs:lv_calendar_date_t
41 static lv_calendar_date_t gregorian_get_last_month_time(lv_calendar_date_t * time);
42 static lv_calendar_date_t gregorian_get_next_month_time(lv_calendar_date_t * time);
44 lv_calendar_date_t * gregorian_time);
107 void lv_calendar_set_highlighted_dates(lv_obj_t * obj, lv_calendar_date_t highlighted[], size_t dat… in lv_calendar_set_highlighted_dates()
129 lv_calendar_date_t d; in lv_calendar_set_month_shown()
147 lv_calendar_date_t gregorian_time; in lv_calendar_set_month_shown()
226 const lv_calendar_date_t * lv_calendar_get_today_date(const lv_obj_t * obj) in lv_calendar_get_today_date()
234 const lv_calendar_date_t * lv_calendar_get_showed_date(const lv_obj_t * obj) in lv_calendar_get_showed_date()
242 lv_calendar_date_t * lv_calendar_get_highlighted_dates(const lv_obj_t * obj) in lv_calendar_get_highlighted_dates()
258 lv_result_t lv_calendar_get_pressed_date(const lv_obj_t * obj, lv_calendar_date_t * date) in lv_calendar_get_pressed_date()
460 static lv_calendar_date_t gregorian_get_last_month_time(lv_calendar_date_t * time) in gregorian_get_last_month_time()
462 lv_calendar_date_t last_month_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()
476 lv_calendar_date_t next_month_time; in gregorian_get_next_month_time()
489 lv_calendar_date_t * gregorian_time) in chinese_calendar_set_day_name()