Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Ddecoder.c341 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
344 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
349 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
352 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
357 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
360 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
365 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
368 dce_DrawString(TkGate.instGC, in Decoder_Draw_Special()
H A Ddemux.c352 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
355 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
360 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
363 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
368 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
371 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
376 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
379 dce_DrawString(TkGate.instGC, in Demux_Draw_Special()
H A Dmux.c379 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
382 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
387 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
390 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
395 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
398 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
403 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
406 dce_DrawString(TkGate.instGC, in Mux_Draw_Special()
H A Dwiresdraw.c141 dce_DrawString(gc,x,y,p,label); in GWireNode_displayLabel()
195 dce_DrawString(TkGate.busGC,x+8+TKGATE_BUSW_VERT,y,AtLeft|BetweenTopAndBottom,ns); in GWireNode_displaySize()
198 dce_DrawString(TkGate.busGC,x,y-3+TKGATE_BUSW_HORZ,BetweenLeftAndRight|AtBottom,ns); in GWireNode_displaySize()
H A Ddip.c169 dce_DrawString(TkGate.instGC,g->xpos+vox,g->ypos+voy, in Dip_Draw()
H A Dascii.c243 int dce_DrawString(GC gc,int x,int y,int p,const char *s) in dce_DrawString() function
H A Dled.c463 dce_DrawString(TkGate.instGC,x,y,CT,ename); in led_drawname()
619 dce_DrawString(TkGate.instGC,x+w/2+5,y+40,LJ,seg_type); in Led_Draw_7segs()
H A Dtkgate.h526 int dce_DrawString(GC gc,int x,int y,int p,const char *s);
H A Dcircuit.c482 dce_DrawString(gc,x + gl->ox,y + gl->oy,gl->position,gl->label); in GrabbedLabel_draw()
H A Dgates.c396 dce_DrawString(TkGate.instGC,x + g->typeinfo->lpos[o].x, in gate_drawgatename()
463 dce_DrawString(TkGate.toolGC,x+10,y,BetweenTopAndBottom|AtLeft,ns); in displayRepCount()
H A Dtap.c335 dce_DrawString(TkGate.instGC,x + g->typeinfo->lpos[o].x, in Tap_Draw()
H A Dconcat.c377 dce_DrawString(TkGate.instGC,x,y,jBitLab[g->orient],buf); in Concat_Draw()
H A Dblock.c567 dce_DrawString(TkGate.moduleGC,g->xpos + (g->u.block.gwidth / 2), in Block_Draw()
578 dce_DrawString(TkGate.moduleGC,g->xpos + (g->u.block.gwidth / 2), in Block_Draw()
H A Dsimulate.c451 dce_DrawString(TkGate.toolGC,P->x+20,P->y-20,BetweenTopAndBottom|AtLeft,P->name); in GSimProbe_draw()