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

  /external/pdfium/xfa/fxfa/parser/
cxfa_font.h 22 FX_FLOAT GetLetterSpacing();
cxfa_font.cpp 34 FX_FLOAT CXFA_Font::GetLetterSpacing() {
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.h 86 const FDE_CSSLength& GetLetterSpacing() const;
cfde_csscomputedstyle.cpp 134 const FDE_CSSLength& CFDE_CSSComputedStyle::GetLetterSpacing() const {
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 149 letterSpacing.Set(FDE_CSSLengthUnit::Point, font.GetLetterSpacing());
cxfa_textlayout.cpp 148 m_pBreak->SetCharSpace(font.GetLetterSpacing());
240 m_pBreak->SetCharSpace(pStyle->GetLetterSpacing().GetValue());
    [all...]

Completed in 195 milliseconds