Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h111 int32_t GetHorzScale() const { return m_nHorzScale; } in GetHorzScale() function
Dctypeset.cpp318 m_pVT->GetCharSpace(), m_pVT->GetHorzScale(), fFontSize, in SplitLines()
Dcpdf_variabletext.cpp664 GetCharSpace(), GetHorzScale(), GetWordFontSize(), in GetWordWidth()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h306 int32_t GetHorzScale() const;
Dcpwl_edit_impl.cpp440 int32_t nHorzScale = pEdit->GetHorzScale(); in DrawEdit()
832 int32_t CPWL_EditImpl::GetHorzScale() const { in GetHorzScale() function in CPWL_EditImpl
833 return m_pVT->GetHorzScale(); in GetHorzScale()
Dcpwl_appstream.cpp670 int32_t nHorzScale = pEdit->GetHorzScale(); in GetEditAppStream()