Lines Matching refs:gc_selection_maximum
649 if (!p->gc_selection_maximum) /* window isn't mapped yet */ in preview_draw_selection()
656 …preview_draw_rect(p, p->window->window, p->gc_selection_maximum, p->previous_selection_maximum.coo… in preview_draw_selection()
661 … preview_draw_rect(p, p->window->window, p->gc_selection_maximum, p->selection_maximum.coordinate); in preview_draw_selection()
4005 p->gc_selection_maximum = gdk_gc_new(p->window->window); in preview_expose_event_handler_start()
4006 gdk_gc_set_function(p->gc_selection_maximum, GDK_XOR); in preview_expose_event_handler_start()
4007 …gdk_gc_set_line_attributes(p->gc_selection_maximum, 1, GDK_LINE_ON_OFF_DASH, GDK_CAP_BUTT, GDK_JOI… in preview_expose_event_handler_start()
4013 gdk_gc_set_foreground(p->gc_selection_maximum, &color); in preview_expose_event_handler_start()
4050 p->gc_selection_maximum = gdk_gc_new(p->window->window); in preview_expose_event_handler_end()
4051 gdk_gc_set_function(p->gc_selection_maximum, GDK_XOR); in preview_expose_event_handler_end()
4052 …gdk_gc_set_line_attributes(p->gc_selection_maximum, 1, GDK_LINE_ON_OFF_DASH, GDK_CAP_BUTT, GDK_JOI… in preview_expose_event_handler_end()
4058 gdk_gc_set_foreground(p->gc_selection_maximum, &color); in preview_expose_event_handler_end()
5267 if (p->gc_selection_maximum) in preview_destroy()
5269 gdk_gc_unref(p->gc_selection_maximum); in preview_destroy()