HomeSort by relevance Sort by last modified time
    Searched refs:iEndPos (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 702 int32_t& iEndPos,
715 if (iEndPos <= m_iBoundaryEnd) {
720 iBreakPos = iEndPos;
733 iEndPos -= iCharWidth;
757 if (iEndPos <= m_iBoundaryEnd || bNeedBreak) {
760 iBreakPos = iEndPos;
765 iIndirectPos = iEndPos;
769 iLastPos = iEndPos;
773 iEndPos -= iCharWidth;
782 iEndPos = iBreakPos
    [all...]
fgas_textbreak.cpp 691 int32_t iEndPos = m_pCurLine->m_iWidth;
692 GetBreakPos(*m_pCurLine->m_pLineChars.get(), iEndPos, bAllChars, true);
959 int32_t& iEndPos,
972 if (m_bSingleLine || iEndPos <= m_iLineWidth) {
977 iBreakPos = iEndPos;
994 iEndPos -= iCharWidth;
1016 if (m_bSingleLine || iEndPos <= m_iLineWidth ||
1020 iBreakPos = iEndPos;
1025 iIndirectPos = iEndPos;
1029 iLastPos = iEndPos;
    [all...]
fgas_rtfbreak.h 189 int32_t& iEndPos,
fgas_textbreak.h 265 int32_t& iEndPos,

Completed in 157 milliseconds