Searched refs:PCFTableRec (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dpcf.h47 } PCFTableRec, *PCFTablePtr; typedef in typeref:struct:_PCFTable
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dpcf.h47 } PCFTableRec, *PCFTablePtr; typedef in typeref:struct:_PCFTable
/xsrc/external/mit/bdftopcf/dist/
H A Dpcf.h47 } PCFTableRec, *PCFTablePtr; typedef in typeref:struct:_PCFTable
H A Dpcfwrite.c216 PCFTableRec tables[32] = { { 0 } }, *table;
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c136 if (count < 0 || count > INT32_MAX / sizeof(PCFTableRec)) {
140 tables = malloc(count * sizeof(PCFTableRec));
143 count, (int) sizeof(PCFTableRec));
H A Dpcfwrite.c201 PCFTableRec tables[32],
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c138 if (count < 0 || count > INT32_MAX / sizeof(PCFTableRec)) {
142 tables = mallocarray(count, sizeof(PCFTableRec));
145 count, (int) sizeof(PCFTableRec));
H A Dpcfwrite.c203 PCFTableRec tables[32],

Completed in 7 milliseconds