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

  /external/pdfium/core/fpdfdoc/
cpvt_line.h 18 CPVT_WordPlace lineplace; member in class:CPVT_Line
csection.h 46 const CPVT_WordPlace& lineplace) const;
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();
cpdf_variabletext.cpp 161 line.lineplace = CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex, -1);
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 1169 if (lineinfo.lineplace.LineCmp(wpEnd) > 0)
1177 m_Refresh.Push(CPVT_WordRange(lineinfo.lineplace, lineinfo.lineEnd),
    [all...]

Completed in 886 milliseconds