Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1100 … const Polygon aArcPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_ARC ); in Rotate() local
1102 …aMtf.AddAction( new MetaPolygonAction( ImplGetRotatedPolygon( aArcPoly, aRotAnchor, aRotOffset, fS… in Rotate()
H A Doutdev5.cxx190 Polygon aArcPoly( aRect, aStart, aEnd, POLY_ARC ); in DrawArc() local
192 if ( aArcPoly.GetSize() >= 2 ) in DrawArc()
194 const SalPoint* pPtAry = (const SalPoint*)aArcPoly.GetConstPointAry(); in DrawArc()
195 mpGraphics->DrawPolyLine( aArcPoly.GetSize(), pPtAry, this ); in DrawArc()

Completed in 25 milliseconds