Searched refs:aNewSnap (Results 1 – 1 of 1) sorted by relevance
2089 Rectangle aNewSnap(rSnap); in NbcApplyNotPersistAttr() local2092 aNewSnap.Move(n,0); in NbcApplyNotPersistAttr()2096 aNewSnap.Move(0,n); in NbcApplyNotPersistAttr()2100 aNewSnap.Move(n-aNewSnap.Left(),0); in NbcApplyNotPersistAttr()2104 aNewSnap.Move(0,n-aNewSnap.Top()); in NbcApplyNotPersistAttr()2108 aNewSnap.Right()=aNewSnap.Left()+n; in NbcApplyNotPersistAttr()2112 aNewSnap.Bottom()=aNewSnap.Top()+n; in NbcApplyNotPersistAttr()2114 if (aNewSnap!=rSnap) { in NbcApplyNotPersistAttr()2115 if (aNewSnap.GetSize()==rSnap.GetSize()) { in NbcApplyNotPersistAttr()2116 NbcMove(Size(aNewSnap.Left()-rSnap.Left(),aNewSnap.Top()-rSnap.Top())); in NbcApplyNotPersistAttr()[all …]
Completed in 95 milliseconds