File: filter.ico

package info (click to toggle)
ts 9902p1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,252 kB
  • ctags: 1,271
  • sloc: tcl: 5,638; sh: 129; makefile: 40
file content (10 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#define filter_width 32
#define filter_height 20
static unsigned char filter_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x9c, 0x04,
   0x0c, 0x18, 0xc4, 0x0a, 0x02, 0x20, 0x8c, 0x08, 0x02, 0x20, 0x84, 0x04,
   0x1c, 0x1c, 0x84, 0x0e, 0xf4, 0x17, 0x00, 0x00, 0xa8, 0x3f, 0x00, 0x00,
   0xf8, 0x4a, 0x00, 0x00, 0x50, 0x45, 0x00, 0x00, 0xf0, 0x46, 0x00, 0x00,
   0xa0, 0x43, 0x00, 0x00, 0xe0, 0x32, 0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00,
   0x40, 0x01, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00,
   0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};