#define dot_mask_width 16 #define dot_mask_height 16 static short dot_mask_bits[] = { 0x0000, 0x0000, 0x07e0, 0x1ff8, 0x1ff8, 0x3ffc, 0x3ffc, 0x3ffc, 0x3ffc, 0x3ffc, 0x3ffc, 0x1ff8, 0x1ff8, 0x07e0, 0x0000, 0x0000};