Searched refs:dimRound (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dxterm.h1710 extern int dimRound (double /* value */);
H A Dutil.c3550 int height = dimRound(adds + fontHigh);
3551 int descnt = dimRound(adds / 2.0) + FontDescent(screen);
5781 dimRound(double value) function in typeref:typename:int
H A Dfontutils.c68 #define SetFontHeight(screen,dst,src) (dst)->f_height = dimRound((double)((screen)->scale_height * (float) (src)))

Completed in 21 milliseconds