Searched refs:iEndPos (Results 1 – 2 of 2) sorted by relevance
307 int32_t iEndPos = m_pCurLine->m_iWidth; in EndBreak_SplitLine() local308 GetBreakPos(&m_pCurLine->m_LineChars, bAllChars, true, &iEndPos); in EndBreak_SplitLine()623 int32_t iEndPos = pCurLine->m_iWidth; in SplitTextLine() local625 int32_t iCharPos = GetBreakPos(&curChars, bAllChars, false, &iEndPos); in SplitTextLine()640 pCurLine->m_iWidth = iEndPos; in SplitTextLine()
689 int32_t iEndPos = pCurLine->GetLineEnd(); in SplitTextLine() local691 int32_t iCharPos = GetBreakPos(curChars, bAllChars, false, &iEndPos); in SplitTextLine()706 pNextLine->m_iWidth = pCurLine->GetLineEnd() - iEndPos; in SplitTextLine()707 pCurLine->m_iWidth = iEndPos; in SplitTextLine()