Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_ap.cpp161 int32_t nHorzScale = pEdit->GetHorzScale(); in GetEditAppearanceStream()
Dfxet_pageobjs.cpp161 int32_t nHorzScale = pEdit->GetHorzScale(); in DrawEdit()
Dfxet_edit.cpp1642 int32_t CFX_Edit::GetHorzScale() const { in GetHorzScale() function in CFX_Edit
1643 return m_pVT->GetHorzScale(); in GetHorzScale()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h421 int32_t GetHorzScale() const override { return m_nHorzScale; } in GetHorzScale() function
491 int32_t GetHorzScale(const CPVT_WordInfo& WordInfo);
Ddoc_vt.cpp1369 GetCharSpace(WordInfo), GetHorzScale(WordInfo), GetWordFontSize(WordInfo), in GetWordWidth()
1427 int32_t CPDF_VariableText::GetHorzScale(const CPVT_WordInfo& WordInfo) { in GetHorzScale() function in CPDF_VariableText
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h416 virtual int32_t GetHorzScale() const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h411 virtual int32_t GetHorzScale() const = 0;
Dfxet_edit.h617 int32_t GetHorzScale() const override;