Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_font.h22 FX_FLOAT GetLetterSpacing();
Dcxfa_font.cpp34 FX_FLOAT CXFA_Font::GetLetterSpacing() { in GetLetterSpacing() function in CXFA_Font
/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h86 const FDE_CSSLength& GetLetterSpacing() const;
Dcfde_csscomputedstyle.cpp134 const FDE_CSSLength& CFDE_CSSComputedStyle::GetLetterSpacing() const { in GetLetterSpacing() function in CFDE_CSSComputedStyle
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp149 letterSpacing.Set(FDE_CSSLengthUnit::Point, font.GetLetterSpacing()); in CreateRootStyle()
Dcxfa_textlayout.cpp148 m_pBreak->SetCharSpace(font.GetLetterSpacing()); in InitBreak()
240 m_pBreak->SetCharSpace(pStyle->GetLetterSpacing().GetValue()); in InitBreak()