Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp312 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
701 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
825 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
1375 ? GetFontAscent(SecInfo.pWordProps->nFontIndex, in GetLineAscent()
1377 : GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent()
1385 FX_FLOAT CPDF_VariableText::GetFontAscent(int32_t nFontIndex, in GetFontAscent() function in CPDF_VariableText
1395 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
1403 return GetFontAscent(GetWordFontIndex(WordInfo), in GetWordAscent()
Dpdf_vt.h487 FX_FLOAT GetFontAscent(int32_t nFontIndex, FX_FLOAT fFontSize);