Searched refs:GetTypeDescent (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h58 FX_INT32 GetTypeDescent(FX_INT32 nFontIndex);
H A Dfpdf_vt.h283 virtual FX_INT32 GetTypeDescent(FX_INT32 nFontIndex) = 0;
/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;
H A Dpdf_vt.h546 FX_INT32 GetTypeDescent(FX_INT32 nFontIndex);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h205 int GetTypeDescent() const function in class:CPDF_Font
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h813 FX_INT32 GetTypeDescent(FX_INT32 nFontIndex);
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp928 int descent = pFont->GetTypeDescent();
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp277 if (pCurObj->GetFont()->GetTypeDescent()) {
278 rect.bottom = orgY + pCurObj->GetFont()->GetTypeDescent() * pCurObj->GetFontSize() / 1000;
/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 394 milliseconds