Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_monthcalendarimp.cpp356 int32_t iDayNum = FX_DaysInMonth(m_iCurYear, iMonthNum); in DrawWeekNumber() local
360 for (int32_t i = 1; i <= iDayNum; i += 7) { in DrawWeekNumber()