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

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 247 CPVT_WordPlace lineplace; member in struct:CPVT_Line
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 200 CPVT_WordPlace LinePlace;
262 const CPVT_WordPlace& lineplace) const;
doc_vt.cpp 27 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, -1);
30 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex,
69 pLine->LinePlace = CPVT_WordPlace(SecPlace.nSecIndex, i, -1);
218 const CPVT_WordPlace& lineplace) const {
219 if (CLine* pLine = m_LineArray.GetAt(lineplace.nLineIndex)) {
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 488 milliseconds