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

  /external/pdfium/xfa/fde/
cfde_textout.cpp 137 m_ttoLines(5),
293 m_ttoLines.clear();
300 if (!device || m_ttoLines.empty())
308 for (auto& line : m_ttoLines) {
356 m_ttoLines[iCurLine].SetNewReload(true);
399 m_ttoLines[m_iCurLine].SetNewReload(true);
426 if (m_iCurLine >= pdfium::CollectionSize<int32_t>(m_ttoLines)) {
431 m_ttoLines.push_back(ttoLine);
432 m_iCurLine = pdfium::CollectionSize<int32_t>(m_ttoLines) - 1;
434 CFDE_TTOLine* pLine = &m_ttoLines[m_iCurLine]
    [all...]
cfde_textout.h 103 std::deque<CFDE_TTOLine> m_ttoLines;

Completed in 308 milliseconds