Home
last modified time | relevance | path

Searched refs:m_fCharSpace (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h83 void SetCharSpace(float fCharSpace) { m_fCharSpace = fCharSpace; } in SetCharSpace()
112 float GetCharSpace() const { return m_fCharSpace; } in GetCharSpace()
207 float m_fCharSpace; variable
Dcpdf_variabletext.cpp188 m_fCharSpace(0.0f), in CPDF_VariableText()