Home
last modified time | relevance | path

Searched refs:m_TempCharList (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp674 if (m_TempCharList.empty()) in CloseTempLine()
686 m_TempCharList.erase(m_TempCharList.begin() + i); in CloseTempLine()
702 AddCharInfoByRLDirection(bidi.CharAt(m - 1), m_TempCharList[m - 1]); in CloseTempLine()
706 AddCharInfoByLRDirection(bidi.CharAt(m), m_TempCharList[m]); in CloseTempLine()
709 m_TempCharList.clear(); in CloseTempLine()
885 m_TempCharList.push_back(charinfo); in ProcessMarkedContent()
890 if (m_TempCharList.empty() && m_CharList.empty()) in FindPreviousTextObject()
894 m_TempCharList.empty() ? m_CharList.back() : m_TempCharList.back(); in FindPreviousTextObject()
903 int32_t j = pdfium::CollectionSize<int32_t>(m_TempCharList) - 1; in SwapTempTextBuf()
905 std::swap(m_TempCharList[i], m_TempCharList[j]); in SwapTempTextBuf()
[all …]
Dcpdf_textpage.h171 std::deque<PAGECHAR_INFO> m_TempCharList; variable