Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp204 bool CPWL_Wnd::Move(const CFX_FloatRect& rcNew, bool bReset, bool bRefresh) { in Move() argument
209 m_rcWindow = rcNew; in Move()
213 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()
214 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()
219 if (bRefresh && !InvalidateRectMove(rcOld, rcNew)) in Move()
227 const CFX_FloatRect& rcNew) { in InvalidateRectMove() argument
229 rcUnion.Union(rcNew); in InvalidateRectMove()
Dcpwl_wnd.h193 bool Move(const CFX_FloatRect& rcNew, bool bReset, bool bRefresh);
278 const CFX_FloatRect& rcNew);