Home
last modified time | relevance | path

Searched refs:stippleGC (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/fricas/fricas-1.3.7/src/lib/
H A DXSpadFill.c67 static GC stippleGC, solidGC; variable
99 XSetArcMode(dsply, stippleGC, ArcPieSlice); in XInitSpadFill()
138 XInitDither(dsply, scr, stippleGC, black, white); in XInitSpadFill()
170 XSetArcMode(dsply, stippleGC, mode); in XSpadFillSetArcMode()
195 XChangeDither(dsply, stippleGC, dither); in SpadFillGC()
198 XSetForeground(dsply, stippleGC, black); in SpadFillGC()
199 XSetBackground(dsply, stippleGC, spadColors[color]); in SpadFillGC()
203 XSetForeground(dsply, stippleGC, spadColors[color]); in SpadFillGC()
204 XSetBackground(dsply, stippleGC, white); in SpadFillGC()
208 XSetForeground(dsply, stippleGC, spadColors[color]); in SpadFillGC()
[all …]
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dscrollbar-next.C194 stippleGC = XCreateGC (term->dpy, win, in init_next()
262 XFillRectangle (term->dpy, win, stippleGC, in show_next()
270 XFillRectangle (term->dpy, win, stippleGC, in show_next()
275 XFillRectangle (term->dpy, win, stippleGC, in show_next()
H A Dscrollbar.C222 if (stippleGC) XFreeGC (term->dpy, stippleGC); in destroy()
H A Dscrollbar.h128 stippleGC; member
/dports/x11/xvt/xvt-3.0.1/src/
H A Dscrollbar-next.c187 r->h->stippleGC = XCreateGC(r->Xdisplay, r->scrollBar.win, in xvt_init_scrollbar_stuff()
243 XFillRectangle(r->Xdisplay, r->scrollBar.win, r->h->stippleGC, in xvt_scrollbar_show_next()
248 XFillRectangle(r->Xdisplay, r->scrollBar.win, r->h->stippleGC, in xvt_scrollbar_show_next()
252 XFillRectangle(r->Xdisplay, r->scrollBar.win, r->h->stippleGC, in xvt_scrollbar_show_next()
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Dscrollbar-next.c187 r->h->stippleGC = XCreateGC(r->Xdisplay, r->scrollBar.win, in rxvt_init_scrollbar_stuff()
243 XFillRectangle(r->Xdisplay, r->scrollBar.win, r->h->stippleGC, in rxvt_scrollbar_show_next()
248 XFillRectangle(r->Xdisplay, r->scrollBar.win, r->h->stippleGC, in rxvt_scrollbar_show_next()
252 XFillRectangle(r->Xdisplay, r->scrollBar.win, r->h->stippleGC, in rxvt_scrollbar_show_next()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkMenubutton.c286 mbPtr->stippleGC = NULL; in Tk_MenubuttonObjCmd()
455 if (mbPtr->stippleGC != NULL) { in DestroyMenuButton()
456 Tk_FreeGC(mbPtr->display, mbPtr->stippleGC); in DestroyMenuButton()
713 if (mbPtr->stippleGC == NULL) { in TkMenuButtonWorldChanged()
724 mbPtr->stippleGC = Tk_GetGC(mbPtr->tkwin, mask, &gcValues); in TkMenuButtonWorldChanged()
H A DtkMenubutton.h118 GC stippleGC; /* Used to produce disabled stipple effect for member
H A DtkButton.h163 GC stippleGC; /* Used to produce disabled stipple effect for member
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkMenubutton.c285 mbPtr->stippleGC = NULL; in Tk_MenubuttonObjCmd()
454 if (mbPtr->stippleGC != NULL) { in DestroyMenuButton()
455 Tk_FreeGC(mbPtr->display, mbPtr->stippleGC); in DestroyMenuButton()
712 if (mbPtr->stippleGC == NULL) { in TkMenuButtonWorldChanged()
723 mbPtr->stippleGC = Tk_GetGC(mbPtr->tkwin, mask, &gcValues); in TkMenuButtonWorldChanged()
H A DtkMenubutton.h118 GC stippleGC; /* Used to produce disabled stipple effect for member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkMenubutton.c274 mbPtr->stippleGC = None; in Tk_MenubuttonObjCmd()
445 if (mbPtr->stippleGC != None) { in DestroyMenuButton()
446 Tk_FreeGC(mbPtr->display, mbPtr->stippleGC); in DestroyMenuButton()
706 if (mbPtr->stippleGC == None) { in TkMenuButtonWorldChanged()
717 mbPtr->stippleGC = Tk_GetGC(mbPtr->tkwin, mask, &gcValues); in TkMenuButtonWorldChanged()
H A DtkMenubutton.h123 GC stippleGC; /* Used to produce disabled stipple effect for member
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkMenubutton.c281 mbPtr->stippleGC = None;
457 if (mbPtr->stippleGC != None) {
458 Tk_FreeGC(mbPtr->display, mbPtr->stippleGC);
727 if (mbPtr->stippleGC == None) {
738 mbPtr->stippleGC = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
H A DtkMenubutton.h129 GC stippleGC; /* Used to produce disabled stipple effect member
H A DtkButton.h164 GC stippleGC; /* Used to produce disabled stipple effect member
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dscrollbar.c39 static GC stippleGC = None; variable
423 stippleGC = XCreateGC(Xdisplay, scrollBar.win, GCForeground|GCBackground in init_stuff()
533 XFillRectangle( Xdisplay, buffer, stippleGC, in scrollbar_fill_back()
539 XFillRectangle(Xdisplay, buffer, stippleGC, in scrollbar_fill_back()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dscrollbar.c39 static GC stippleGC = None; variable
423 stippleGC = XCreateGC(Xdisplay, scrollBar.win, GCForeground|GCBackground in init_stuff()
533 XFillRectangle( Xdisplay, buffer, stippleGC, in scrollbar_fill_back()
539 XFillRectangle(Xdisplay, buffer, stippleGC, in scrollbar_fill_back()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dscrollbar2.c44 static GC stippleGC = None; variable
453 stippleGC = XCreateGC(Xdisplay, scrollBar.win, in init_stuff()
594 XFillRectangle(Xdisplay, buffer, stippleGC, in scrollbar_fill_back()
602 XFillRectangle(Xdisplay, buffer, stippleGC, in scrollbar_fill_back()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixButton.c440 XSetForeground(butPtr->display, butPtr->stippleGC,
448 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, 0, 0,
451 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC,
457 XSetForeground(butPtr->display, butPtr->stippleGC,
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dwscroller.c383 …XFillRectangle(scr->display, d, scr->stippleGC, 2, 2, view->size.width - 4, view->size.height - 4); in paintScroller()
399 XFillRectangle(scr->display, d, scr->stippleGC, ofs, 2, (int)knobP, view->size.height - 4); in paintScroller()
416 XFillRectangle(scr->display, d, scr->stippleGC, in paintScroller()
422 XFillRectangle(scr->display, d, scr->stippleGC, in paintScroller()
440 XFillRectangle(scr->display, d, scr->stippleGC, in paintScroller()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dwscroller.c383 …XFillRectangle(scr->display, d, scr->stippleGC, 2, 2, view->size.width - 4, view->size.height - 4); in paintScroller()
399 XFillRectangle(scr->display, d, scr->stippleGC, ofs, 2, (int)knobP, view->size.height - 4); in paintScroller()
416 XFillRectangle(scr->display, d, scr->stippleGC, in paintScroller()
422 XFillRectangle(scr->display, d, scr->stippleGC, in paintScroller()
440 XFillRectangle(scr->display, d, scr->stippleGC, in paintScroller()
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixButton.c731 XSetForeground(butPtr->display, butPtr->stippleGC, in TkpDisplayButton()
741 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, 0, 0, in TkpDisplayButton()
744 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, in TkpDisplayButton()
750 XSetForeground(butPtr->display, butPtr->stippleGC, in TkpDisplayButton()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixButton.c731 XSetForeground(butPtr->display, butPtr->stippleGC, in TkpDisplayButton()
741 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, 0, 0, in TkpDisplayButton()
744 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, in TkpDisplayButton()
750 XSetForeground(butPtr->display, butPtr->stippleGC, in TkpDisplayButton()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixButton.c723 XSetForeground(butPtr->display, butPtr->stippleGC, in TkpDisplayButton()
733 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, 0, 0, in TkpDisplayButton()
736 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, in TkpDisplayButton()
742 XSetForeground(butPtr->display, butPtr->stippleGC, in TkpDisplayButton()

123