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

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h35 #define BDF_GENPROPS 6 macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h35 #define BDF_GENPROPS 6 macro
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfint.h35 #define BDF_GENPROPS 6 macro
H A Dbdfread.c627 (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) {
635 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char));
639 (nProps + BDF_GENPROPS), (int) sizeof(Bool));
642 pFont->info.props = props = calloc(nProps + BDF_GENPROPS,
645 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c634 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) {
642 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char));
646 (nProps + BDF_GENPROPS), (int) sizeof(Bool));
649 pFont->info.props = props = calloc(nProps + BDF_GENPROPS,
652 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c636 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) {
644 stringProps = mallocarray((nProps + BDF_GENPROPS), sizeof(char));
648 (nProps + BDF_GENPROPS), (int) sizeof(Bool));
651 pFont->info.props = props = calloc(nProps + BDF_GENPROPS,
654 bdfError("Couldn't allocate props (%d*%d)\n", nProps + BDF_GENPROPS,

Completed in 6 milliseconds