Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h57 virtual int32_t GetTypeAscent(int32_t nFontIndex);
169 int32_t GetTypeAscent(int32_t nFontIndex);
Dcpdf_variabletext.cpp51 int32_t CPDF_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPDF_VariableText::Provider
53 return pPDFFont->GetTypeAscent(); in GetTypeAscent()
677 return (float)GetTypeAscent(nFontIndex) * fFontSize * kFontScale; in GetFontAscent()
929 int32_t CPDF_VariableText::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPDF_VariableText
930 return m_pVTProvider ? m_pVTProvider->GetTypeAscent(nFontIndex) : 0; in GetTypeAscent()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h76 int GetTypeAscent() const { return m_Ascent; } in GetTypeAscent() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h427 int32_t GetTypeAscent(int32_t nFontIndex) override;
Dcpwl_edit_impl.cpp145 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPWL_EditImpl_Provider
147 return pPDFFont->GetTypeAscent(); in GetTypeAscent()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp283 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray()
286 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray()