Home
last modified time | relevance | path

Searched refs:CFX_Break (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_break.cpp21 CFX_Break::CFX_Break(uint32_t dwLayoutStyles) in CFX_Break() function in CFX_Break
44 CFX_Break::~CFX_Break() {} in ~CFX_Break()
46 void CFX_Break::Reset() { in Reset()
52 void CFX_Break::SetLayoutStyles(uint32_t dwLayoutStyles) { in SetLayoutStyles()
58 void CFX_Break::SetHorizontalScale(int32_t iScale) { in SetHorizontalScale()
67 void CFX_Break::SetVerticalScale(int32_t iScale) { in SetVerticalScale()
77 void CFX_Break::SetFont(const RetainPtr<CFGAS_GEFont>& pFont) { in SetFont()
86 void CFX_Break::SetFontSize(float fFontSize) { in SetFontSize()
96 void CFX_Break::SetBreakStatus() { in SetBreakStatus()
107 FX_CHARTYPE CFX_Break::GetUnifiedCharType(FX_CHARTYPE chartype) const { in GetUnifiedCharType()
[all …]
Dcfx_break.h32 class CFX_Break {
34 virtual ~CFX_Break();
62 explicit CFX_Break(uint32_t dwLayoutStyles);
Dcfx_rtfbreak.h46 class CFX_RTFBreak : public CFX_Break {
Dcfx_txtbreak.h57 class CFX_TxtBreak : public CFX_Break {
Dcfx_rtfbreak.cpp19 : CFX_Break(dwLayoutStyles), in CFX_RTFBreak()
Dcfx_txtbreak.cpp29 : CFX_Break(FX_LAYOUTSTYLE_None), in CFX_TxtBreak()