Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate.h349 GC cpathGC; /* GC for critical path */ member
H A Deditstate.c598 XSetClipRectangles(TkGate.D,TkGate.cpathGC,0,0,&cr,1,YXSorted); in editstate_update()
644 XSetClipMask(TkGate.D,TkGate.cpathGC,None); in editstate_update()
H A Dcpath.c540 Icon_draw(TkGate.D,TkGate.W,TkGate.cpathGC,x+x_off,y+y_off,SIZEHASH); in cpath_draw()
H A Dtkgatewin.c358 Tkg_setColor(TkGate.cpathGC, GXxor, Tcl_GetVar(TkGate.tcl,"tkg_cpathColor",TCL_GLOBAL_ONLY)); in setGCcolors()
414 TkGate.cpathGC = Tkg_createGC(GXxor,"red",TkGate.textXF[1]); in initGCs()
H A Dtclfuncs.c2542 XSetFont(TkGate.D, TkGate.cpathGC, TkGate.textXF[zoom]->fid); in gat_zoom()