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

  /external/pdfium/core/fpdfdoc/
cline.cpp 16 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, -1);
20 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex,
cline.h 23 CPVT_WordPlace LinePlace;
csection.cpp 29 pLine->LinePlace = CPVT_WordPlace(SecPlace.nSecIndex, i, -1);
169 const CPVT_WordPlace& lineplace) const {
170 if (!pdfium::IndexInBounds(m_LineArray, lineplace.nLineIndex))
173 CLine* pLine = m_LineArray[lineplace.nLineIndex].get();

Completed in 89 milliseconds