Searched refs:pCurLine (Results 1 – 4 of 4) sorted by relevance
680 void CFX_RTFBreak::SplitTextLine(CFX_BreakLine* pCurLine, in SplitTextLine() argument683 ASSERT(pCurLine); in SplitTextLine()686 if (pCurLine->m_LineChars.size() < 2) in SplitTextLine()689 int32_t iEndPos = pCurLine->GetLineEnd(); in SplitTextLine()690 std::vector<CFX_Char>& curChars = pCurLine->m_LineChars; in SplitTextLine()696 if (iCharPos >= pdfium::CollectionSize<int32_t>(pCurLine->m_LineChars)) { in SplitTextLine()705 pNextLine->m_iStart = pCurLine->m_iStart; in SplitTextLine()706 pNextLine->m_iWidth = pCurLine->GetLineEnd() - iEndPos; in SplitTextLine()707 pCurLine->m_iWidth = iEndPos; in SplitTextLine()712 pCurLine->DecrementArabicCharCount(); in SplitTextLine()
614 void CFX_TxtBreak::SplitTextLine(CFX_BreakLine* pCurLine, in SplitTextLine() argument617 ASSERT(pCurLine); in SplitTextLine()620 if (pCurLine->m_LineChars.size() < 2) in SplitTextLine()623 int32_t iEndPos = pCurLine->m_iWidth; in SplitTextLine()624 std::vector<CFX_Char>& curChars = pCurLine->m_LineChars; in SplitTextLine()630 if (iCharPos >= pdfium::CollectionSize<int32_t>(pCurLine->m_LineChars)) { in SplitTextLine()640 pCurLine->m_iWidth = iEndPos; in SplitTextLine()646 pCurLine->DecrementArabicCharCount(); in SplitTextLine()
62 void SplitTextLine(CFX_BreakLine* pCurLine,
93 void SplitTextLine(CFX_BreakLine* pCurLine,