Lines Matching refs:Y

39 	double nY = rPoint.Y - rCenter.Y;  in ImplGetOrientation()
94 aPoint1.Y -= rCenter.Y; in ImplGetEllipse()
95 rRadius.X = sqrt( aPoint1.X * aPoint1.X + aPoint1.Y * aPoint1.Y ); in ImplGetEllipse()
97 aPoint2.Y -= rCenter.Y; in ImplGetEllipse()
98 rRadius.Y = sqrt( aPoint2.X * aPoint2.X + aPoint2.Y * aPoint2.Y ); in ImplGetEllipse()
139 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), i ); in ImplDoClass4()
162 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4()
173 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4()
175 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 1); in ImplDoClass4()
201 awt::Point aPoint( (long)aFloatPoint.X, (long)aFloatPoint.Y ); in ImplDoClass4()
239 awt::Point aPoint( (long)aFloatPoint.X, (long)aFloatPoint.Y ); in ImplDoClass4()
276 aPolygon.SetPoint( Point ( (long)( aFloatPoint.X ), (long)( aFloatPoint.Y ) ), i ); in ImplDoClass4()
297 pPoints[ nPoints++ ] = Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ); in ImplDoClass4()
367 aRadius.Y = aRadius.X; in ImplDoClass4()
382 double fB = aIntermediatePoint.Y - aStartingPoint.Y; in ImplDoClass4()
384 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4()
386 …A * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermediatePoint.Y ); in ImplDoClass4()
387 …ouble fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y ); in ImplDoClass4()
389 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4()
392 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
420 …w( ( aStartingPoint.X - aCenterPoint.X ), 2 ) + pow( ( aStartingPoint.Y - aCenterPoint.Y ), 2 ) ) ; in ImplDoClass4()
424 …Rectangle aBoundingBox( Point( (long)( aCenterPoint.X - fRadius ), long( aCenterPoint.Y - fRadius … in ImplDoClass4()
426 …nt( (long)aStartingPoint.X, (long)aStartingPoint.Y ) ,Point( (long)aEndingPoint.X, (long)aEndingPo… in ImplDoClass4()
436 aRadius.X = aRadius.Y = fRadius; in ImplDoClass4()
456 double fB = aIntermediatePoint.Y - aStartingPoint.Y; in ImplDoClass4()
458 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4()
460 …A * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermediatePoint.Y ); in ImplDoClass4()
461 …ouble fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y ); in ImplDoClass4()
463 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4()
466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
495 …fRadius.Y = fRadius.X = sqrt( pow( ( aStartingPoint.X - aCenterPoint.X ), 2 ) + pow( ( aStartingPo… in ImplDoClass4()
530 aRadius.Y = aRadius.X; in ImplDoClass4()
546 Point( (long)( aCenter.X - aRadius.X ), long( aCenter.Y - aRadius.X ) ), in ImplDoClass4()
582 aRadius.Y = aRadius.X; in ImplDoClass4()
733 aPolygon.SetPoint( Point ( (long)( aFloatPoint.X ), (long)( aFloatPoint.Y ) ), i ); in ImplDoClass4()