Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp367 FX_FLOAT fWordDescent = m_pVT->GetWordDescent(*pWord); in CharArray()
619 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, TRUE)); in SplitLines()
623 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize)); in SplitLines()
790 pWord->fWordY = fPosY - m_pVT->GetWordDescent(*pWord) - fMinY; in OutputLines()
1396 FX_FLOAT CPDF_VariableText::GetWordDescent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize) in GetWordDescent() function in CPDF_VariableText
1404 FX_FLOAT CPDF_VariableText::GetWordDescent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize) in GetWordDescent() function in CPDF_VariableText
1785 word.fDescent = m_pVT->GetWordDescent(*pWord); in GetWord()
Dpdf_vt.h562 FX_FLOAT GetWordDescent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize);
564 FX_FLOAT GetWordDescent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize = FALSE);