Home
last modified time | relevance | path

Searched refs:aTempPolyPoly (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx426 ::PolyPolygon aTempPolyPoly; in fillPolygonalGradient()
435 aTempPolyPoly.Insert( aTempPoly ); in fillPolygonalGradient()
436 aTempPolyPoly.Insert( aTempPoly2 ); in fillPolygonalGradient()
475 aTempPolyPoly.Replace( aTempPolyPoly.GetObject( 1 ), 0 ); in fillPolygonalGradient()
484 aTempPolyPoly.Replace( aTempPoly, 1 ); in fillPolygonalGradient()
491 aTempPolyPoly.Remove( 1 ); in fillPolygonalGradient()
494 rOutDev.DrawPolyPolygon( aTempPolyPoly ); in fillPolygonalGradient()
/AOO42X/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3017 XPolyPolygon aTempPolyPoly(rTarget); in _MovAllPoints() local
3021 sal_uInt16 nPolyCount=aTempPolyPoly.Count(); in _MovAllPoints()
3031 while (nLast<nPolyCount && aTempPolyPoly[nLast].GetPointCount()!=0) nLast++; in _MovAllPoints()
3032 Rectangle aBound(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3037 aBound.Union(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3078 RotateXPoly(aTempPolyPoly[i],aCtr0,nSin,nCos); in _MovAllPoints()
3081 aTempPolyPoly[i].Move(aCtr1.X(),aCtr1.Y()); in _MovAllPoints()
3093 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints()
3124 rTarget = aTempPolyPoly.getB2DPolyPolygon(); in _MovAllPoints()
H A Dsvdcrtv.cxx106 basegfx::B2DPolyPolygon aTempPolyPoly; in ImplConnectMarkerOverlay() local
107 aTempPolyPoly.append(aTempPoly); in ImplConnectMarkerOverlay()
110 aTempPolyPoly); in ImplConnectMarkerOverlay()