Searched defs:GetCharSpace (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textstate.cpp44 FX_FLOAT CPDF_TextState::GetCharSpace() const { function in class:CPDF_TextState
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h130 FX_FLOAT GetCharSpace() const { return m_fCharSpace; } function in class:CPDF_VariableText
202 FX_FLOAT GetCharSpace(const CPVT_WordInfo& WordInfo);
H A Dcpdf_variabletext.cpp799 GetCharSpace(WordInfo), GetHorzScale(WordInfo),
851 FX_FLOAT CPDF_VariableText::GetCharSpace(const CPVT_WordInfo& WordInfo) { function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp676 FX_FLOAT fCharSpace = pEdit->GetCharSpace();
727 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f;
1162 FX_FLOAT CFX_Edit::GetCharSpace() const { function in class:CFX_Edit
1163 return m_pVT->GetCharSpace();

Completed in 202 milliseconds