Searched defs:GetTypeDescent (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp137 FX_INT32 CPVT_Provider::GetTypeDescent(FX_INT32 nFontIndex) function in class:CPVT_Provider
140 return pPDFFont->GetTypeDescent();
H A Ddoc_vt.cpp1397 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * PVT_FONTSCALE;
1661 FX_INT32 CPDF_VariableText::GetTypeDescent(FX_INT32 nFontIndex) function in class:CPDF_VariableText
1663 return m_pVTProvider ? m_pVTProvider->GetTypeDescent(nFontIndex) : 0;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h205 int GetTypeDescent() const function in class:CPDF_Font
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp176 FX_INT32 CFX_Edit_Provider::GetTypeDescent(FX_INT32 nFontIndex) function in class:CFX_Edit_Provider
179 return pPDFFont->GetTypeDescent();

Completed in 1840 milliseconds