HomeSort by relevance Sort by last modified time
    Searched refs:GetWordAscent (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 479 FX_FLOAT GetWordAscent(const CPVT_WordInfo& WordInfo, FX_FLOAT fFontSize);
481 FX_FLOAT GetWordAscent(const CPVT_WordInfo& WordInfo,
doc_vt.cpp 353 FX_FLOAT fWordAscent = m_pVT->GetWordAscent(*pWord);
603 std::max(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE));
609 std::max(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize));
774 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY;
    [all...]

Completed in 2859 milliseconds