Home
last modified time | relevance | path

Searched refs:get_day_of_week (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_calendar.c44 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day);
588 if(i_pos < get_day_of_week(ext->showed_date.year, ext->showed_date.month, 1)) { in calculate_touched_day()
592get_day_of_week(ext->showed_date.year, ext->showed_date.month, 1) + 1 + i_pos; in calculate_touched_day()
593 } else if(i_pos < (get_day_of_week(ext->showed_date.year, ext->showed_date.month, 1) + in calculate_touched_day()
597 …ext->pressed_date.day = i_pos + 1 - get_day_of_week(ext->showed_date.year, ext->showed_date.mont… in calculate_touched_day()
601 …ext->pressed_date.day = i_pos + 1 - get_day_of_week(ext->showed_date.year, ext->showed_date.mont… in calculate_touched_day()
725 uint8_t month_start_day = get_day_of_week(ext->showed_date.year, ext->showed_date.month, 1); in draw_days()
939 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week() function

Completed in 8 milliseconds