Home
last modified time | relevance | path

Searched refs:aPoly (Results 101 – 113 of 113) sorted by relevance

12345

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx807 Polygon aPoly( aTmpRectangle ); in Rotate() local
808 aPoly.Rotate( aTmpPoint, (sal_uInt16) nAngle10 ); in Rotate()
810 Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate()
H A Dmetaact.cxx1190 Polygon aPoly; in Read() local
1191 aPoly.Read( rIStm ); in Read()
1192 maPolyPoly.Replace( aPoly, nIndex ); in Read()
H A Dgdimtf.cxx1027 Polygon aPoly( aRect ); in Rotate() local
1029 aPoly.Rotate( Point(), fSin, fCos ); in Rotate()
1034 const Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx1092 drawing::PolyPolygonShape3D aPoly( BezierToPoly(aCoords) ); in createPieSegment() local
1093 ShapeFactory::closePolygon( aPoly ); in createPieSegment()
1095 , uno::makeAny( aPoly ) ); in createPieSegment()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1396 Polygon aPoly( nPnt, pPoints, (bHasOfflinePoints ? pFlags : NULL) ); in GetGlyphOutline() local
1399 rB2DPolyPoly.append( aPoly.getB2DPolygon() ); in GetGlyphOutline()
/trunk/main/starmath/inc/
H A Dnode.hxx284 Polygon aPoly; member in SmPolyLineNode
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1555 PolyPolygon aPoly( _rAlignedPaintRect.SVRect() ); in lcl_implDrawGraphicBackgrd() local
1556 _pOut->DrawTransparent( aPoly, nTransparencyPercent ); in lcl_implDrawGraphicBackgrd()
3667 PolyPolygon aPoly; in Paint() local
3673 bContour = GetContour( aPoly, sal_True ); in Paint()
3792 pOut->SetClipRegion( aPoly ); in Paint()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx286 Polygon aPoly( rRect ); in WriteClipRect() local
288 METLine( aPoly ); in WriteClipRect()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1406 PolyPolygon aPoly((sal_uInt16)aParam.getLength()); in setPropertyValue() local
1420 aPoly.Insert( aSet ); in setPropertyValue()
1422 pNoTxt->SetContourAPI( &aPoly ); in setPropertyValue()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1037 const PolyPolygon aPoly( pDlg->GetPolyPolygon() ); in Execute() local
1038 rSh.SetGraphicPolygon( &aPoly ); in Execute()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2622 Polygon aPoly( nPnt, pPoints, (bHasOfflinePoints ? pFlags : NULL) ); in GetGlyphOutline() local
2625 rB2DPolyPoly.append( aPoly.getB2DPolygon() ); in GetGlyphOutline()
/trunk/main/vcl/source/window/
H A Dwindow.cxx9588 Polygon aPoly( aRect, nCornerRadius, nCornerRadius ); in DrawSelectionBackground() local
9589 PolyPolygon aPolyPoly( aPoly ); in DrawSelectionBackground()
9594 Polygon aPoly( aRect ); in DrawSelectionBackground() local
9595 PolyPolygon aPolyPoly( aPoly ); in DrawSelectionBackground()
H A Dtoolbox.cxx3204 Polygon aPoly(6,p); in SetToolArrowClipregion() local
3205 Region aRgn( aPoly ); in SetToolArrowClipregion()

Completed in 197 milliseconds

12345