Searched refs:rcOld (Results 1 – 3 of 3) sorted by relevance
208 CFX_FloatRect rcOld = GetWindowRect(); in Move() local213 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()226 bool CPWL_Wnd::InvalidateRectMove(const CFX_FloatRect& rcOld, in InvalidateRectMove() argument228 CFX_FloatRect rcUnion = rcOld; in InvalidateRectMove()
277 bool InvalidateRectMove(const CFX_FloatRect& rcOld,
1648 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local1649 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()1650 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()1675 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local1676 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()1677 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()