Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_font.h21 float GetLetterSpacing();
Dcxfa_font.cpp87 float CXFA_Font::GetLetterSpacing() { in GetLetterSpacing() function in CXFA_Font
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h85 const CFX_CSSLength& GetLetterSpacing() const;
Dcfx_csscomputedstyle.cpp134 const CFX_CSSLength& CFX_CSSComputedStyle::GetLetterSpacing() const { in GetLetterSpacing() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp144 letterSpacing.Set(CFX_CSSLengthUnit::Point, font->GetLetterSpacing()); in CreateRootStyle()
Dcxfa_textlayout.cpp160 m_pBreak->SetCharSpace(font->GetLetterSpacing()); in InitBreak()
249 m_pBreak->SetCharSpace(pStyle->GetLetterSpacing().GetValue()); in InitBreak()