Searched refs:rcOld (Results 1 – 4 of 4) sorted by relevance
323 CPDF_Rect rcOld = this->GetWindowRect(); in Move() local329 if (rcOld.left != rcNew.left || rcOld.right != rcNew.right || in Move()330 rcOld.top != rcNew.top || rcOld.bottom != rcNew.bottom) in Move()340 InvalidateRectMove(rcOld,rcNew); in Move()347 void CPWL_Wnd::InvalidateRectMove(const CPDF_Rect & rcOld, const CPDF_Rect & rcNew) in InvalidateRectMove() argument349 CPDF_Rect rcUnion = rcOld; in InvalidateRectMove()
2464 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local2465 if (crRect.left != rcOld.left || in SetRect()2466 crRect.right != rcOld.right || in SetRect()2467 crRect.top != rcOld.top || in SetRect()2468 crRect.bottom != rcOld.bottom) in SetRect()2498 CPDF_Rect rcOld = pWidget->GetRect(); in SetRect() local2499 if (crRect.left != rcOld.left || in SetRect()2500 crRect.right != rcOld.right || in SetRect()2501 crRect.top != rcOld.top || in SetRect()2502 crRect.bottom != rcOld.bottom) in SetRect()
822 CPDF_Rect rcOld = pFormFiller->PWLtoFFL(pFormFiller->GetWindowRect(pData->pPageView)); in OnSetWindowRect() local826 CPDF_Rect unRect = rcOld; in OnSetWindowRect()
432 void InvalidateRectMove(const CPDF_Rect & rcOld, const CPDF_Rect & rcNew);