HomeSort by relevance Sort by last modified time
    Searched refs:m_CharIndex (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdftext/
cpdf_textpagefind.h 42 std::vector<uint16_t> m_CharIndex;
cpdf_textpagefind.cpp 49 m_CharIndex.push_back(0);
53 int indexSize = pdfium::CollectionSize<int>(m_CharIndex);
57 m_CharIndex.push_back(1);
61 m_CharIndex[indexSize - 1] += 1;
67 m_CharIndex[indexSize - 1] = i + 1;
69 m_CharIndex.push_back(i + 1);
73 int indexSize = pdfium::CollectionSize<int>(m_CharIndex);
75 m_CharIndex.erase(m_CharIndex.begin() + indexSize - 1);
cpdf_textpage.cpp 165 m_CharIndex.clear();
168 m_CharIndex.push_back(0);
171 int indexSize = pdfium::CollectionSize<int>(m_CharIndex);
176 m_CharIndex.push_back(1);
180 m_CharIndex[indexSize - 1] += 1;
186 m_CharIndex[indexSize - 1] = i + 1;
188 m_CharIndex.push_back(i + 1);
192 int indexSize = pdfium::CollectionSize<int>(m_CharIndex);
194 m_CharIndex.erase(m_CharIndex.begin() + indexSize - 1)
    [all...]
cpdf_textpage.h 164 std::vector<uint16_t> m_CharIndex;

Completed in 3606 milliseconds