Searched refs:stringProps (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c618 char *stringProps; local in function:bdfReadProperties
642 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char));
643 pFont->info.isStringProp = stringProps;
644 if (stringProps == NULL) {
645 bdfError("Couldn't allocate stringProps (%d*%d)\n",
682 stringProps[nextProp] = TRUE;
689 stringProps[nextProp] = FALSE;
703 stringProps[nextProp] = TRUE;
720 stringProps[nextProp], pState))
740 stringProps[nextPro
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c620 char *stringProps; local in function:bdfReadProperties
644 stringProps = mallocarray((nProps + BDF_GENPROPS), sizeof(char));
645 pFont->info.isStringProp = stringProps;
646 if (stringProps == NULL) {
647 bdfError("Couldn't allocate stringProps (%d*%d)\n",
684 stringProps[nextProp] = TRUE;
691 stringProps[nextProp] = FALSE;
705 stringProps[nextProp] = TRUE;
722 stringProps[nextProp], pState))
742 stringProps[nextPro
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfread.c612 char *stringProps; local in function:bdfReadProperties
635 stringProps = malloc((nProps + BDF_GENPROPS) * sizeof(char));
636 pFont->info.isStringProp = stringProps;
637 if (stringProps == NULL) {
638 bdfError("Couldn't allocate stringProps (%d*%d)\n",
675 stringProps[nextProp] = TRUE;
683 stringProps[nextProp] = FALSE;
698 stringProps[nextProp] = TRUE;
716 stringProps[nextProp], pState))
736 stringProps[nextPro
[all...]

Completed in 4 milliseconds