Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp182 bool CPWL_Wnd::Move(const CFX_FloatRect& rcNew, bool bReset, bool bRefresh) { in Move() argument
187 m_rcWindow = rcNew; in Move()
191 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()
192 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()
197 if (bRefresh && !InvalidateRectMove(rcOld, rcNew)) in Move()
205 const CFX_FloatRect& rcNew) { in InvalidateRectMove() argument
207 rcUnion.Union(rcNew); in InvalidateRectMove()
Dcpwl_wnd.h188 bool Move(const CFX_FloatRect& rcNew, bool bReset, bool bRefresh);
282 const CFX_FloatRect& rcNew);