Home
last modified time | relevance | path

Searched refs:gc_bottom (Results 1 – 11 of 11) sorted by relevance

/dports/chinese/eterm/Eterm-0.9.6/src/
H A Ddraw.c47 XDrawLine(Xdisplay, d, gc_bottom, w, h, w, y); in draw_shadow()
48 XDrawLine(Xdisplay, d, gc_bottom, w, h, x, h); in draw_shadow()
55 static GC gc_top = (GC) 0, gc_bottom = (GC) 0; in draw_shadow_from_colors() local
59 gc_bottom = LIBAST_X_CREATE_GC(0, NULL); in draw_shadow_from_colors()
63 XSetForeground(Xdisplay, gc_bottom, bottom); in draw_shadow_from_colors()
64 draw_shadow(d, gc_top, gc_bottom, x, y, w, h, shadow); in draw_shadow_from_colors()
110 static GC gc_top = (GC) 0, gc_bottom = (GC) 0; in draw_arrow_from_colors() local
114 gc_bottom = LIBAST_X_CREATE_GC(0, NULL); in draw_arrow_from_colors()
118 XSetForeground(Xdisplay, gc_bottom, bottom); in draw_arrow_from_colors()
119 draw_arrow(d, gc_top, gc_bottom, x, y, w, shadow, type); in draw_arrow_from_colors()
[all …]
H A Ddraw.h53 extern void draw_shadow(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int h, int shadow…
55 extern void draw_arrow(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int shadow, unsign…
57 extern void draw_box(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int h);
H A Dscrollbar.c69 static GC gc_top, gc_bottom; variable
398 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_up].current->bg, "")); in scrollbar_draw_uparrow()
404 …draw_uparrow_raised(scrollbar.up_win, gc_top, gc_bottom, 0, 0, scrollbar_arrow_width() - 1, scroll… in scrollbar_draw_uparrow()
468 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_down].current->bg, "")); in scrollbar_draw_downarrow()
563 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_sa].current->bg, "")); in scrollbar_draw_anchor()
565 …draw_shadow(scrollbar.sa_win, gc_bottom, gc_top, 0, 0, scrollbar_anchor_width(), scrollbar_anchor_… in scrollbar_draw_anchor()
568 …draw_shadow(scrollbar.sa_win, gc_top, gc_bottom, 0, 0, scrollbar_anchor_width(), scrollbar_anchor_… in scrollbar_draw_anchor()
675 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_sb].current->bg, "")); in scrollbar_draw_trough()
676 …draw_shadow(scrollbar.win, gc_bottom, gc_top, 0, 0, scrollbar_trough_width(), scrollbar_trough_hei… in scrollbar_draw_trough()
946 gc_bottom = LIBAST_X_CREATE_GC(GCForeground, &gcvalue); in scrollbar_drawing_init()
[all …]
/dports/x11/eterm/Eterm-0.9.6/src/
H A Ddraw.c47 XDrawLine(Xdisplay, d, gc_bottom, w, h, w, y); in draw_shadow()
48 XDrawLine(Xdisplay, d, gc_bottom, w, h, x, h); in draw_shadow()
55 static GC gc_top = (GC) 0, gc_bottom = (GC) 0; in draw_shadow_from_colors() local
59 gc_bottom = LIBAST_X_CREATE_GC(0, NULL); in draw_shadow_from_colors()
63 XSetForeground(Xdisplay, gc_bottom, bottom); in draw_shadow_from_colors()
64 draw_shadow(d, gc_top, gc_bottom, x, y, w, h, shadow); in draw_shadow_from_colors()
110 static GC gc_top = (GC) 0, gc_bottom = (GC) 0; in draw_arrow_from_colors() local
114 gc_bottom = LIBAST_X_CREATE_GC(0, NULL); in draw_arrow_from_colors()
118 XSetForeground(Xdisplay, gc_bottom, bottom); in draw_arrow_from_colors()
119 draw_arrow(d, gc_top, gc_bottom, x, y, w, shadow, type); in draw_arrow_from_colors()
[all …]
H A Ddraw.h53 extern void draw_shadow(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int h, int shadow…
55 extern void draw_arrow(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int shadow, unsign…
57 extern void draw_box(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int h);
H A Dscrollbar.c69 static GC gc_top, gc_bottom; variable
398 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_up].current->bg, "")); in scrollbar_draw_uparrow()
404 …draw_uparrow_raised(scrollbar.up_win, gc_top, gc_bottom, 0, 0, scrollbar_arrow_width() - 1, scroll… in scrollbar_draw_uparrow()
468 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_down].current->bg, "")); in scrollbar_draw_downarrow()
563 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_sa].current->bg, "")); in scrollbar_draw_anchor()
565 …draw_shadow(scrollbar.sa_win, gc_bottom, gc_top, 0, 0, scrollbar_anchor_width(), scrollbar_anchor_… in scrollbar_draw_anchor()
568 …draw_shadow(scrollbar.sa_win, gc_top, gc_bottom, 0, 0, scrollbar_anchor_width(), scrollbar_anchor_… in scrollbar_draw_anchor()
675 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_sb].current->bg, "")); in scrollbar_draw_trough()
676 …draw_shadow(scrollbar.win, gc_bottom, gc_top, 0, 0, scrollbar_trough_width(), scrollbar_trough_hei… in scrollbar_draw_trough()
946 gc_bottom = LIBAST_X_CREATE_GC(GCForeground, &gcvalue); in scrollbar_drawing_init()
[all …]
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Ddraw.c47 XDrawLine(Xdisplay, d, gc_bottom, w, h, w, y); in draw_shadow()
48 XDrawLine(Xdisplay, d, gc_bottom, w, h, x, h); in draw_shadow()
55 static GC gc_top = (GC) 0, gc_bottom = (GC) 0; in draw_shadow_from_colors() local
59 gc_bottom = LIBAST_X_CREATE_GC(0, NULL); in draw_shadow_from_colors()
63 XSetForeground(Xdisplay, gc_bottom, bottom); in draw_shadow_from_colors()
64 draw_shadow(d, gc_top, gc_bottom, x, y, w, h, shadow); in draw_shadow_from_colors()
110 static GC gc_top = (GC) 0, gc_bottom = (GC) 0; in draw_arrow_from_colors() local
114 gc_bottom = LIBAST_X_CREATE_GC(0, NULL); in draw_arrow_from_colors()
118 XSetForeground(Xdisplay, gc_bottom, bottom); in draw_arrow_from_colors()
119 draw_arrow(d, gc_top, gc_bottom, x, y, w, shadow, type); in draw_arrow_from_colors()
[all …]
H A Ddraw.h53 extern void draw_shadow(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int h, int shadow…
55 extern void draw_arrow(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int shadow, unsign…
57 extern void draw_box(Drawable d, GC gc_top, GC gc_bottom, int x, int y, int w, int h);
H A Dscrollbar.c69 static GC gc_top, gc_bottom; variable
398 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_up].current->bg, "")); in scrollbar_draw_uparrow()
404 …draw_uparrow_raised(scrollbar.up_win, gc_top, gc_bottom, 0, 0, scrollbar_arrow_width() - 1, scroll… in scrollbar_draw_uparrow()
468 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_down].current->bg, "")); in scrollbar_draw_downarrow()
563 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_sa].current->bg, "")); in scrollbar_draw_anchor()
565 …draw_shadow(scrollbar.sa_win, gc_bottom, gc_top, 0, 0, scrollbar_anchor_width(), scrollbar_anchor_… in scrollbar_draw_anchor()
568 …draw_shadow(scrollbar.sa_win, gc_top, gc_bottom, 0, 0, scrollbar_anchor_width(), scrollbar_anchor_… in scrollbar_draw_anchor()
675 … XSetForeground(Xdisplay, gc_bottom, get_bottom_shadow_color(images[image_sb].current->bg, "")); in scrollbar_draw_trough()
676 …draw_shadow(scrollbar.win, gc_bottom, gc_top, 0, 0, scrollbar_trough_width(), scrollbar_trough_hei… in scrollbar_draw_trough()
946 gc_bottom = LIBAST_X_CREATE_GC(GCForeground, &gcvalue); in scrollbar_drawing_init()
[all …]
/dports/audio/din/din-52/src/
H A Dmenu.h885 get_fixed_color gc_top, gc_bottom; member
H A Dmenu.cc69 gc_bottom(1) in menu()
1367 colorer.schemes[1]=&gc_bottom; in setup_items()