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

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 744 int32_t iEndPos = m_pCurLine->GetLineEnd();
745 GetBreakPos(m_pCurLine->m_LineChars, iEndPos, bAllChars, TRUE);
936 int32_t& iEndPos,
945 if (m_bSingleLine || m_bOrphanLine || iEndPos <= m_iBoundaryEnd) {
950 iBreakPos = iEndPos;
957 if (iEndPos <= m_iBoundaryEnd) {
963 iEndPos -= iCharWidth;
982 iEndPos -= iCharWidth;
    [all...]
fx_textbreak.cpp 708 int32_t iEndPos = m_pCurLine->m_iWidth;
709 GetBreakPos(*m_pCurLine->m_pLineChars, iEndPos, bAllChars, TRUE);
    [all...]
fx_rtfbreak.h 160 int32_t& iEndPos,
fx_textbreak.h 164 int32_t& iEndPos,

Completed in 61 milliseconds