Home
last modified time | relevance | path

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

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_util.c1964 GC splash_gc; in splash_screen() local
2060 splash_gc = makegc(PAINT, col.pixel, colbg.pixel); in splash_screen()
2062 XSetForeground(tool_d, splash_gc, col.pixel); in splash_screen()
2077 XCopyArea(tool_d, spl_bckgnd, canvas_win, splash_gc, in splash_screen()
2099 XChangeGC(tool_d, splash_gc, GCClipMask | GCClipXOrigin | GCClipYOrigin, &gcv); in splash_screen()
2105 XCopyPlane(tool_d, letters_pm, canvas_win, splash_gc, in splash_screen()
2118 XSetForeground(tool_d, splash_gc, col.pixel); in splash_screen()
2131 XChangeGC(tool_d, splash_gc, GCForeground, &gcv); in splash_screen()
2132 XCopyPlane(tool_d, letters_pm, canvas_win, splash_gc, in splash_screen()
2149 XFreeGC(tool_d, splash_gc); in splash_screen()