Searched refs:aCenterPoint (Results 1 – 2 of 2) sorted by relevance
391 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()392 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()396 double fStartAngle = ImplGetOrientation( aCenterPoint, aStartingPoint ); in ImplDoClass4()398 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4()420 …le fRadius = sqrt( pow( ( aStartingPoint.X - aCenterPoint.X ), 2 ) + pow( ( aStartingPoint.Y - aCe… in ImplDoClass4()424 …Rectangle aBoundingBox( Point( (long)( aCenterPoint.X - fRadius ), long( aCenterPoint.Y - fRadius … in ImplDoClass4()465 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()470 double fStartAngle = ImplGetOrientation( aCenterPoint, aStartingPoint ); in ImplDoClass4()472 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4()[all …]
399 Gdiplus::PointF aCenterPoint(0, 0); in fillPolygonalGradient() local400 aMatrix.TransformPoints( &aCenterPoint ); in fillPolygonalGradient()401 pGradientBrush->SetCenterPoint( aCenterPoint ); in fillPolygonalGradient()
Completed in 16 milliseconds