Searched refs:rcOld (Results 1 – 3 of 3) sorted by relevance
278 CPDF_Rect rcOld = GetWindowRect(); in Move() local283 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()284 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) { in Move()290 InvalidateRectMove(rcOld, rcNew); in Move()297 void CPWL_Wnd::InvalidateRectMove(const CPDF_Rect& rcOld, in InvalidateRectMove() argument299 CPDF_Rect rcUnion = rcOld; in InvalidateRectMove()
2151 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local2152 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()2153 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()2175 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local2176 if (crRect.left != rcOld.left || crRect.right != rcOld.right || in SetRect()2177 crRect.top != rcOld.top || crRect.bottom != rcOld.bottom) { in SetRect()
424 void InvalidateRectMove(const CPDF_Rect& rcOld, const CPDF_Rect& rcNew);