Home
last modified time | relevance | path

Searched refs:text_gc (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c604 XSetGraphicsExposures(gui.dpy, gui.text_gc, in gui_x11_visibility_cb()
1510 if (gui.text_gc != NULL) in gui_mch_new_colors()
1511 XChangeGC(gui.dpy, gui.text_gc, gc_mask, &gc_vals); in gui_mch_new_colors()
1996 XSetFont(gui.dpy, gui.text_gc, fid); in gui_mch_set_font()
2257 XSetForeground(gui.dpy, gui.text_gc, (Pixel)color); in gui_mch_set_fg_color()
2270 XSetBackground(gui.dpy, gui.text_gc, (Pixel)color); in gui_mch_set_bg_color()
2312 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, i, in draw_curl()
2414 XSetForeground(gui.dpy, gui.text_gc, prev_bg_color); in gui_mch_draw_string()
2417 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in gui_mch_draw_string()
2477 XSetClipMask(gui.dpy, gui.text_gc, None); in gui_mch_draw_string()
[all …]
H A Dgui_gtk_x11.c610 if (gui.text_gc != NULL) in visibility_event()
611 gdk_gc_set_exposures(gui.text_gc, in visibility_event()
2676 g_object_unref(gui.text_gc); in drawarea_unrealize_cb()
2677 gui.text_gc = NULL; in drawarea_unrealize_cb()
5354 gdk_gc_set_foreground(gui.text_gc, gui.bgcolor); in draw_glyph_string()
5357 gui.text_gc, in draw_glyph_string()
5376 gui.text_gc, in draw_glyph_string()
5395 gui.text_gc, in draw_glyph_string()
5701 gdk_gc_set_clip_origin(gui.text_gc, 0, 0); in gui_gtk2_draw_string_ext()
6405 gdk_gc_set_foreground(gui.text_gc, &color); in gui_mch_clear_block()
[all …]
H A Dnetbeans.c3026 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+2, y++); in netbeans_draw_multisign_indicator()
3028 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+0, y); in netbeans_draw_multisign_indicator()
3029 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+2, y); in netbeans_draw_multisign_indicator()
3072 gdk_draw_point(drawable, gui.text_gc, x+2, y++); in netbeans_draw_multisign_indicator()
3084 gdk_draw_point(drawable, gui.text_gc, x+0, y); in netbeans_draw_multisign_indicator()
3085 gdk_draw_point(drawable, gui.text_gc, x+2, y); in netbeans_draw_multisign_indicator()
3086 gdk_draw_point(drawable, gui.text_gc, x+4, y++); in netbeans_draw_multisign_indicator()
3087 gdk_draw_point(drawable, gui.text_gc, x+1, y); in netbeans_draw_multisign_indicator()
3088 gdk_draw_point(drawable, gui.text_gc, x+2, y); in netbeans_draw_multisign_indicator()
3089 gdk_draw_point(drawable, gui.text_gc, x+3, y++); in netbeans_draw_multisign_indicator()
[all …]
H A Dgui.h345 GC text_gc; member
397 GdkGC *text_gc; // cached GC for normal text member