Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:nStart

335     FX_INT32 nStart = 0;

341 nStart = 0;
347 nStart = (m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize()) / 2;
348 pLine->m_LineInfo.fLineX = fNodeWidth * nStart - fNodeWidth * PVT_HALF;
351 nStart = m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize();
352 pLine->m_LineInfo.fLineX = fNodeWidth * nStart - fNodeWidth * PVT_HALF;
369 x = (FX_FLOAT)(fNodeWidth * (w + nStart + 0.5) - fWordWidth * PVT_HALF);