Home
last modified time | relevance | path

Searched refs:a1Pix (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/svx/source/svdraw/
H A Dsvdhlpln.cxx48 Size a1Pix(rOut.PixelToLogic(Size(1,1))); in IsHit() local
49 FASTBOOL bXHit=rPnt.X()>=aPos.X()-nTolLog && rPnt.X()<=aPos.X()+nTolLog+a1Pix.Width(); in IsHit()
50 FASTBOOL bYHit=rPnt.Y()>=aPos.Y()-nTolLog && rPnt.Y()<=aPos.Y()+nTolLog+a1Pix.Height(); in IsHit()
57 return rPnt.X()>=aPos.X()-aRad.Width() && rPnt.X()<=aPos.X()+aRad.Width()+a1Pix.Width() && in IsHit()
58 rPnt.Y()>=aPos.Y()-aRad.Height() && rPnt.Y()<=aPos.Y()+aRad.Height()+a1Pix.Height(); in IsHit()

Completed in 11 milliseconds