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

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h62 FontPropPtr quadWidthProp; member in struct:BDFSTAT
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h62 FontPropPtr quadWidthProp; member in struct:BDFSTAT
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfint.h62 FontPropPtr quadWidthProp; member in struct:BDFSTAT
H A Dbdfutils.c320 bdfState->quadWidthProp = prop;
H A Dbdfread.c784 if (!pState->quadWidthProp) {
788 pState->quadWidthProp = &props[nextProp];
909 if (state.quadWidthProp && (state.quadWidthProp->value == -1))
910 state.quadWidthProp->value = state.digitCount ?
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfutils.c323 bdfState->quadWidthProp = prop;
H A Dbdfread.c787 if (!pState->quadWidthProp) {
791 pState->quadWidthProp = &props[nextProp];
913 if (state.quadWidthProp && (state.quadWidthProp->value == -1))
914 state.quadWidthProp->value = state.digitCount ?
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfutils.c324 bdfState->quadWidthProp = prop;
H A Dbdfread.c789 if (!pState->quadWidthProp) {
793 pState->quadWidthProp = &props[nextProp];
915 if (state.quadWidthProp && (state.quadWidthProp->value == -1))
916 state.quadWidthProp->value = state.digitCount ?

Completed in 8 milliseconds