Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/core/
Dfwl_theme.h12 class CFWL_ThemeText; variable
51 class CFWL_ThemeText : public CFWL_ThemePart {
53 CFWL_ThemeText() : m_pGraphics(NULL) {} in CFWL_ThemeText() function
71 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams) = 0;
80 virtual FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
Dtheme.h30 FX_BOOL DrawText(CFWL_ThemeText* pParams) override;
37 FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) override;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
38 virtual FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect);
Dxfa_fwltheme.cpp105 FX_BOOL CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText()
273 FX_BOOL CXFA_FWLTheme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp38 FX_BOOL CFWL_Theme::DrawText(CFWL_ThemeText* pParams) { in DrawText()
65 FX_BOOL CFWL_Theme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect()
Dwidget.cpp289 CFWL_ThemeText calPart; in CalcTextSize()
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
37 virtual FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect);
Dmonthcalendartp.h20 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
Dcheckboxtp.h19 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
Dformtp.h23 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_monthcalendarimp.cpp243 CFWL_ThemeText textParam; in DrawCaption()
316 CFWL_ThemeText params; in DrawWeek()
342 CFWL_ThemeText params; in DrawWeekNumber()
391 CFWL_ThemeText params; in DrawToday()
414 CFWL_ThemeText params; in DrawDatesIn()
439 CFWL_ThemeText params; in DrawDatesOut()
Dfwl_tooltipctrlimp.cpp174 CFWL_ThemeText param; in DrawText()
Dfwl_checkboximp.cpp147 CFWL_ThemeText textParam; in DrawWidget()
Dfwl_pushbuttonimp.cpp319 CFWL_ThemeText param; in DrawText()
Dfwl_listboximp.cpp708 CFWL_ThemeText textParam; in DrawItem()
Dfwl_comboboximp.cpp651 CFWL_ThemeText param; in DrawWidget()
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp55 FX_BOOL CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
139 FX_BOOL CFWL_WidgetTP::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect()
Dmonthcalendartp.cpp136 FX_BOOL CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
Dcheckboxtp.cpp42 FX_BOOL CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
Dformtp.cpp139 FX_BOOL CFWL_FormTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp647 CFWL_ThemeText calPart; in CalcTextSize()
669 CFWL_ThemeText calPart; in CalcTextRect()
Dfwl_formimp.cpp592 CFWL_ThemeText textParam; in DrawCaptionText()
826 CFWL_ThemeText parma; in ReSetSysBtn()