Searched defs:fNextWidth (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp334 FX_FLOAT fNextWidth; local
359 fNextWidth = 0;
362 fNextWidth = m_pVT->GetWordWidth(*pNextWord);
376 pWord->fWordTail = (fNodeWidth - (fWordWidth + fNextWidth) * PVT_HALF > 0 ?
377 fNodeWidth - (fWordWidth + fNextWidth) * PVT_HALF : 0);

Completed in 75 milliseconds