Searched refs:aPiePoly (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 237 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()
|
H A D | gdimtf.cxx | 1109 … 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()
|
Completed in 30 milliseconds