Searched refs:CFWL_ThemeText (Results 1 – 15 of 15) sorted by relevance
17 class CFWL_ThemeText; variable25 virtual void DrawText(const CFWL_ThemeText& pParams) = 0;26 virtual void CalcTextRect(const CFWL_ThemeText& pParams,
14 class CFWL_ThemeText final : public CFWL_ThemePart {16 CFWL_ThemeText() = default;
217 CFWL_ThemeText textParam; in DrawCaption()281 CFWL_ThemeText params; in DrawWeek()307 CFWL_ThemeText params; in DrawToday()329 CFWL_ThemeText params; in DrawDatesIn()355 CFWL_ThemeText params; in DrawDatesOut()
54 respectively of types CFWL_ThemeBackground and CFWL_ThemeText. See
257 CFWL_ThemeText calPart; in CalcTextSize()277 CFWL_ThemeText calPart; in CalcTextRect()
88 CFWL_ThemeText textParam; in DrawWidget()
447 CFWL_ThemeText textParam; in DrawItem()
36 void DrawText(const CFWL_ThemeText& pParams) override;37 void CalcTextRect(const CFWL_ThemeText& pParams, CFX_RectF* pRect) override;
91 void CXFA_FWLTheme::DrawText(const CFWL_ThemeText& pParams) { in DrawText()225 void CXFA_FWLTheme::CalcTextRect(const CFWL_ThemeText& pParams, in CalcTextRect()
23 class CFWL_ThemeText; variable30 virtual void DrawText(const CFWL_ThemeText& pParams);
19 void DrawText(const CFWL_ThemeText& pParams) override;
23 void DrawText(const CFWL_ThemeText& pParams) override;
39 void CFWL_WidgetTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
40 void CFWL_CheckBoxTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
86 void CFWL_MonthCalendarTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()