Home
last modified time | relevance | path

Searched refs:GetFontDescent (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp314 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
703 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
827 GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
1381 ? GetFontDescent(SecInfo.pWordProps->nFontIndex, in GetLineDescent()
1383 : GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()
1389 FX_FLOAT CPDF_VariableText::GetFontDescent(int32_t nFontIndex, in GetFontDescent() function in CPDF_VariableText
1399 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
1408 return GetFontDescent(GetWordFontIndex(WordInfo), in GetWordDescent()
Dpdf_vt.h488 FX_FLOAT GetFontDescent(int32_t nFontIndex, FX_FLOAT fFontSize);