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

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 565 FX_FLOAT GetWordDescent(const CPVT_WordInfo & WordInfo, FX_FLOAT fFontSize);
567 FX_FLOAT GetWordDescent(const CPVT_WordInfo & WordInfo, FX_BOOL bFactFontSize = FALSE);
doc_vt.cpp 368 FX_FLOAT fWordDescent = m_pVT->GetWordDescent(*pWord);
620 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, TRUE));
624 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize));
791 pWord->fWordY = fPosY - m_pVT->GetWordDescent(*pWord) - fMinY;
    [all...]

Completed in 51 milliseconds