Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h71 virtual int32_t GetTypeDescent(int32_t nFontIndex);
169 int32_t GetTypeDescent(int32_t nFontIndex);
Dcpdf_variabletext.cpp55 int32_t CPDF_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPDF_VariableText::Provider
57 return pPDFFont->GetTypeDescent(); in GetTypeDescent()
818 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * kFontScale; in GetFontDescent()
1078 int32_t CPDF_VariableText::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPDF_VariableText
1079 return m_pVTProvider ? m_pVTProvider->GetTypeDescent(nFontIndex) : 0; in GetTypeDescent()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h73 int GetTypeDescent() const { return m_Descent; } in GetTypeDescent() function
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h534 int32_t GetTypeDescent(int32_t nFontIndex) override;
Dfxet_edit.cpp184 int32_t CFX_Edit_Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CFX_Edit_Provider
186 return pPDFFont->GetTypeDescent(); in GetTypeDescent()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp267 if (pCurObj->GetFont()->GetTypeDescent()) { in GetRectArray()
269 pCurObj->GetFont()->GetTypeDescent() * in GetRectArray()