Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h58 virtual int32_t GetTypeDescent(int32_t nFontIndex);
170 int32_t GetTypeDescent(int32_t nFontIndex);
Dcpdf_variabletext.cpp57 int32_t CPDF_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPDF_VariableText::Provider
59 return pPDFFont->GetTypeDescent(); in GetTypeDescent()
681 return (float)GetTypeDescent(nFontIndex) * fFontSize * kFontScale; in GetFontDescent()
933 int32_t CPDF_VariableText::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPDF_VariableText
934 return m_pVTProvider ? m_pVTProvider->GetTypeDescent(nFontIndex) : 0; in GetTypeDescent()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h77 int GetTypeDescent() const { return m_Descent; } in GetTypeDescent() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h428 int32_t GetTypeDescent(int32_t nFontIndex) override;
Dcpwl_edit_impl.cpp152 int32_t CPWL_EditImpl_Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPWL_EditImpl_Provider
154 return pPDFFont->GetTypeDescent(); in GetTypeDescent()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp274 if (pCurObj->GetFont()->GetTypeDescent()) { in GetRectArray()
276 pCurObj->GetFont()->GetTypeDescent() * in GetRectArray()