Home
last modified time | relevance | path

Searched refs:aCenterPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx391 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 …]
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx399 Gdiplus::PointF aCenterPoint(0, 0); in fillPolygonalGradient() local
400 aMatrix.TransformPoints( &aCenterPoint ); in fillPolygonalGradient()
401 pGradientBrush->SetCenterPoint( aCenterPoint ); in fillPolygonalGradient()

Completed in 20 milliseconds