Lines Matching refs:aPixPos

1306             Point aPixPos(rMEvt.GetPosPixel());  in MouseButtonDown()  local
1308 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseButtonDown()
1309 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseButtonDown()
1310 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonDown()
1311 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonDown()
1312 MouseEvent aMEvt(aPixPos,rMEvt.GetClicks(),rMEvt.GetMode(), in MouseButtonDown()
1338 Point aPixPos(rMEvt.GetPosPixel()); in MouseButtonUp() local
1340 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseButtonUp()
1341 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseButtonUp()
1342 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonUp()
1343 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonUp()
1344 MouseEvent aMEvt(aPixPos,rMEvt.GetClicks(),rMEvt.GetMode(), in MouseButtonUp()
1370 Point aPixPos(rMEvt.GetPosPixel()); in MouseMove() local
1372 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseMove()
1373 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseMove()
1374 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseMove()
1375 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseMove()
1376 MouseEvent aMEvt(aPixPos,rMEvt.GetClicks(),rMEvt.GetMode(), in MouseMove()
1405 Point aPixPos(rCEvt.GetMousePosPixel()); in Command() local
1408 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in Command()
1409 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in Command()
1410 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in Command()
1411 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in Command()
1413 CommandEvent aCEvt(aPixPos,rCEvt.GetCommand(),rCEvt.IsMouseEvent()); in Command()