Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dascii.c167 int GKTextWidth(XFontStruct *F,const char *ps,int l) in GKTextWidth() function
209 x_w = GKTextWidth(F,S,strlen(S)); in PosDrawString()
223 x_w = GKTextWidth(F,S,strlen(S)); in PosDrawString()
H A Dscope.c248 width = GKTextWidth(TkGate.stextXF[1],V->v_hexValue,strlen(V->v_hexValue)); in GTrace_drawTransValue()
632 …while ((w = GKTextWidth(TkGate.textXF[1],T->t_visName,strlen(T->t_visName))) > ScopeLEFTMARGIN-10)… in GTrace_draw()
1013 text_w = GKTextWidth(TkGate.textXF[1],buf,strlen(buf))/2; in GScope_drawScale()
1021 text_w = GKTextWidth(TkGate.textXF[1],units_s,strlen(units_s)); in GScope_drawScale()
1246 S->hash_width = GKTextWidth(TkGate.stextXF[1],"#",1); in new_GScope()
H A Digenerate.c513 int w = GKTextWidth(TkGate.stextbXF[1],name,strlen(name)); in getSideLabelSizes()
1088 labelWidth = GKTextWidth(TkGate.textbXF[1],M->m_name,strlen(M->m_name)); in igen_generate_build()
1103 w = GKTextWidth(TkGate.stextbXF[1],igp->igp_name,strlen(igp->igp_name)); in igen_generate_build()
H A Dtkgate.h530 int GKTextWidth(XFontStruct *F,const char *S,int l);
H A Dnet.c768 … n->n_labelWidth = GKTextWidth(TkGate.stextbXF[TkGate.circuit->zoom_factor],label,strlen(label)); in GNet_getLabelWidth()