Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp18 CFWL_MonthCalendarTP::CFWL_MonthCalendarTP() : m_pThemeData(new MCThemeData) { in CFWL_MonthCalendarTP() function in CFWL_MonthCalendarTP
22 CFWL_MonthCalendarTP::~CFWL_MonthCalendarTP() {} in ~CFWL_MonthCalendarTP()
24 void CFWL_MonthCalendarTP::Initialize() { in Initialize()
29 void CFWL_MonthCalendarTP::Finalize() { in Finalize()
34 void CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
105 void CFWL_MonthCalendarTP::DrawTotalBK(CFWL_ThemeBackground* pParams, in DrawTotalBK()
118 void CFWL_MonthCalendarTP::DrawHeadBk(CFWL_ThemeBackground* pParams, in DrawHeadBk()
131 void CFWL_MonthCalendarTP::DrawLButton(CFWL_ThemeBackground* pParams, in DrawLButton()
165 void CFWL_MonthCalendarTP::DrawRButton(CFWL_ThemeBackground* pParams, in DrawRButton()
[all …]
Dcfwl_monthcalendartp.h14 class CFWL_MonthCalendarTP : public CFWL_WidgetTP {
16 CFWL_MonthCalendarTP();
17 ~CFWL_MonthCalendarTP() override;
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.h56 std::unique_ptr<CFWL_MonthCalendarTP> m_pMonthCalendarTP;
Dxfa_fwltheme.cpp53 m_pMonthCalendarTP(new CFWL_MonthCalendarTP), in CXFA_FWLTheme()