Lines Matching refs:text_gc

604     XSetGraphicsExposures(gui.dpy, gui.text_gc,  in gui_x11_visibility_cb()
1324 gui.text_gc = XtGetGC(vimShell, gc_mask, &gc_vals); in gui_mch_init()
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()
2308 XSetForeground(gui.dpy, gui.text_gc, prev_sp_color); in draw_curl()
2312 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, i, in draw_curl()
2315 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in draw_curl()
2394 XSetClipRectangles(gui.dpy, gui.text_gc, FILL_X(col), FILL_Y(row), in gui_mch_draw_string()
2402 XDrawString16(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col), in gui_mch_draw_string()
2405 XDrawString(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col), in gui_mch_draw_string()
2414 XSetForeground(gui.dpy, gui.text_gc, prev_bg_color); in gui_mch_draw_string()
2415 XFillRectangle(gui.dpy, gui.wid, gui.text_gc, FILL_X(col), in gui_mch_draw_string()
2417 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in gui_mch_draw_string()
2420 XDrawString16(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col), in gui_mch_draw_string()
2423 XDrawString(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col), in gui_mch_draw_string()
2430 XDrawImageString16(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col), in gui_mch_draw_string()
2433 XDrawImageString(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col), in gui_mch_draw_string()
2441 XDrawString16(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col) + 1, in gui_mch_draw_string()
2444 XDrawString(gui.dpy, gui.wid, gui.text_gc, TEXT_X(col) + 1, in gui_mch_draw_string()
2461 XDrawLine(gui.dpy, gui.wid, gui.text_gc, FILL_X(col), in gui_mch_draw_string()
2469 XSetForeground(gui.dpy, gui.text_gc, prev_sp_color); in gui_mch_draw_string()
2470 XDrawLine(gui.dpy, gui.wid, gui.text_gc, FILL_X(col), in gui_mch_draw_string()
2472 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()
2572 XDrawRectangle(gui.dpy, gui.wid, gui.text_gc, FILL_X(gui.col), in gui_mch_draw_hollow_cursor()
2585 XFillRectangle(gui.dpy, gui.wid, gui.text_gc, in gui_mch_draw_part_cursor()
2763 XCopyArea(gui.dpy, gui.wid, gui.wid, gui.text_gc, in gui_mch_delete_lines()
2788 XCopyArea(gui.dpy, gui.wid, gui.wid, gui.text_gc, in gui_mch_insert_lines()
3191 XPutImage(gui.dpy, gui.wid, gui.text_gc, sign, 0, 0, in gui_mch_drawsign()