Lines Matching refs:aPoly

243     Polygon     aPoly( 4 );  in ImplDrawLinearGradient()  local
256 aPoly[0] = aBorderRect.TopLeft(); in ImplDrawLinearGradient()
257 aPoly[1] = aBorderRect.TopRight(); in ImplDrawLinearGradient()
258 aPoly[2] = aBorderRect.BottomRight(); in ImplDrawLinearGradient()
259 aPoly[3] = aBorderRect.BottomLeft(); in ImplDrawLinearGradient()
260 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
262 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
264 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient()
270 aPoly[0] = aBorderRect.TopLeft(); in ImplDrawLinearGradient()
271 aPoly[1] = aBorderRect.TopRight(); in ImplDrawLinearGradient()
272 aPoly[2] = aBorderRect.BottomRight(); in ImplDrawLinearGradient()
273 aPoly[3] = aBorderRect.BottomLeft(); in ImplDrawLinearGradient()
274 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
276 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
278 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient()
342 aPoly[0] = aRect.TopLeft(); in ImplDrawLinearGradient()
343 aPoly[1] = aRect.TopRight(); in ImplDrawLinearGradient()
344 aPoly[2] = aRect.BottomRight(); in ImplDrawLinearGradient()
345 aPoly[3] = aRect.BottomLeft(); in ImplDrawLinearGradient()
346 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
348 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
350 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient()
355 aPoly[0] = aMirrorRect.TopLeft(); in ImplDrawLinearGradient()
356 aPoly[1] = aMirrorRect.TopRight(); in ImplDrawLinearGradient()
357 aPoly[2] = aMirrorRect.BottomRight(); in ImplDrawLinearGradient()
358 aPoly[3] = aMirrorRect.BottomLeft(); in ImplDrawLinearGradient()
359 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
361 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
363 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient()
379 aPoly[0] = aRect.TopLeft(); in ImplDrawLinearGradient()
380 aPoly[1] = aRect.TopRight(); in ImplDrawLinearGradient()
381 aPoly[2] = aRect.BottomRight(); in ImplDrawLinearGradient()
382 aPoly[3] = aRect.BottomLeft(); in ImplDrawLinearGradient()
383 aPoly.Rotate( aCenter, nAngle ); in ImplDrawLinearGradient()
385 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
387 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawLinearGradient()
519 Polygon aPoly; in ImplDrawComplexGradient() local
535 pPolyPoly->Insert( aPoly = rRect ); in ImplDrawComplexGradient()
536 pPolyPoly->Insert( aPoly ); in ImplDrawComplexGradient()
548 ImplDrawPolygon( aPoly = aExtRect, pClipPolyPoly ); in ImplDrawComplexGradient()
564 aPoly = Polygon( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in ImplDrawComplexGradient()
566 aPoly = Polygon( aRect ); in ImplDrawComplexGradient()
568 aPoly.Rotate( aCenter, nAngle ); in ImplDrawComplexGradient()
582 pPolyPoly->Replace( aPoly, 1 ); in ImplDrawComplexGradient()
609 ImplDrawPolygon( aPoly, pClipPolyPoly ); in ImplDrawComplexGradient()