Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h26 FDE_CSSLength m_LetterSpacing;
27 FDE_CSSLength m_WordSpacing;
28 FDE_CSSLength m_TextIndent;
46 FDE_CSSLength m_Top;
47 FDE_CSSLength m_Bottom;
48 FDE_CSSLength m_Left;
49 FDE_CSSLength m_Right;
81 const FDE_CSSLength& GetTextIndent() const;
86 const FDE_CSSLength& GetLetterSpacing() const;
88 void SetTextIndent(const FDE_CSSLength& textIndent);
[all …]
Dfde_css.h186 class FDE_CSSLength {
188 FDE_CSSLength() {} in FDE_CSSLength() function
190 explicit FDE_CSSLength(FDE_CSSLengthUnit eUnit) : m_unit(eUnit) {} in FDE_CSSLength() function
192 FDE_CSSLength(FDE_CSSLengthUnit eUnit, FX_FLOAT fValue) in FDE_CSSLength() function
195 FDE_CSSLength& Set(FDE_CSSLengthUnit eUnit) { in Set()
200 FDE_CSSLength& Set(FDE_CSSLengthUnit eUnit, FX_FLOAT fValue) { in Set()
241 FDE_CSSLength left, top, right, bottom;
Dcfde_csscomputedstyle.cpp114 const FDE_CSSLength& CFDE_CSSComputedStyle::GetTextIndent() const { in GetTextIndent()
134 const FDE_CSSLength& CFDE_CSSComputedStyle::GetLetterSpacing() const { in GetLetterSpacing()
142 void CFDE_CSSComputedStyle::SetTextIndent(const FDE_CSSLength& textIndent) { in SetTextIndent()
160 const FDE_CSSLength& letterSpacing) { in SetLetterSpacing()
Dcfde_cssstyleselector.h68 bool SetLengthWithPercent(FDE_CSSLength& width,
Dcfde_cssstyleselector.cpp478 FDE_CSSLength& width, in SetLengthWithPercent()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp114 FDE_CSSLength indent; in CreateRootStyle()
148 FDE_CSSLength letterSpacing; in CreateRootStyle()