File: right_mask

package info (click to toggle)
irsim 9.7.75-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,596 kB
  • sloc: ansic: 24,733; sh: 6,803; makefile: 411; csh: 269; tcl: 76
file content (6 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#define right_mask_width 16
#define right_mask_height 16
static char right_mask_bits[] = {
   0x00, 0x01, 0x00, 0x03, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x1f, 0xfc, 0x3f,
   0xfc, 0x7f, 0xfc, 0xff, 0xfc, 0x7f, 0xfc, 0x3f, 0x00, 0x1f, 0x00, 0x0f,
   0x00, 0x07, 0x00, 0x03, 0x00, 0x01, 0x00, 0x00};