Home
last modified time | relevance | path

Searched refs:CFX_Edit_LineRect (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h31 struct CFX_Edit_LineRect { struct
32 CFX_Edit_LineRect(const CPVT_WordRange& wrLine, const CFX_FloatRect& rcLine) in CFX_Edit_LineRect() argument
48 CFX_Edit_LineRect* GetAt(int32_t nIndex) const; argument
51 std::vector<std::unique_ptr<CFX_Edit_LineRect>> m_LineRects;
Dfxet_edit.cpp222 if (CFX_Edit_LineRect* pOldRect = m_OldLineRects.GetAt(i)) in NoAnalyse()
228 if (CFX_Edit_LineRect* pNewRect = m_NewLineRects.GetAt(i)) in NoAnalyse()
2229 m_LineRects.push_back(pdfium::MakeUnique<CFX_Edit_LineRect>(wrLine, rcLine)); in Add()
2236 CFX_Edit_LineRect* CFX_Edit_LineRectArray::GetAt(int32_t nIndex) const { in GetAt()