awips2/nativeLib/rary.ohd.ifp/inc/circle_tool_invert.h
root 3360eb6c5f Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]
Former-commit-id: 06a8b51d6d
2012-01-06 08:55:05 -06:00

21 lines
1,012 B
C

/* circle_tool_invert.h */
#ifndef circle_tool_invert_h
#define circle_tool_invert_h
#define circle_tool_invert_width 32
#define circle_tool_invert_height 32
static char circle_tool_invert_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0xe3, 0x8f, 0xff,
0xff, 0xfc, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xfd, 0xbf, 0xff, 0xff, 0xfb,
0xdf, 0xff, 0xff, 0xf4, 0xef, 0xff, 0x3f, 0xec, 0xef, 0xff, 0x0f, 0xee,
0xf7, 0xff, 0x1f, 0xde, 0xf7, 0xff, 0x1f, 0xdf, 0xf7, 0xff, 0x6f, 0xdf,
0xfb, 0xff, 0xf7, 0xbf, 0xfb, 0xff, 0xfb, 0xbf, 0xfb, 0xff, 0xfd, 0xbf,
0xfb, 0xff, 0x06, 0xbf, 0xfb, 0xff, 0xf7, 0xbe, 0xfb, 0xff, 0xf7, 0xbe,
0xfb, 0xff, 0x07, 0xbf, 0xf7, 0xff, 0x97, 0xdf, 0xf7, 0xff, 0x37, 0xdf,
0xf7, 0xff, 0x77, 0xde, 0xef, 0xff, 0xff, 0xef, 0xef, 0xff, 0xff, 0xef,
0xdf, 0xff, 0xff, 0xf7, 0xbf, 0xff, 0xff, 0xfb, 0x7f, 0xff, 0xff, 0xfd,
0xff, 0xfc, 0x7f, 0xfe, 0xff, 0xe3, 0x8f, 0xff, 0xff, 0x1f, 0xf0, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
#endif