#define resize_white_mask_width 16 #define resize_white_mask_height 16 #define resize_white_mask_x_hot 7 #define resize_white_mask_y_hot 7 static unsigned char resize_white_mask_bits[] = { 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0x07, 0x00, 0xf7, 0x0f, 0xf7, 0x0f, 0xf7, 0xef, 0x77, 0xee, 0x77, 0xee, 0xf7, 0xef, 0xf0, 0xef, 0xf0, 0xff, 0x00, 0xf8, 0xc0, 0xff, 0xc0, 0xff, 0xc0, 0xff};