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 564 FX_FLOAT GetWordAscent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize);
566 FX_FLOAT GetWordAscent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize = FALSE);
doc_vt.cpp 367 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;
    [all...]

Completed in 36 milliseconds