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

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h60 FontPropPtr xHeightProp; member in struct:BDFSTAT
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h60 FontPropPtr xHeightProp; member in struct:BDFSTAT
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfint.h60 FontPropPtr xHeightProp; member in struct:BDFSTAT
H A Dbdfutils.c314 bdfState->xHeightProp = prop;
H A Dbdfread.c777 if (!pState->xHeightProp) {
781 pState->xHeightProp = &props[nextProp];
905 if (state.xHeightProp && (state.xHeightProp->value == -1))
906 state.xHeightProp->value = state.exHeight ?
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfutils.c317 bdfState->xHeightProp = prop;
H A Dbdfread.c780 if (!pState->xHeightProp) {
784 pState->xHeightProp = &props[nextProp];
909 if (state.xHeightProp && (state.xHeightProp->value == -1))
910 state.xHeightProp->value = state.exHeight ?
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfutils.c318 bdfState->xHeightProp = prop;
H A Dbdfread.c782 if (!pState->xHeightProp) {
786 pState->xHeightProp = &props[nextProp];
911 if (state.xHeightProp && (state.xHeightProp->value == -1))
912 state.xHeightProp->value = state.exHeight ?

Completed in 9 milliseconds