Searched refs:GetWordAscent (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp366 FX_FLOAT fWordAscent = m_pVT->GetWordAscent(*pWord);
618 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE));
622 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize));
787 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY;
1392 FX_FLOAT CPDF_VariableText::GetWordAscent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize) function in class:CPDF_VariableText
1400 FX_FLOAT CPDF_VariableText::GetWordAscent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize) function in class:CPDF_VariableText
1784 word.fAscent = m_pVT->GetWordAscent(*pWord);
H A Dpdf_vt.h561 FX_FLOAT GetWordAscent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize);
563 FX_FLOAT GetWordAscent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize = FALSE);

Completed in 46 milliseconds