Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp703 if (m_TempCharList.empty()) in CloseTempLine()
715 m_TempCharList.erase(m_TempCharList.begin() + i); in CloseTempLine()
731 AddCharInfoByRLDirection(bidi.CharAt(m - 1), m_TempCharList[m - 1]); in CloseTempLine()
735 AddCharInfoByLRDirection(bidi.CharAt(m), m_TempCharList[m]); in CloseTempLine()
738 m_TempCharList.clear(); in CloseTempLine()
914 m_TempCharList.push_back(charinfo); in ProcessMarkedContent()
919 if (m_TempCharList.empty() && m_CharList.empty()) in FindPreviousTextObject()
923 m_TempCharList.empty() ? m_CharList.back() : m_TempCharList.back(); in FindPreviousTextObject()
932 int32_t j = pdfium::CollectionSize<int32_t>(m_TempCharList) - 1; in SwapTempTextBuf()
934 std::swap(m_TempCharList[i], m_TempCharList[j]); in SwapTempTextBuf()
[all …]
Dcpdf_textpage.h166 std::deque<PAGECHAR_INFO> m_TempCharList; variable