Home
last modified time | relevance | path

Searched refs:aChordPoly (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1118 …const Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_… in Rotate() local
1120 …aMtf.AddAction( new MetaPolygonAction( ImplGetRotatedPolygon( aChordPoly, aRotAnchor, aRotOffset, … in Rotate()
H A Doutdev5.cxx291 Polygon aChordPoly( aRect, aStart, aEnd, POLY_CHORD ); in DrawChord() local
293 if ( aChordPoly.GetSize() >= 2 ) in DrawChord()
295 const SalPoint* pPtAry = (const SalPoint*)aChordPoly.GetConstPointAry(); in DrawChord()
297 mpGraphics->DrawPolyLine( aChordPoly.GetSize(), pPtAry, this ); in DrawChord()
302 mpGraphics->DrawPolygon( aChordPoly.GetSize(), pPtAry, this ); in DrawChord()
H A Dcvtsvm.cxx1601 Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), in ImplWriteActions() local
1603 const sal_uInt16 nPoints = aChordPoly.GetSize(); in ImplWriteActions()
1610 rOStm << aChordPoly[ n ]; in ImplWriteActions()

Completed in 42 milliseconds