Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_widgets/
Dlv_calendar.c753 lv_style_int_t date_bottom = lv_obj_get_style_pad_bottom(calendar, LV_CALENDAR_PART_DATE); in draw_day_names() local
761 lv_coord_t days_h = calendar->coords.y2 - days_y1 - date_bottom; in draw_day_names()
804 lv_style_int_t date_bottom = lv_obj_get_style_pad_bottom(calendar, LV_CALENDAR_PART_DATE); in draw_dates() local
810 lv_coord_t days_h = calendar->coords.y2 - days_y1 - date_bottom; in draw_dates()