Searched refs:DrawSquare (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A DGraphics.c117 #define DrawSquare(BW, x, y)\ macro
125 DrawSquare(BitmapWidget BW, Position x, Position y)
135 {InvertBit(BW->bitmap.image, x, y); DrawSquare(BW, x, y);}
262 if (GetBit(BW->bitmap.image, x, y)) DrawSquare(BW, x, y);
841 DrawSquare(BW, x, y);
860 DrawSquare(BW, x, y);
1482 DrawSquare(BW, x, y);

Completed in 4 milliseconds