Searched refs:iEndPos (Results 1 – 4 of 4) sorted by relevance
702 int32_t& iEndPos, in GetBreakPos() argument715 if (iEndPos <= m_iBoundaryEnd) { in GetBreakPos()720 iBreakPos = iEndPos; in GetBreakPos()733 iEndPos -= iCharWidth; in GetBreakPos()757 if (iEndPos <= m_iBoundaryEnd || bNeedBreak) { in GetBreakPos()760 iBreakPos = iEndPos; in GetBreakPos()765 iIndirectPos = iEndPos; in GetBreakPos()769 iLastPos = iEndPos; in GetBreakPos()773 iEndPos -= iCharWidth; in GetBreakPos()782 iEndPos = iBreakPos; in GetBreakPos()[all …]
691 int32_t iEndPos = m_pCurLine->m_iWidth; in EndBreak_SplitLine() local692 GetBreakPos(*m_pCurLine->m_pLineChars.get(), iEndPos, bAllChars, true); in EndBreak_SplitLine()959 int32_t& iEndPos, in GetBreakPos() argument972 if (m_bSingleLine || iEndPos <= m_iLineWidth) { in GetBreakPos()977 iBreakPos = iEndPos; in GetBreakPos()994 iEndPos -= iCharWidth; in GetBreakPos()1016 if (m_bSingleLine || iEndPos <= m_iLineWidth || in GetBreakPos()1020 iBreakPos = iEndPos; in GetBreakPos()1025 iIndirectPos = iEndPos; in GetBreakPos()1029 iLastPos = iEndPos; in GetBreakPos()[all …]
189 int32_t& iEndPos,
265 int32_t& iEndPos,