Home
last modified time | relevance | path

Searched refs:aPiePoly (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1109 … const Polygon aPiePoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_PIE ); in Rotate() local
1111 …aMtf.AddAction( new MetaPolygonAction( ImplGetRotatedPolygon( aPiePoly, aRotAnchor, aRotOffset, fS… in Rotate()
H A Doutdev5.cxx237 Polygon aPiePoly( aRect, aStart, aEnd, POLY_PIE ); in DrawPie() local
239 if ( aPiePoly.GetSize() >= 2 ) in DrawPie()
241 const SalPoint* pPtAry = (const SalPoint*)aPiePoly.GetConstPointAry(); in DrawPie()
243 mpGraphics->DrawPolyLine( aPiePoly.GetSize(), pPtAry, this ); in DrawPie()
248 mpGraphics->DrawPolygon( aPiePoly.GetSize(), pPtAry, this ); in DrawPie()

Completed in 23 milliseconds