#define cu_line_mask_width 16
#define cu_line_mask_height 16
#define cu_line_mask_x_hot 8
#define cu_line_mask_y_hot 7
static char cu_line_mask_bits[] = {
   0x00, 0x01, 0x80, 0x03, 0xc0, 0x07, 0xe0, 0x0f, 0xf0, 0x1f, 0x38, 0x38,
   0x3c, 0x78, 0x3e, 0xf8, 0x3c, 0x78, 0x38, 0x38, 0xf0, 0x1f, 0xe0, 0x0f,
   0xc0, 0x07, 0x80, 0x03, 0x00, 0x01, 0x00, 0x00};
