awips2/nativeLib/rary.ohd.ifp/inc/circle_tool_invert.h

22 lines
1,012 B
C
Raw Normal View History

2017-04-21 18:33:55 -06:00
/* 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