Home
last modified time | relevance | path

Searched refs:aPolyRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent() local
386 Rectangle aRect( aPolyRect.TopLeft(), Size( aPolyRect.GetWidth(), nBaseExtent ) ); in DrawTransparent()
387 while( aRect.Top() <= aPolyRect.Bottom() ) in DrawTransparent()
393 aRect = Rectangle( aPolyRect.TopLeft(), Size( nBaseExtent, aPolyRect.GetHeight() ) ); in DrawTransparent()
394 while( aRect.Left() <= aPolyRect.Right() ) in DrawTransparent()
403 DrawRect( aPolyRect ); in DrawTransparent()
412 Rectangle aPolyRect( aPolyPoly.GetBoundRect() ); in DrawTransparent() local
416 aDstRect.Intersection( aPolyRect ); in DrawTransparent()
H A Dpdfwriter_impl.cxx337 Rectangle aPolyRect( Point( 3800, 11200 ), Size( 10200, 6300 ) ); in doTestCode() local
338 aWriter.DrawPolyPolygon( PolyPolygon( Polygon( aPolyRect ) ), nPattern, true ); in doTestCode()
341 aWriter.DrawRect( aPolyRect ); in doTestCode()

Completed in 72 milliseconds