Searched refs:m_LineChars (Results 1 – 2 of 2) sorted by relevance
116 return pdfium::CollectionSize<int32_t>(m_LineChars); in CountChars()120 ASSERT(index >= 0 && index < pdfium::CollectionSize<int32_t>(m_LineChars)); in GetChar()121 return m_LineChars[index]; in GetChar()126 m_LineChars.clear(); in RemoveAll()133 std::vector<CFX_RTFChar> m_LineChars; variable
179 std::vector<CFX_RTFChar>& tca = m_pCurLine->m_LineChars; in GetLastChar()233 m_pCurLine->m_LineChars.emplace_back(); in AppendChar()235 CFX_RTFChar* pCurChar = &m_pCurLine->m_LineChars.back(); in AppendChar()256 pCurChar = &m_pCurLine->m_LineChars[iCount - 1]; in AppendChar()471 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true); in EndBreak_SplitLine()476 const CFX_RTFChar* pCurChars = m_pCurLine->m_LineChars.data(); in EndBreak_SplitLine()480 tp.m_pChars = &m_pCurLine->m_LineChars; in EndBreak_SplitLine()529 std::vector<CFX_RTFChar>& chars = m_pCurLine->m_LineChars; in EndBreak_BidiLine()805 std::vector<CFX_RTFChar>& curChars = pCurLine->m_LineChars; in SplitTextLine()818 pNextLine->m_LineChars = in SplitTextLine()[all …]