Searched refs:CFX_Edit_LineRect (Results 1 – 2 of 2) sorted by relevance
31 struct CFX_Edit_LineRect { struct32 CFX_Edit_LineRect(const CPVT_WordRange& wrLine, const CFX_FloatRect& rcLine) in CFX_Edit_LineRect() argument48 CFX_Edit_LineRect* GetAt(int32_t nIndex) const; argument51 std::vector<std::unique_ptr<CFX_Edit_LineRect>> m_LineRects;
222 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()