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 246 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * PVT_HALF) {
260 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * PVT_HALF) {
347 fNextWidth = m_pVT->GetWordWidth(*pNextWord);
352 FX_FLOAT fWordWidth = m_pVT->GetWordWidth(*pWord);
606 fWordWidth = m_pVT->GetWordWidth(*pWord);
612 fWordWidth = m_pVT->GetWordWidth(
783 fPosX += m_pVT->GetWordWidth(*pWord);
    [all...]
pdf_vt.h 470 FX_FLOAT GetWordWidth(int32_t nFontIndex,
478 FX_FLOAT GetWordWidth(const CPVT_WordInfo& WordInfo);

Completed in 2261 milliseconds