HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_ThemeText (Results 1 - 15 of 15) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_themetext.h 14 class CFWL_ThemeText : public CFWL_ThemePart {
16 CFWL_ThemeText() : m_pGraphics(nullptr) {}
ifwl_themeprovider.h 17 class CFWL_ThemeText;
25 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
26 virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
cfwl_monthcalendar.cpp 21 #include "xfa/fwl/cfwl_themetext.h"
240 CFWL_ThemeText textParam;
304 CFWL_ThemeText params;
330 CFWL_ThemeText params;
352 CFWL_ThemeText params;
378 CFWL_ThemeText params;
cfwl_widget.cpp 28 #include "xfa/fwl/cfwl_themetext.h"
324 CFWL_ThemeText calPart;
344 CFWL_ThemeText calPart;
cfwl_checkbox.cpp 22 #include "xfa/fwl/cfwl_themetext.h"
94 CFWL_ThemeText textParam;
cfwl_combobox.cpp 29 #include "xfa/fwl/cfwl_themetext.h"
171 CFWL_ThemeText theme_text;
cfwl_listbox.cpp 22 #include "xfa/fwl/cfwl_themetext.h"
454 CFWL_ThemeText textParam;
  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.h 34 void DrawText(CFWL_ThemeText* pParams) override;
35 void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) override;
cxfa_fwltheme.cpp 24 #include "xfa/fwl/cfwl_themetext.h"
86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
225 void CXFA_FWLTheme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) {
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 24 class CFWL_ThemeText;
39 virtual void DrawText(CFWL_ThemeText* pParams);
cfwl_checkboxtp.h 23 void DrawText(CFWL_ThemeText* pParams) override;
cfwl_monthcalendartp.h 23 void DrawText(CFWL_ThemeText* pParams) override;
cfwl_checkboxtp.cpp 14 #include "xfa/fwl/cfwl_themetext.h"
56 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) {
cfwl_monthcalendartp.cpp 12 #include "xfa/fwl/cfwl_themetext.h"
88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) {
cfwl_widgettp.cpp 18 #include "xfa/fwl/cfwl_themetext.h"
40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) {

Completed in 130 milliseconds