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

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h53 int exHeight; member in struct:BDFSTAT
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h53 int exHeight; member in struct:BDFSTAT
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfint.h53 int exHeight; member in struct:BDFSTAT
H A Dbdfread.c467 pState->exHeight = (bh + bb) <= 0 ? bh : bh + bb;
906 state.xHeightProp->value = state.exHeight ?
907 state.exHeight : min->ascent;
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c473 pState->exHeight = (bh + bb) <= 0 ? bh : bh + bb;
910 state.xHeightProp->value = state.exHeight ?
911 state.exHeight : min->ascent;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c475 pState->exHeight = (bh + bb) <= 0 ? bh : bh + bb;
912 state.xHeightProp->value = state.exHeight ?
913 state.exHeight : min->ascent;

Completed in 5 milliseconds