diff options
Diffstat (limited to 'tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm')
-rw-r--r-- | tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm b/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm new file mode 100644 index 0000000..e645a0b --- /dev/null +++ b/tests/auto/qpainter/drawLine_rop_bitmap/dst.xbm @@ -0,0 +1,6 @@ +#define dst_width 8 +#define dst_height 8 +static char dst_bits[] = { + 0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0x00,0x00,0x00,0x30,0x00,0x30,0x00, + 0x11,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x10,0x00,0x00, + 0x00,0x11 }; |