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

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h61 FontPropPtr weightProp; member in struct:BDFSTAT
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h61 FontPropPtr weightProp; member in struct:BDFSTAT
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfint.h61 FontPropPtr weightProp; member in struct:BDFSTAT
H A Dbdfutils.c317 bdfState->weightProp = prop;
H A Dbdfread.c748 if (!pState->weightProp) {
752 pState->weightProp = &props[nextProp];
914 if (state.weightProp && (state.weightProp->value == -1))
915 state.weightProp->value = bitmapComputeWeight(pFont);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfutils.c320 bdfState->weightProp = prop;
H A Dbdfread.c751 if (!pState->weightProp) {
755 pState->weightProp = &props[nextProp];
918 if (state.weightProp && (state.weightProp->value == -1))
919 state.weightProp->value = bitmapComputeWeight(pFont);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfutils.c321 bdfState->weightProp = prop;
H A Dbdfread.c753 if (!pState->weightProp) {
757 pState->weightProp = &props[nextProp];
920 if (state.weightProp && (state.weightProp->value == -1))
921 state.weightProp->value = bitmapComputeWeight(pFont);

Completed in 8 milliseconds