Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqtdraw.cpp351 int size = truefontsize(font, win, tech); in gra_gettextfont()
H A Dgraphpccode.cpp2936 size = truefontsize(font, win, tech); in gra_gettextfont()
H A DgraphmacX.c3494 size = truefontsize(size, win, tech); in screensettextinfo()
H A Dgraphmac.c3623 size = truefontsize(size, win, tech); in screensettextinfo()
H A Dgraphunixx11.c4814 size = truefontsize(size, win, tech); in screensettextinfo()
/dports/cad/electric/electric-7.00/src/io/
H A Diohpglout.c367 size = truefontsize(TDGETSIZE(poly->textdescript), win, tech); in io_hppoly()
H A Dioquickdraw.c678 size = truefontsize(TDGETSIZE(poly->textdescript), io_plotwindow, tech); in io_plotpoly()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c1901 size = truefontsize(size, w, poly->tech); in us_drawnodeinst()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1869 INTBIG truefontsize(INTBIG font, WINDOWPART *window, TECHNOLOGY *tech);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1964 INTBIG truefontsize(INTBIG font, WINDOWPART *w, TECHNOLOGY *tech) in truefontsize() function
/dports/cad/electric/electric-7.00/
H A DChangeLog764 FIX: In "dbtext.c:truefontsize()", use current technology if none provided in parameters.