Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dedit.c48 ZDrawLine(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(x1), ctow_y(y1), ctow_x(x2), ctow_y(y2)); in line()
59 ZDrawRectangle(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(x),ctow_y(y),w,h); in box()
84 …Icon_draw(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(TkGate.ed->mark_x),ctow_y(TkGate.ed->mark_y),Mark… in mark_draw()
322 …ZDrawLine(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(TkGate.ed->sx),ctow_y(TkGate.ed->sy),ctow_x(TkGat… in setrubberband()
332 …ZDrawLine(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(TkGate.ed->sx),ctow_y(TkGate.ed->sy),ctow_x(TkGat… in moverubberband()
333 …ZDrawLine(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(TkGate.ed->sx),ctow_y(TkGate.ed->sy),ctow_x(TkGat… in moverubberband()
357 ZDrawRectangle(TkGate.D,TkGate.W,TkGate.toolGC,x,y,width,height); in setRubberBox()
393 ZDrawRectangle(TkGate.D,TkGate.W,TkGate.toolGC,x,y,width,height); in moveRubberBox()
394 ZDrawRectangle(TkGate.D,TkGate.W,TkGate.toolGC,lx,ly,lwidth,lheight); in moveRubberBox()
H A Dgates.c460 Icon_draw(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(x),ctow_y(y),REPCOUNTMARK); in displayRepCount()
463 dce_DrawString(TkGate.toolGC,x+10,y,BetweenTopAndBottom|AtLeft,ns); in displayRepCount()
472 …ZDrawLine(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(TkGate.ed->sx),ctow_y(TkGate.ed->sy),ctow_x(TkGat… in gate_doReplication()
H A Dtkgate.h348 GC toolGC; /* GC for TkGate tools, etc. */ member
H A Deditstate.c597 XSetClipRectangles(TkGate.D,TkGate.toolGC,0,0,&cr,1,YXSorted); in editstate_update()
643 XSetClipMask(TkGate.D,TkGate.toolGC,None); in editstate_update()
H A Dsimulate.c450 Icon_draw(TkGate.D,TkGate.W,TkGate.toolGC,ctow_x(P->x),ctow_y(P->y),probe_icon); in GSimProbe_draw()
451 dce_DrawString(TkGate.toolGC,P->x+20,P->y-20,BetweenTopAndBottom|AtLeft,P->name); in GSimProbe_draw()
H A Dtkgatewin.c357 Tkg_setColor(TkGate.toolGC, GXxor, Tcl_GetVar(TkGate.tcl,"tkg_toolColor",TCL_GLOBAL_ONLY)); in setGCcolors()
413 TkGate.toolGC = Tkg_createGC(GXxor,"black",TkGate.textXF[1]); in initGCs()
H A Dtclfuncs.c2541 XSetFont(TkGate.D, TkGate.toolGC, TkGate.textXF[zoom]->fid); in gat_zoom()