Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_monthcalendar.h75 #define FWL_MCCAPACITY_Sun FWL_WGTCAPACITY_MAX + 5 macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.cpp246 dwCapacity >= FWL_MCCAPACITY_Sun && dwCapacity <= FWL_MCCAPACITY_Today) { in GetCapacity()
/external/pdfium/xfa/src/fwl/src/theme/
Dmonthcalendartp.cpp269 case FWL_MCCAPACITY_Sun: { in GetCapacity()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_monthcalendarimp.cpp332 pTheme->GetCapacity(&params, i + FWL_MCCAPACITY_Sun)); in DrawWeek()
508 for (FX_DWORD week = FWL_MCCAPACITY_Sun; week <= FWL_MCCAPACITY_Sat; in CalcSize()