Searched refs:solid_patblt (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dib.c | 2412 solid_patblt( hdc, i * 2, 10, 1, 1, DIBINDEX(i) ); in draw_graphics() 2413 solid_patblt( hdc, i * 2, 20, 1, 1, PALETTEINDEX(i) ); in draw_graphics() 2422 solid_patblt( hdc, 0, 50, 1, 1, RGB( 0, 0xff, 0 ) ); in draw_graphics() 2423 solid_patblt( hdc, 2, 50, 1, 1, PALETTERGB( 0, 0xff, 0 ) ); in draw_graphics() 2426 solid_patblt( hdc, 4, 50, 1, 1, RGB( 0, 0x1, 0xff ) ); in draw_graphics() 2430 solid_patblt( hdc, 8, 50, 1, 1, RGB( 0xff, 0, 0 ) ); in draw_graphics() 2646 solid_patblt( hdc, 20, 10, 10, 10, PALETTEINDEX(15) ); in draw_graphics() 2678 solid_patblt( hdc, 0, 0, 512, 512, RGB( 0, 0, 0xff ) ); in draw_graphics() 2679 solid_patblt( hdc, 10, 10, 200, 200, RGB( 0, 0xff, 0 ) ); in draw_graphics() 2680 solid_patblt( hdc, 10, 50, 50, 50, RGB( 0, 0, 0xff ) ); in draw_graphics() [all …]
|