Lines Matching refs:aPt

45 			Point aPt(aPos);  in SetReallyAbsolute()  local
46 SetAbsolutePos(aPt,rObj); in SetReallyAbsolute()
56 Point aPt(aPos); in GetAbsolutePos() local
73 aPt.X()*=nXMul; in GetAbsolutePos()
74 aPt.X()/=nXDiv; in GetAbsolutePos()
77 aPt.Y()*=nYMul; in GetAbsolutePos()
78 aPt.Y()/=nYDiv; in GetAbsolutePos()
81 aPt+=aOfs; in GetAbsolutePos()
83 if (aPt.X()<aBound.Left ()) aPt.X()=aBound.Left (); in GetAbsolutePos()
84 if (aPt.X()>aBound.Right ()) aPt.X()=aBound.Right (); in GetAbsolutePos()
85 if (aPt.Y()<aBound.Top ()) aPt.Y()=aBound.Top (); in GetAbsolutePos()
86 if (aPt.Y()>aBound.Bottom()) aPt.Y()=aBound.Bottom(); in GetAbsolutePos()
87 return aPt; in GetAbsolutePos()
97 Point aPt(rNewPos); in SetAbsolutePos() local
108 aPt-=aOfs; in SetAbsolutePos()
117 aPt.X()*=nXDiv; in SetAbsolutePos()
118 aPt.X()/=nXMul; in SetAbsolutePos()
121 aPt.Y()*=nYDiv; in SetAbsolutePos()
122 aPt.Y()/=nYMul; in SetAbsolutePos()
125 aPos=aPt; in SetAbsolutePos()
180 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Rotate() local
181 RotatePoint(aPt,rRef,sn,cs); in Rotate()
195 if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt); in Rotate()
200 Point aPt(rRef2); aPt-=rRef1; in Mirror() local
201 long nWink=GetAngle(aPt); in Mirror()
207 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Mirror() local
208 MirrorPoint(aPt,rRef1,rRef2); in Mirror()
240 if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt); in Mirror()
245 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Shear() local
246 ShearPoint(aPt,rRef,tn,bVShear); in Shear()
247 if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt); in Shear()
253 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Invalidate() local
254 aPt=rWin.LogicToPixel(aPt); in Invalidate()
256 long x=aPt.X(),y=aPt.Y(); // size 9x9 pixel in Invalidate()
267 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in IsHit() local
269 …Rectangle aRect(aPt.X()-aSiz.Width(),aPt.Y()-aSiz.Height(),aPt.X()+aSiz.Width(),aPt.Y()+aSiz.Heigh… in IsHit()
385 Point aPt(rRef2); aPt-=rRef1; in Mirror() local
386 long nWink=GetAngle(aPt); in Mirror()