Home
last modified time | relevance | path

Searched refs:JXDrawRectangle (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Doutline.c30 JXDrawRectangle(display, rootWindow, outlineGC, x, y, width, height); in DrawOutline()
41 JXDrawRectangle(display, rootWindow, outlineGC, in ClearOutline()
H A Dstatus.c128 JXDrawRectangle(display, statusWindow, rootGC, 0, 0, in DrawMoveResizeWindow()
H A Dbutton.c136 JXDrawRectangle(display, drawable, gc, x, y, width - 1, height - 1); in DrawButton()
H A Dpopup.c192 JXDrawRectangle(display, popup.pmap, rootGC, 0, 0, in ShowPopup()
H A Dborder.c1269 JXDrawRectangle(display, d, gc, x, y, width, height); in DrawRoundedRectangle()
1314 JXDrawRectangle(display, d, gc, x, y, width, height); in DrawRoundedRectangle()
1320 JXDrawRectangle(display, d, gc, x, y, width, height); in DrawRoundedRectangle()
H A Dpager.c675 JXDrawRectangle(display, pp->cp->pixmap, rootGC, x, y, width, height); in DrawPagerClient()
H A Dtray.c785 JXDrawRectangle(display, tp->window, rootGC, 0, 0, in DrawSpecificTray()
H A Dmenu.c615 JXDrawRectangle(display, menu->pixmap, rootGC, in DrawMenu()
H A Djxlib.h143 #define JXDrawRectangle( a, b, c, d, e, f, g ) \ macro