Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h57 std::vector<CPWL_EditImpl_LineRect> m_OldLineRects; variable
Dcpwl_edit_impl.cpp179 m_OldLineRects = std::move(m_NewLineRects); in BeginRefresh()
188 for (const auto& lineRect : m_OldLineRects) in NoAnalyse()