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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp130 FX_INT32 CPVT_Provider::GetTypeAscent(FX_INT32 nFontIndex) function in class:CPVT_Provider
133 return pPDFFont->GetTypeAscent();
H A Ddoc_vt.cpp1393 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * PVT_FONTSCALE;
1657 FX_INT32 CPDF_VariableText::GetTypeAscent(FX_INT32 nFontIndex) function in class:CPDF_VariableText
1659 return m_pVTProvider ? m_pVTProvider->GetTypeAscent(nFontIndex) : 0;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h200 int GetTypeAscent() const function in class:CPDF_Font
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp168 FX_INT32 CFX_Edit_Provider::GetTypeAscent(FX_INT32 nFontIndex) function in class:CFX_Edit_Provider
171 return pPDFFont->GetTypeAscent();

Completed in 139 milliseconds