File: snap.vbm

package info (click to toggle)
v1 1.20-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,240 kB
  • ctags: 9,439
  • sloc: cpp: 48,033; ansic: 8,939; makefile: 1,369; sh: 30
file content (31 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//vbm8
#define snap_depth 8
#define snap_width 32
#define snap_height 20
static unsigned char snap_bits[] = {
3,
0,0,0,
255,0,0,
0,0,255,
192,192,192,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,1,1,1,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,1,1,1,1,1,1,1,1,1,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,1,1,1,1,1,1,1,1,1,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,1,1,1,1,1,1,1,1,1,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,
3,3,3,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,0,0,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,
3,3,3,3,3,0,3,3,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,
3,3,3,3,3,0,3,3,3,3,3,0,3,0,0,3,3,3,0,0,0,3,3,0,0,0,0,3,3,3,3,3,
3,3,3,3,3,3,0,0,0,3,3,0,0,3,3,0,3,3,3,3,3,0,3,0,3,3,3,0,3,3,3,3,
3,3,3,3,3,3,3,3,3,0,3,0,3,3,3,0,3,3,0,0,0,0,3,0,3,3,3,0,3,3,3,3,
3,3,3,3,3,0,3,3,3,0,3,0,3,3,3,0,3,0,3,3,3,0,3,0,3,3,3,0,3,3,3,3,
3,3,3,3,3,3,0,0,0,3,3,0,3,3,3,0,3,3,0,0,0,0,3,0,0,0,0,3,3,3,3,3,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3
};