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

/xsrc/external/mit/xterm/dist/
H A Dutil.c3490 int fontHigh = FontHeight(screen); local in function:drawClippedXftString
3515 fontHigh = font->height;
3522 halfHigh = (fontHigh >= wantHigh);
3523 TRACE(("comparing fontHigh %d/%d vs %d:"
3525 fontHigh, FontHeight(screen),
3529 fontHigh = (halfHigh
3549 double adds = ((double) screen->scale_height - 1.0f) * fontHigh;
3550 int height = dimRound(adds + fontHigh);

Completed in 8 milliseconds