Home
last modified time | relevance | path

Searched defs:DATEINFO (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.h72 struct DATEINFO { struct
82 const int32_t iDay;
83 const int32_t iDayOfWeek;
84 bool bFlagged;
85 bool bSelected;
86 CFX_RectF rect;
87 const WideString wsDay;
Dcfwl_monthcalendar.cpp718 CFWL_MonthCalendar::DATEINFO::DATEINFO(int32_t day, in DATEINFO() function in CFWL_MonthCalendar::DATEINFO