Home
last modified time | relevance | path

Searched defs:year (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/widgets/calendar/
Dlv_calendar.c95 void lv_calendar_set_today_date(lv_obj_t * obj, uint32_t year, uint32_t month, uint32_t day) in lv_calendar_set_today_date()
120 void lv_calendar_set_month_shown(lv_obj_t * obj, uint32_t year, uint32_t month) in lv_calendar_set_month_shown()
387 static uint8_t get_month_length(int32_t year, int32_t month) in get_month_length()
408 static uint8_t is_leap_year(uint32_t year) in is_leap_year()
420 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week()
Dlv_calendar.h32 uint16_t year; member
Dlv_calendar_header_dropdown.c154 …const uint32_t year = (year_p[0] - '0') * 1000 + (year_p[1] - '0') * 100 + (year_p[2] - '0') * 10 + in year_event_cb() local
174 …const uint32_t year = (year_p[0] - '0') * 1000 + (year_p[1] - '0') * 100 + (year_p[2] - '0') * 10 + in value_changed_event_cb() local
Dlv_calendar_chinese.c174 uint16_t year = gregorian_time->year; in lv_calendar_gregorian_to_chinese() local
/lvgl-latest/src/libs/lodepng/
Dlodepng.h473 unsigned year; /*2 bytes used (0-65535)*/ member