Searched refs:m_szCell (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_monthcalendar.cpp317 CFX_RectF(m_rtWeek.left + i * (m_szCell.width + MONTHCAL_HMARGIN * 2),
318 m_rtWeek.top, m_szCell);
437 m_szCell.width = FX_FLOAT((fMaxWeekW >= fDayMaxW) ? (int)(fMaxWeekW + 0.5)
439 m_szCell.height = (fMaxWeekH >= fDayMaxH) ? fMaxWeekH : fDayMaxH;
442 fs.width = m_szCell.width * MONTHCAL_COLUMNS +
460 m_szHead.width + MONTHCAL_HEADER_BTN_HMARGIN * 2 + m_szCell.width * 2;
466 m_szToday.height = (m_szToday.height >= m_szCell.height) ? m_szToday.height
467 : m_szCell.height;
468 fs.height = m_szCell.width + m_szCell
[all...]
H A Dcfwl_monthcalendar.h181 CFX_SizeF m_szCell; member in class:CFWL_MonthCalendar

Completed in 32 milliseconds