Searched refs:pCurLine (Results 1 – 4 of 4) sorted by relevance
627 void CFX_RTFBreak::SplitTextLine(CFX_BreakLine* pCurLine, in SplitTextLine() argument630 ASSERT(pCurLine && pNextLine); in SplitTextLine()631 int32_t iCount = pCurLine->CountChars(); in SplitTextLine()635 int32_t iEndPos = pCurLine->GetLineEnd(); in SplitTextLine()636 std::vector<CFX_Char>& curChars = pCurLine->m_LineChars; in SplitTextLine()651 pNextLine->m_iStart = pCurLine->m_iStart; in SplitTextLine()652 pNextLine->m_iWidth = pCurLine->GetLineEnd() - iEndPos; in SplitTextLine()653 pCurLine->m_iWidth = iEndPos; in SplitTextLine()658 pCurLine->m_iArabicChars--; in SplitTextLine()
598 void CFX_TxtBreak::SplitTextLine(CFX_BreakLine* pCurLine, in SplitTextLine() argument601 ASSERT(pCurLine && pNextLine); in SplitTextLine()602 int32_t iCount = pCurLine->CountChars(); in SplitTextLine()606 int32_t iEndPos = pCurLine->m_iWidth; in SplitTextLine()607 std::vector<CFX_Char>& curChars = pCurLine->m_LineChars; in SplitTextLine()623 pCurLine->m_iWidth = iEndPos; in SplitTextLine()630 pCurLine->m_iArabicChars--; in SplitTextLine()
90 void SplitTextLine(CFX_BreakLine* pCurLine,
81 void SplitTextLine(CFX_BreakLine* pCurLine,