Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/theme/
Dmonthcalendartp.cpp51 CFWL_MonthCalendarTP::CFWL_MonthCalendarTP() { in CFWL_MonthCalendarTP() function in CFWL_MonthCalendarTP
55 CFWL_MonthCalendarTP::~CFWL_MonthCalendarTP() { in ~CFWL_MonthCalendarTP()
58 FX_BOOL CFWL_MonthCalendarTP::IsValidWidget(IFWL_Widget* pWidget) { in IsValidWidget()
63 FX_DWORD CFWL_MonthCalendarTP::SetThemeID(IFWL_Widget* pWidget, in SetThemeID()
71 FX_BOOL CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
136 FX_BOOL CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
151 void* CFWL_MonthCalendarTP::GetCapacity(CFWL_ThemePart* pThemePart, in GetCapacity()
359 FWL_ERR CFWL_MonthCalendarTP::Initialize() { in Initialize()
363 FWL_ERR CFWL_MonthCalendarTP::Finalize() { in Finalize()
367 FX_BOOL CFWL_MonthCalendarTP::DrawTotalBK(CFWL_ThemeBackground* pParams, in DrawTotalBK()
[all …]
/external/pdfium/xfa/include/fwl/theme/
Dmonthcalendartp.h10 class CFWL_MonthCalendarTP; variable
11 class CFWL_MonthCalendarTP : public CFWL_WidgetTP {
13 CFWL_MonthCalendarTP();
14 virtual ~CFWL_MonthCalendarTP();
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp99 CFWL_MonthCalendarTP* pMonthCalendarTP = new CFWL_MonthCalendarTP; in CFWL_Theme()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h58 CFWL_MonthCalendarTP* m_pMonthCalendarTP;
Dxfa_fwltheme.cpp35 m_pMonthCalendarTP = new CFWL_MonthCalendarTP; in CXFA_FWLTheme()