Searched refs:FontPropRec (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c259 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */
455 pFontInfo->props = malloc(fi.nProps * sizeof(FontPropRec));
458 fi.nProps, (int) sizeof(FontPropRec));
H A Dpcfwrite.c237 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec));
240 pFont->info.nprops, (int) sizeof(FontPropRec));
H A Dbdfread.c634 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) {
650 sizeof(FontPropRec));
653 (int) sizeof(FontPropRec));
H A Dpcfread.c260 if (nprops <= 0 || nprops > INT32_MAX / sizeof(FontPropRec)) {
265 props = malloc(nprops * sizeof(FontPropRec));
268 nprops, (int) sizeof(FontPropRec));
H A Dbitscale.c590 fp = malloc(sizeof(FontPropRec) * nProps);
594 (unsigned long)sizeof(FontPropRec), nProps);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c261 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */
457 pFontInfo->props = mallocarray(fi.nProps, sizeof(FontPropRec));
460 fi.nProps, (int) sizeof(FontPropRec));
H A Dpcfwrite.c239 offsetProps = mallocarray(pFont->info.nprops, sizeof(FontPropRec));
242 pFont->info.nprops, (int) sizeof(FontPropRec));
H A Dbdfread.c636 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) {
652 sizeof(FontPropRec));
655 (int) sizeof(FontPropRec));
H A Dpcfread.c262 if (nprops <= 0 || nprops > INT32_MAX / sizeof(FontPropRec)) {
267 props = mallocarray(nprops, sizeof(FontPropRec));
270 nprops, (int) sizeof(FontPropRec));
H A Dbitscale.c585 fp = mallocarray(sizeof(FontPropRec), nProps);
589 (unsigned long)sizeof(FontPropRec), nProps);
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h44 } FontPropRec; typedef in typeref:struct:_FontProp
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c106 || nprops > SIZE_MAX/(sizeof(FontPropRec) + sizeof(char)))
109 dprop = malloc(sizeof(FontPropRec) * nprops + sizeof (char) * nprops);
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c108 || nprops > SIZE_MAX/(sizeof(FontPropRec) + sizeof(char)))
111 dprop = mallocarray(nprops, sizeof(FontPropRec) + sizeof (char));
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c249 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec));
252 pFont->info.nprops, (int) sizeof(FontPropRec));
H A Dbdfread.c627 (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) {
643 sizeof(FontPropRec));
646 (int) sizeof(FontPropRec));
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c1624 info->props = malloc(maxprops * sizeof(FontPropRec));
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c1626 info->props = mallocarray(maxprops, sizeof(FontPropRec));

Completed in 28 milliseconds