DRC | 2ff39b8 | 2011-07-28 08:38:59 +0000 | [diff] [blame] | 1 | #define ns_mask_width 16 |
2 | #define ns_mask_height 16 | ||||
3 | #define ns_mask_x_hot 8 | ||||
4 | #define ns_mask_y_hot 8 | ||||
5 | static unsigned char ns_mask_bits[] = { | ||||
6 | 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xc0, 0x03, | ||||
7 | 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xf0, 0x0f, | ||||
8 | 0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01}; |