File: bricks.bmp

package info (click to toggle)
transfig 1%3A3.2.5-alpha5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,840 kB
  • ctags: 3,270
  • sloc: ansic: 28,821; makefile: 66; sh: 38; csh: 25
file content (7 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
/* horizontal bricks */
#define bricks_width 16
#define bricks_height 16
static unsigned char bricks_bits[] = {
   0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80,
   0x00, 0x80, 0xff, 0xff, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0xff, 0xff};