Searched refs:aCenterPoint (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 374 FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint; in ImplDoClass4() local 389 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4() 390 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4() 394 double fStartAngle = ImplGetOrientation( aCenterPoint, aStartingPoint ); in ImplDoClass4() 395 double fInterAngle = ImplGetOrientation( aCenterPoint, aIntermediatePoint ); in ImplDoClass4() 396 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4() 418 …le fRadius = sqrt( pow( ( aStartingPoint.X - aCenterPoint.X ), 2 ) + pow( ( aStartingPoint.Y - aCe… in ImplDoClass4() 422 …Rectangle aBoundingBox( Point( (long)( aCenterPoint.X - fRadius ), long( aCenterPoint.Y - fRadius … in ImplDoClass4() 435 … mpOutAct->DrawEllipticalArc( aCenterPoint, aRadius, fG, 2, fStartAngle, fEndAngle ); in ImplDoClass4() 448 FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint; in ImplDoClass4() local [all …]
|
| /trunk/main/canvas/source/directx/ |
| H A D | dx_canvashelper_texturefill.cxx | 399 Gdiplus::PointF aCenterPoint(0, 0); in fillPolygonalGradient() local 400 aMatrix.TransformPoints( &aCenterPoint ); in fillPolygonalGradient() 401 pGradientBrush->SetCenterPoint( aCenterPoint ); in fillPolygonalGradient()
|