File: leftshingle.bmp

package info (click to toggle)
transfig 1%3A3.2.5.d-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,900 kB
  • sloc: ansic: 32,646; makefile: 3,248; sh: 549; csh: 25; perl: 13
file content (10 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
/* left-pointing shingles */
#define leftshingle_width 24
#define leftshingle_height 24
static unsigned char leftshingle_bits[] = {
   0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40,
   0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0xff, 0xff, 0xff,
   0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00,
   0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x00, 0x00, 0xff, 0xff, 0xff,
   0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00,
   0x00, 0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x00, 0xff, 0xff, 0xff};