Searched refs:bboxGC (Results 1 – 2 of 2) sorted by relevance
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/ |
H A D | search-internal.c | 206 static GC bboxGC = 0; in draw_bboxes() local 209 if (bboxGC != 0 && highlight_inverted_bak != resource.match_highlight_inverted) { in draw_bboxes() 210 XFreeGC(DISP, bboxGC); in draw_bboxes() 211 bboxGC = 0; in draw_bboxes() 222 if (bboxGC == 0) { in draw_bboxes() 236 bboxGC = XCreateGC(DISP, XtWindow(globals.widgets.top_level), valuemask, &values); in draw_bboxes() 239 else if (bboxGC == 0) { in draw_bboxes() 246 bboxGC = XCreateGC(DISP, XtWindow(globals.widgets.top_level), in draw_bboxes() 268 XFillRectangle(DISP, mane.win, bboxGC, x, y, w, h); in draw_bboxes() 292 XDrawLines(DISP, mane.win, bboxGC, points, 5, CoordModePrevious); in draw_bboxes()
|
H A D | events.c | 3302 static GC bboxGC = 0; in text_change_region() local 3305 if (bboxGC == 0) { in text_change_region() 3321 bboxGC = XCreateGC(DISP, XtWindow(globals.widgets.top_level), valuemask, &values); in text_change_region() 3373 XSetRegion(DISP, bboxGC, redraw_region); in text_change_region() 3380 XFillRectangle(DISP, mane.win, bboxGC, clip.x, clip.y, clip.width, clip.height); in text_change_region() 3383 XFillRectangle(DISP, mane.win, bboxGC, redraw.x, redraw.y, redraw.width, redraw.height); in text_change_region()
|