Searched refs:aRoundRectPoly (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 88 const Polygon aRoundRectPoly( aRect, nHorzRound, nVertRound ); in DBG_NAMEEX() local 90 if ( aRoundRectPoly.GetSize() >= 2 ) in DBG_NAMEEX() 92 const SalPoint* pPtAry = (const SalPoint*) aRoundRectPoly.GetConstPointAry(); in DBG_NAMEEX() 95 mpGraphics->DrawPolyLine( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX() 97 mpGraphics->DrawPolygon( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX()
|
H A D | gdimtf.cxx | 1082 …const Polygon aRoundRectPoly( pAct->GetRect(), pAct->GetHorzRound(), pAct->GetVertRound(… in Rotate() local 1084 …aMtf.AddAction( new MetaPolygonAction( ImplGetRotatedPolygon( aRoundRectPoly, aRotAnchor, aRotOffs… in Rotate()
|
Completed in 16 milliseconds