Lines Matching refs:x1

120 	double x1,y1;  in RotatePoint()  local
123 x1=dx*cs-dy*sn; in RotatePoint()
125 P.x=cx+sal_Int16(x1); in RotatePoint()
132 double x1,y1; in RotatePoint() local
135 x1=dx*cs-dy*sn; in RotatePoint()
137 P=Point(cx+sal_Int16(x1),cy+sal_Int16(y1)); in RotatePoint()
467 void DrawSlideRect(sal_Int16 x1, sal_Int16 y1, sal_Int16 x2, sal_Int16 y2, ObjAreaType& F, OutputDe… in DrawSlideRect() argument
478 if (x1>x2) { i=x1; x1=x2; x2=i; } in DrawSlideRect()
484 rOut.DrawRect(Rectangle(x1,y1,x2,y2)); in DrawSlideRect()
495 rOut.DrawRect(Rectangle(x1,i0,x2,i-1)); in DrawSlideRect()
501 rOut.DrawRect(Rectangle(x1,i0,x2,y2)); in DrawSlideRect()
504 i0=x1; in DrawSlideRect()
505 i=x1; in DrawSlideRect()
507 b=Int1+sal_Int16((sal_Int32)(Int2-Int1)*(sal_Int32)(i-x1) /(sal_Int32)(x2-x1+1)); in DrawSlideRect()
523 rOut.SetClipRegion(Region(Rectangle(x1,y1,x2,y2))); in DrawSlideRect()
524 cx=(x1+x2) /2; in DrawSlideRect()
526 dx=x2-x1+1; in DrawSlideRect()
653 sal_Int16 x1=cx-rx; in DrawSlideCirc() local
667 rOut.DrawEllipse(Rectangle(x1,y1,x2,y2)); in DrawSlideCirc()
679 rOut.SetClipRegion(Rectangle(x1,i0,x2,i-1)); in DrawSlideCirc()
680 rOut.DrawEllipse(Rectangle(x1,y1,x2,y2)); in DrawSlideCirc()
686 rOut.SetClipRegion(Rectangle(x1,i0,x2,y2)); in DrawSlideCirc()
687 rOut.DrawEllipse(Rectangle(x1,y1,x2,y2)); in DrawSlideCirc()
692 i0=x1; in DrawSlideCirc()
693 i=x1; in DrawSlideCirc()
695 b=Int1+sal_Int16((sal_Int32)(Int2-Int1)*(sal_Int32)(i-x1) /(sal_Int32)(x2-x1+1)); in DrawSlideCirc()
699 rOut.DrawEllipse(Rectangle(x1,y1,x2,y2)); in DrawSlideCirc()
706 rOut.DrawEllipse(Rectangle(x1,y1,x2,y2)); in DrawSlideCirc()