Searched refs:iEndPos (Results 1 – 4 of 4) sorted by relevance
531 int32_t& iEndPos, in GetBreakPos() argument544 if (iEndPos <= m_iLineWidth) { in GetBreakPos()549 iBreakPos = iEndPos; in GetBreakPos()562 iEndPos -= iCharWidth; in GetBreakPos()588 if (iEndPos <= m_iLineWidth || bNeedBreak) { in GetBreakPos()591 iBreakPos = iEndPos; in GetBreakPos()596 iIndirectPos = iEndPos; in GetBreakPos()600 iLastPos = iEndPos; in GetBreakPos()604 iEndPos -= iCharWidth; in GetBreakPos()613 iEndPos = iBreakPos; in GetBreakPos()[all …]
283 int32_t iEndPos = m_pCurLine->m_iWidth; in EndBreak_SplitLine() local284 GetBreakPos(m_pCurLine->m_LineChars, iEndPos, bAllChars, true); in EndBreak_SplitLine()512 int32_t& iEndPos, in GetBreakPos() argument525 if (m_bSingleLine || iEndPos <= m_iLineWidth) { in GetBreakPos()530 iBreakPos = iEndPos; in GetBreakPos()545 iEndPos -= iCharWidth; in GetBreakPos()558 if (m_bSingleLine || iEndPos <= m_iLineWidth || in GetBreakPos()562 iBreakPos = iEndPos; in GetBreakPos()567 iIndirectPos = iEndPos; in GetBreakPos()571 iLastPos = iEndPos; in GetBreakPos()[all …]
78 int32_t& iEndPos,
87 int32_t& iEndPos,