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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp367 FX_FLOAT fWordAscent = m_pVT->GetWordAscent(*pWord);
619 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE));
623 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize));
788 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY;
1399 FX_FLOAT CPDF_VariableText::GetWordAscent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize) function in class:CPDF_VariableText
1407 FX_FLOAT CPDF_VariableText::GetWordAscent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize) function in class:CPDF_VariableText
1791 word.fAscent = m_pVT->GetWordAscent(*pWord);

Completed in 311 milliseconds