Searched refs:FontPropRec (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | snfread.c | 259 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */ 455 pFontInfo->props = malloc(fi.nProps * sizeof(FontPropRec)); 458 fi.nProps, (int) sizeof(FontPropRec));
|
| H A D | pcfwrite.c | 237 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec)); 240 pFont->info.nprops, (int) sizeof(FontPropRec));
|
| H A D | bdfread.c | 634 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { 650 sizeof(FontPropRec)); 653 (int) sizeof(FontPropRec));
|
| H A D | pcfread.c | 260 if (nprops <= 0 || nprops > INT32_MAX / sizeof(FontPropRec)) { 265 props = malloc(nprops * sizeof(FontPropRec)); 268 nprops, (int) sizeof(FontPropRec));
|
| H A D | bitscale.c | 590 fp = malloc(sizeof(FontPropRec) * nProps); 594 (unsigned long)sizeof(FontPropRec), nProps);
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | snfread.c | 261 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */ 457 pFontInfo->props = mallocarray(fi.nProps, sizeof(FontPropRec)); 460 fi.nProps, (int) sizeof(FontPropRec));
|
| H A D | pcfwrite.c | 239 offsetProps = mallocarray(pFont->info.nprops, sizeof(FontPropRec)); 242 pFont->info.nprops, (int) sizeof(FontPropRec));
|
| H A D | bdfread.c | 636 (nProps > (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { 652 sizeof(FontPropRec)); 655 (int) sizeof(FontPropRec));
|
| H A D | pcfread.c | 262 if (nprops <= 0 || nprops > INT32_MAX / sizeof(FontPropRec)) { 267 props = mallocarray(nprops, sizeof(FontPropRec)); 270 nprops, (int) sizeof(FontPropRec));
|
| H A D | bitscale.c | 585 fp = mallocarray(sizeof(FontPropRec), nProps); 589 (unsigned long)sizeof(FontPropRec), nProps);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | fontstruct.h | 44 } FontPropRec; typedef in typeref:struct:_FontProp
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 106 || 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 D | fsconvert.c | 108 || nprops > SIZE_MAX/(sizeof(FontPropRec) + sizeof(char))) 111 dprop = mallocarray(nprops, sizeof(FontPropRec) + sizeof (char));
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | pcfwrite.c | 249 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec)); 252 pFont->info.nprops, (int) sizeof(FontPropRec));
|
| H A D | bdfread.c | 627 (signed) ((INT32_MAX / sizeof(FontPropRec)) - BDF_GENPROPS))) { 643 sizeof(FontPropRec)); 646 (int) sizeof(FontPropRec));
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1624 info->props = malloc(maxprops * sizeof(FontPropRec));
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1626 info->props = mallocarray(maxprops, sizeof(FontPropRec));
|
Completed in 28 milliseconds