Home
last modified time | relevance | path

Searched refs:GetHorzScale (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h129 int32_t GetHorzScale() const { return m_nHorzScale; } in GetHorzScale() function
203 int32_t GetHorzScale(const CPVT_WordInfo& WordInfo);
Dcpdf_variabletext.cpp799 GetCharSpace(WordInfo), GetHorzScale(WordInfo), in GetWordWidth()
855 int32_t CPDF_VariableText::GetHorzScale(const CPVT_WordInfo& WordInfo) { in GetHorzScale() function in CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp671 int32_t nHorzScale = pEdit->GetHorzScale(); in GetEditAppearanceStream()
731 int32_t nHorzScale = pEdit->GetHorzScale(); in DrawEdit()
1158 int32_t CFX_Edit::GetHorzScale() const { in GetHorzScale() function in CFX_Edit
1159 return m_pVT->GetHorzScale(); in GetHorzScale()
Dfxet_edit.h397 int32_t GetHorzScale() const;