Searched refs:aPolyRect (Results 1 – 2 of 2) sorted by relevance
356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent() local386 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() local416 aDstRect.Intersection( aPolyRect ); in DrawTransparent()
337 Rectangle aPolyRect( Point( 3800, 11200 ), Size( 10200, 6300 ) ); in doTestCode() local338 aWriter.DrawPolyPolygon( PolyPolygon( Polygon( aPolyRect ) ), nPattern, true ); in doTestCode()341 aWriter.DrawRect( aPolyRect ); in doTestCode()
Completed in 80 milliseconds