HomeSort by relevance Sort by last modified time
    Searched refs:CFX_CSSLength (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_csscomputedstyle.h 25 CFX_CSSLength m_LetterSpacing;
26 CFX_CSSLength m_WordSpacing;
27 CFX_CSSLength m_TextIndent;
45 CFX_CSSLength m_Top;
46 CFX_CSSLength m_Bottom;
47 CFX_CSSLength m_Left;
48 CFX_CSSLength m_Right;
80 const CFX_CSSLength& GetTextIndent() const;
85 const CFX_CSSLength& GetLetterSpacing() const;
87 void SetTextIndent(const CFX_CSSLength& textIndent)
    [all...]
cfx_css.h 184 class CFX_CSSLength {
186 CFX_CSSLength() {}
188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {}
190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue)
193 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) {
198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) {
239 CFX_CSSLength left, top, right, bottom;
cfx_csscomputedstyle.cpp 114 const CFX_CSSLength& CFX_CSSComputedStyle::GetTextIndent() const {
134 const CFX_CSSLength& CFX_CSSComputedStyle::GetLetterSpacing() const {
142 void CFX_CSSComputedStyle::SetTextIndent(const CFX_CSSLength& textIndent) {
160 const CFX_CSSLength& letterSpacing) {
cfx_cssstyleselector.h 65 bool SetLengthWithPercent(CFX_CSSLength& width,
cfx_cssstyleselector.cpp 473 CFX_CSSLength& width,
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 102 CFX_CSSLength indent;
143 CFX_CSSLength letterSpacing;

Completed in 708 milliseconds