HomeSort by: relevance | last modified time | path
    Searched refs:dimRound (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
xterm.h 1710 extern int dimRound (double /* value */);
util.c 3550 int height = dimRound(adds + fontHigh);
3551 int descnt = dimRound(adds / 2.0) + FontDescent(screen);
5781 dimRound(double value)
fontutils.c 68 #define SetFontHeight(screen,dst,src) (dst)->f_height = dimRound((double)((screen)->scale_height * (float) (src)))

Completed in 40 milliseconds