Searched refs:aChordPoly (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 291 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 D | cvtsvm.cxx | 1601 Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), in ImplWriteActions() local 1603 const sal_uInt16 nPoints = aChordPoly.GetSize(); in ImplWriteActions() 1610 rOStm << aChordPoly[ n ]; in ImplWriteActions()
|
H A D | gdimtf.cxx | 1118 …const Polygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_… in Rotate() local 1120 …aMtf.AddAction( new MetaPolygonAction( ImplGetRotatedPolygon( aChordPoly, aRotAnchor, aRotOffset, … in Rotate()
|
Completed in 35 milliseconds