Home
last modified time | relevance | path

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

123

/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dcursor-transparent.pl169 my $cursor_gc = $X->new_rsrc;
170 $X->CreateGC ($cursor_gc, $cursor_pixmap);
172 $X->ChangeGC ($cursor_gc, foreground => 0xFF0000);
173 $X->PolyFillRectangle ($cursor_pixmap, $cursor_gc,
175 $X->ChangeGC ($cursor_gc, foreground => 0x00FF00);
176 $X->PolyFillRectangle ($cursor_pixmap, $cursor_gc,
/dports/x11/p5-X11-Protocol/X11-Protocol-0.56/eg/
H A Dfull_test.pl394 $cursor_gc = $x->new_rsrc;
395 $x->send('CreateGC', $cursor_gc, $fg_pm, 'line_width' => 2,'foreground' => 0);
396 $x->send('PolyFillRectangle', $fg_pm, $cursor_gc, [(0, 0), 16, 16]);
397 $x->send('PolyFillRectangle', $mask_pm, $cursor_gc, [(0, 0), 16, 16]);
398 $x->send('ChangeGC', $cursor_gc, 'foreground' => 1);
399 $x->send('PolyArc', $mask_pm, $cursor_gc, [1, 1, 13, 13, 0, 360*64]);
400 $x->send('ChangeGC', $cursor_gc, 'line_style' => 'OnOffDash');
401 $x->send('PolyArc', $fg_pm, $cursor_gc, [1, 1, 13, 13, 0, 360*64]);
408 $x->send('FreeGC', $cursor_gc);
/dports/x11/xkeycaps/xkeycaps-2.46/
H A DKeyWidget.c166 w->key.cursor_gc = XtGetGC (gw, (unsigned) GCFont|GCForeground, &gcvalues);
257 GC cursor_gc = w->key.cursor_gc; local
265 GC k1_gc = cursor_gc;
266 GC k2_gc = cursor_gc;
267 GC k3_gc = cursor_gc;
H A DKeyWidgetP.h41 GC keycap_gc, keycode_gc, cursor_gc; member
/dports/games/glightoff/glightoff-1.0.0/src/
H A Dglightoff.c100 static GdkGC *cursor_gc; in draw_cursor() local
105 if (!cursor_gc) in draw_cursor()
110 cursor_gc = gdk_gc_new (app->draw_area->window); in draw_cursor()
114 gdk_gc_set_foreground (cursor_gc, &color); in draw_cursor()
118 cursor_gc, in draw_cursor()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextdisplay.h100 GdkGC *cursor_gc,
H A Dgtktextdisplay.c660 GdkGC *cursor_gc; in render_para() local
664 cursor_gc = _gtk_widget_get_cursor_gc (text_renderer->widget); in render_para()
671 gdk_gc_set_clip_rectangle (cursor_gc, &cursor_rect); in render_para()
674 cursor_gc, in render_para()
681 gdk_gc_set_clip_region (cursor_gc, NULL); in render_para()
751 GdkGC *cursor_gc, in gtk_text_layout_draw() argument
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwRichtextP.h67 GC cursor_gc; member
H A DMwTableP.h69 GC cursor_gc; member
H A DMwTable.c830 tw->table.cursor_gc = get_gc(w, tw->table.black^tw->table.white, 0); in Realize()
831 XSetFunction(XtDisplay(w), tw->table.cursor_gc, GXxor); in Realize()
832 XSetLineAttributes(XtDisplay(w), tw->table.cursor_gc, in Realize()
850 XFreeGC(XtDisplay(w), tw->table.cursor_gc); in Destroy()
905 GC gc = tw->table.cursor_gc; in toggle_cursor()
918 tw->table.cursor_gc, in toggle_cursor()
H A DMwRichtext.c604 rtw->richtext.cursor_gc = get_gc(w, fg^bg, 0, -1); in Realize()
605 XSetFunction(dpy, rtw->richtext.cursor_gc, GXxor); in Realize()
606 XSetLineAttributes(dpy, rtw->richtext.cursor_gc, in Realize()
648 XFreeGC(XtDisplay(w), rtw->richtext.cursor_gc); in Destroy()
993 rtw->richtext.cursor_gc, cur_x, cur_y+zoom*height/4, in toggle_cursor()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dx11.h174 GC cursor_gc; member
224 #define XW_CURSOR_GC(xw) ((xw) -> cursor_gc)
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextdisplay.inc98 cursor_gc - Graphics context to use for cursor
105 …t_draw(layout:PGtkTextLayout; widget:PGtkWidget; drawable:PGdkDrawable; cursor_gc:PGdkGC; x_offset…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextdisplay.inc98 cursor_gc - Graphics context to use for cursor
105 …t_draw(layout:PGtkTextLayout; widget:PGtkWidget; drawable:PGdkDrawable; cursor_gc:PGdkGC; x_offset…
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextOutP.h128 GC cursor_gc; /* 1-bit depth GC for creating the I-beam member
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
697 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
699 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
701 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
702 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dhostx.c523 xcb_gcontext_t cursor_gc; in hostx_init() local
710 cursor_gc = xcb_generate_id(HostX.conn); in hostx_init()
712 xcb_create_gc(HostX.conn, cursor_gc, cursor_pxm, in hostx_init()
714 xcb_poly_fill_rectangle(HostX.conn, cursor_pxm, cursor_gc, 1, &rect); in hostx_init()
715 xcb_free_gc(HostX.conn, cursor_gc); in hostx_init()
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A DXcurse.c109 GC gc, revgc, cursor_gc, cursor_revgc; variable
521 cursor_gc = XCreateGC(dp, wid, (GCFont | GCForeground |
530 XSetLineAttributes(dp, cursor_gc, 1, LineSolid, CapButt, JoinMiter);
1831 XDrawLine(dp, wid, cursor_gc, x, y1, x, (y1 - fontheight));
1838 XDrawLine(dp, wid, cursor_gc, x, y1, x, (y1 - fontheight));

123