Searched refs:aTranspRect (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 242 Rectangle aTranspRect( Point( 7500, 13500 ), Size( 9000, 6000 ) ); in doTestCode() local 244 aWriter.DrawRect( aTranspRect ); in doTestCode() 248 aWriter.DrawEllipse( aTranspRect ); in doTestCode() 250 aWriter.DrawText( aTranspRect, in doTestCode() 254 aWriter.EndTransparencyGroup( aTranspRect, 50 ); in doTestCode() 268 aTranspRect = Rectangle( Point( 4200, 13500 ), Size( 3000, 3000 ) ); in doTestCode() 270 aWriter.DrawRect( aTranspRect ); in doTestCode() 272 aWriter.DrawEllipse( aTranspRect ); in doTestCode() 274 aWriter.DrawText( aTranspRect, in doTestCode() 277 aTranspRect = Rectangle( Point( 1500, 16500 ), Size( 4800, 3000 ) ); in doTestCode() [all …]
|