Home
last modified time | relevance | path

Searched refs:CFWL_ThemeText (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h15 class CFWL_ThemeText; variable
23 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
24 virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
Dcfwl_themetext.h14 class CFWL_ThemeText : public CFWL_ThemePart {
16 CFWL_ThemeText() : m_pGraphics(nullptr) {} in CFWL_ThemeText() function
Dcfwl_monthcalendar.cpp241 CFWL_ThemeText textParam; in DrawCaption()
305 CFWL_ThemeText params; in DrawWeek()
330 CFWL_ThemeText params; in DrawToday()
351 CFWL_ThemeText params; in DrawDatesIn()
376 CFWL_ThemeText params; in DrawDatesOut()
Dcfwl_widget.cpp325 CFWL_ThemeText calPart; in CalcTextSize()
343 CFWL_ThemeText calPart; in CalcTextRect()
Dcfwl_checkbox.cpp95 CFWL_ThemeText textParam; in DrawWidget()
Dcfwl_combobox.cpp171 CFWL_ThemeText theme_text; in DrawWidget()
Dcfwl_listbox.cpp457 CFWL_ThemeText textParam; in DrawItem()
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.h34 void DrawText(CFWL_ThemeText* pParams) override;
35 void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) override;
Dxfa_fwltheme.cpp85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText()
225 void CXFA_FWLTheme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h24 class CFWL_ThemeText; variable
40 virtual void DrawText(CFWL_ThemeText* pParams);
Dcfwl_monthcalendartp.h23 void DrawText(CFWL_ThemeText* pParams) override;
Dcfwl_checkboxtp.h23 void DrawText(CFWL_ThemeText* pParams) override;
Dcfwl_widgettp.cpp40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
Dcfwl_monthcalendartp.cpp88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
Dcfwl_checkboxtp.cpp49 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()