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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp18 #define PVT_HALF 0.5f macro
258 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * PVT_HALF) {
272 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * PVT_HALF) {
344 pLine->m_LineInfo.fLineX = fNodeWidth * PVT_HALF;
348 pLine->m_LineInfo.fLineX = fNodeWidth * nStart - fNodeWidth * PVT_HALF;
352 pLine->m_LineInfo.fLineX = fNodeWidth * nStart - fNodeWidth * PVT_HALF;
369 x = (FX_FLOAT)(fNodeWidth * (w + nStart + 0.5) - fWordWidth * PVT_HALF);
376 pWord->fWordTail = (fNodeWidth - (fWordWidth + fNextWidth) * PVT_HALF > 0 ?
377 fNodeWidth - (fWordWidth + fNextWidth) * PVT_HALF : 0);
747 fMinX = (fTypesetWidth - m_rcRet.Width()) * PVT_HALF;
[all...]

Completed in 95 milliseconds