Searched refs:rcOld (Results 1 – 3 of 3) sorted by relevance
277 CFX_FloatRect rcOld = GetWindowRect(); in Move() local282 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()283 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()289 InvalidateRectMove(rcOld, rcNew); in Move()296 void CPWL_Wnd::InvalidateRectMove(const CFX_FloatRect& rcOld, in InvalidateRectMove() argument298 CFX_FloatRect rcUnion = rcOld; in InvalidateRectMove()
367 void InvalidateRectMove(const CFX_FloatRect& rcOld,
2068 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local2069 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()2070 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()2092 CFX_FloatRect rcOld = pWidget->GetRect(); in SetRect() local2093 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()2094 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()