Home
last modified time | relevance | path

Searched refs:lineplace (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h247 CPVT_WordPlace lineplace; member
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp218 const CPVT_WordPlace& lineplace) const { in SearchWordPlace()
219 if (CLine* pLine = m_LineArray.GetAt(lineplace.nLineIndex)) { in SearchWordPlace()
1785 line.lineplace = CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex, -1); in GetLine()
Dpdf_vt.h262 const CPVT_WordPlace& lineplace) const;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2003 if (lineinfo.lineplace.LineCmp(wpEnd) > 0) in RefreshPushLineRects()
2011 m_Refresh.Push(CPVT_WordRange(lineinfo.lineplace, lineinfo.lineEnd), in RefreshPushLineRects()