Cross Reference: Stipple
xref
: /
xsrc
/
external
/
mit
/
bitmap
/
dist
/
bitmaps
/
Stipple
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/bitmap/dist/bitmaps/
Stipple revision 7515ee80
1
#define Stipple_width 2
2
#define Stipple_height 2
3
static char Stipple_bits[] = {
4
0x01, 0x00};
5