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

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 258 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * PVT_HALF) {
272 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * PVT_HALF) {
362 fNextWidth = m_pVT->GetWordWidth(*pNextWord);
366 FX_FLOAT fWordWidth = m_pVT->GetWordWidth(*pWord);
621 fWordWidth = m_pVT->GetWordWidth(*pWord);
625 fWordWidth = m_pVT->GetWordWidth(pWord->nFontIndex,
797 fPosX += m_pVT->GetWordWidth(*pWord);
    [all...]
pdf_vt.h 560 FX_FLOAT GetWordWidth(FX_INT32 nFontIndex, FX_WORD Word, FX_WORD SubWord,
563 FX_FLOAT GetWordWidth(const CPVT_WordInfo & WordInfo);

Completed in 579 milliseconds