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

/xsrc/external/mit/xterm/dist/
H A Dgraphics.h93 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 Dgraphics.c292 draw_solid_rectangle(Graphic *graphic, int x1, int y1, int x2, int y2, unsigned color) function in typeref:typename:void
H A Dgraphics_regis.c279 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