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.cpp16 const float CFX_Break::kConversionFactor = 20000.0f;
17 const int CFX_Break::kMinimumTabWidth = 160000;
19 CFX_Break::CFX_Break(uint32_t dwLayoutStyles) in CFX_Break() function in CFX_Break
22 CFX_Break::~CFX_Break() = default;
24 void CFX_Break::Reset() { in Reset()
30 void CFX_Break::SetLayoutStyles(uint32_t dwLayoutStyles) { in SetLayoutStyles()
36 void CFX_Break::SetHorizontalScale(int32_t iScale) { in SetHorizontalScale()
45 void CFX_Break::SetVerticalScale(int32_t iScale) { in SetVerticalScale()
55 void CFX_Break::SetFont(const RetainPtr<CFGAS_GEFont>& pFont) { in SetFont()
63 void CFX_Break::SetFontSize(float fFontSize) { in SetFontSize()
[all …]
Dcfx_break.h33 class CFX_Break {
35 virtual ~CFX_Break();
68 explicit CFX_Break(uint32_t dwLayoutStyles);
Dcfx_rtfbreak.h31 class CFX_RTFBreak final : public CFX_Break {
Dcfx_txtbreak.h34 class CFX_TxtBreak final : public CFX_Break {
Dcfx_rtfbreak.cpp24 : CFX_Break(dwLayoutStyles), in CFX_RTFBreak()
Dcfx_txtbreak.cpp30 : CFX_Break(FX_LAYOUTSTYLE_None), in CFX_TxtBreak()