Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3022 XPolyPolygon aTempPolyPoly(rTarget); in _MovAllPoints() local
3026 sal_uInt16 nPolyAnz=aTempPolyPoly.Count(); in _MovAllPoints()
3036 while (nLast<nPolyAnz && aTempPolyPoly[nLast].GetPointCount()!=0) nLast++; in _MovAllPoints()
3037 Rectangle aBound(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3042 aBound.Union(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3083 RotateXPoly(aTempPolyPoly[i],aCtr0,nSin,nCos); in _MovAllPoints()
3086 aTempPolyPoly[i].Move(aCtr1.X(),aCtr1.Y()); in _MovAllPoints()
3098 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints()
3129 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()

Completed in 42 milliseconds