Searched refs:aTempPolyPoly (Results 1 – 3 of 3) sorted by relevance
426 ::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()
3025 XPolyPolygon aTempPolyPoly(rTarget); in _MovAllPoints() local3029 sal_uInt16 nPolyAnz=aTempPolyPoly.Count(); in _MovAllPoints()3039 while (nLast<nPolyAnz && aTempPolyPoly[nLast].GetPointCount()!=0) nLast++; in _MovAllPoints()3040 Rectangle aBound(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()3045 aBound.Union(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()3086 RotateXPoly(aTempPolyPoly[i],aCtr0,nSin,nCos); in _MovAllPoints()3089 aTempPolyPoly[i].Move(aCtr1.X(),aCtr1.Y()); in _MovAllPoints()3101 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints()3132 rTarget = aTempPolyPoly.getB2DPolyPolygon(); in _MovAllPoints()
106 basegfx::B2DPolyPolygon aTempPolyPoly; in ImplConnectMarkerOverlay() local107 aTempPolyPoly.append(aTempPoly); in ImplConnectMarkerOverlay()110 aTempPolyPoly); in ImplConnectMarkerOverlay()
Completed in 54 milliseconds