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

  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 513 int32_t iLineWidth = FXSYS_round(fLineWidth * 20000.0f);
525 if (iLineWidth - iPieceWidths - iWidth < iCurCharWidth) {
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 387 int32_t& iLineWidth = m_pCurLine->m_iWidth;
393 iCharWidth = iLineWidth;
403 iLineWidth += iCharWidth;
404 if (!m_bSingleLine && iLineWidth >= m_iLineWidth + m_iTolerance)
441 int32_t& iLineWidth = m_pCurLine->m_iWidth;
452 iLineWidth -= iCharWidth;
472 iLineWidth += iCharWidth;
495 iLineWidth += iCharWidth;
497 if (!m_bSingleLine && iLineWidth > m_iLineWidth + m_iTolerance)
506 int32_t& iLineWidth = m_pCurLine->m_iWidth
    [all...]

Completed in 474 milliseconds