Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp273 GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
808 return GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()
816 FX_FLOAT CPDF_VariableText::GetFontDescent(int32_t nFontIndex, in GetFontDescent() function in CPDF_VariableText
828 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
836 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo)); in GetWordDescent()
Dctypeset.cpp186 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
403 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
Dcpdf_variabletext.h200 FX_FLOAT GetFontDescent(int32_t nFontIndex, FX_FLOAT fFontSize);