Lines Matching refs:aP
726 Point aP( pCustomShapeObj->GetSnapRect().Center() ); in EnhancedCustomShape2d() local
728 aP.X() -= aS.Width() / 2; in EnhancedCustomShape2d()
729 aP.Y() -= aS.Height() / 2; in EnhancedCustomShape2d()
730 aLogicRect = Rectangle( aP, aS ); in EnhancedCustomShape2d()
1204 Point aP( rPosition.X, rPosition.Y ); in SetHandleControllerPosition() local
1207 aP.Move( -aLogicRect.Left(), -aLogicRect.Top() ); in SetHandleControllerPosition()
1209 aP.X() = aLogicRect.GetWidth() - aP.X(); in SetHandleControllerPosition()
1211 aP.Y() = aLogicRect.GetHeight() - aP.Y(); in SetHandleControllerPosition()
1215 …RotatePoint( aP, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), sin( a ), cos( a … in SetHandleControllerPosition()
1223 ShearPoint( aP, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan ); in SetHandleControllerPosition()
1226 double fPos1 = aP.X(); //( bFlipH ) ? aLogicRect.GetWidth() - aP.X() : aP.X(); in SetHandleControllerPosition()
1227 double fPos2 = aP.Y(); //( bFlipV ) ? aLogicRect.GetHeight() -aP.Y() : aP.Y(); in SetHandleControllerPosition()
1620 Point aP( (sal_Int32)( _aCenter.X() - fWidth ), (sal_Int32)( _aCenter.Y() - fHeight ) ); in CreateSubPath() local
1622 Rectangle aRect( aP, aS ); in CreateSubPath()