File: left_mask

package info (click to toggle)
irsim 9.7.104-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,964 kB
  • sloc: ansic: 24,763; sh: 7,499; makefile: 418; csh: 269; tcl: 88
file content (6 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#define left_mask_width 16
#define left_mask_height 16
static char left_mask_bits[] = {
   0x00, 0x01, 0x80, 0x01, 0xc0, 0x01, 0xe0, 0x01, 0xf0, 0x01, 0xf8, 0x7f,
   0xfc, 0x7f, 0xfe, 0x7f, 0xfc, 0x7f, 0xf8, 0x7f, 0xf0, 0x01, 0xe0, 0x01,
   0xc0, 0x01, 0x80, 0x01, 0x00, 0x01, 0x00, 0x00};