Searched refs:draw_solid_rectangle (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.h | 93 extern void draw_solid_rectangle(Graphic */* graphic */, int /* x1 */, int /* y1 */, int /* x2 */, int /* y2 */, unsigned /* color */); 119 #define draw_solid_rectangle(graphic, x1, y1, x2, y2, color) /* nothing */ macro
|
| H A D | graphics.c | 292 draw_solid_rectangle(Graphic *graphic, int x1, int y1, int x2, int y2, unsigned color) function in typeref:typename:void
|
| H A D | graphics_regis.c | 279 draw_solid_rectangle((C)->destination_graphic, 0, 0, (C)->width, (C)->height, (COL)) 4715 draw_solid_rectangle(context->display_graphic, 0, 0,
|
Completed in 16 milliseconds