Searched refs:bdfForceMakeAtom (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfutils.c | 130 bdfForceMakeAtom(const char *str, int *size) function in typeref:typename:Atom 161 return bdfForceMakeAtom(s, NULL); 171 return bdfForceMakeAtom(s, NULL); 185 atom = bdfForceMakeAtom(pp, NULL);
|
| H A D | bdfread.c | 355 bitmapExtra->glyphNames[ndx] = bdfForceMakeAtom(charName, NULL); 714 props[nextProp].name = bdfForceMakeAtom(namebuf, NULL); 738 props[nextProp].name = bdfForceMakeAtom("POINT_SIZE", NULL); 745 props[nextProp].name = bdfForceMakeAtom("FONT", NULL); 746 props[nextProp].value = (INT32) bdfForceMakeAtom(pState->fontName, NULL); 752 props[nextProp].name = bdfForceMakeAtom("WEIGHT", NULL); 760 props[nextProp].name = bdfForceMakeAtom("RESOLUTION", NULL); 767 props[nextProp].name = bdfForceMakeAtom("RESOLUTION_X", NULL); 774 props[nextProp].name = bdfForceMakeAtom("RESOLUTION_Y", NULL); 781 props[nextProp].name = bdfForceMakeAtom("X_HEIGH [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bdfutils.c | 131 bdfForceMakeAtom(const char *str, int *size) function in typeref:typename:Atom 162 return bdfForceMakeAtom(s, NULL); 172 return bdfForceMakeAtom(s, NULL); 186 atom = bdfForceMakeAtom(pp, NULL);
|
| H A D | bdfread.c | 357 bitmapExtra->glyphNames[ndx] = bdfForceMakeAtom(charName, NULL); 716 props[nextProp].name = bdfForceMakeAtom(namebuf, NULL); 740 props[nextProp].name = bdfForceMakeAtom("POINT_SIZE", NULL); 747 props[nextProp].name = bdfForceMakeAtom("FONT", NULL); 748 props[nextProp].value = (INT32) bdfForceMakeAtom(pState->fontName, NULL); 754 props[nextProp].name = bdfForceMakeAtom("WEIGHT", NULL); 762 props[nextProp].name = bdfForceMakeAtom("RESOLUTION", NULL); 769 props[nextProp].name = bdfForceMakeAtom("RESOLUTION_X", NULL); 776 props[nextProp].name = bdfForceMakeAtom("RESOLUTION_Y", NULL); 783 props[nextProp].name = bdfForceMakeAtom("X_HEIGH [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bdfutils.c | 129 bdfForceMakeAtom(const char *str, int *size) function in typeref:typename:Atom 159 return bdfForceMakeAtom(s, NULL); 168 return bdfForceMakeAtom(s, NULL); 182 atom = bdfForceMakeAtom(pp, NULL);
|
| H A D | bdfint.h | 71 extern Atom bdfForceMakeAtom(const char *str, int *size);
|
| H A D | bdfread.c | 344 bitmapExtra->glyphNames[ndx] = bdfForceMakeAtom(charName, NULL); 710 props[nextProp].name = bdfForceMakeAtom(namebuf, NULL); 734 props[nextProp].name = bdfForceMakeAtom("POINT_SIZE", NULL); 741 props[nextProp].name = bdfForceMakeAtom("FONT", NULL); 743 (INT32) bdfForceMakeAtom(pState->fontName, NULL); 749 props[nextProp].name = bdfForceMakeAtom("WEIGHT", NULL); 756 props[nextProp].name = bdfForceMakeAtom("RESOLUTION", NULL); 764 props[nextProp].name = bdfForceMakeAtom("RESOLUTION_X", NULL); 771 props[nextProp].name = bdfForceMakeAtom("RESOLUTION_Y", NULL); 778 props[nextProp].name = bdfForceMakeAtom("X_HEIGH [all...] |
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | bdfint.h | 72 extern Atom bdfForceMakeAtom ( const char *str, int *size );
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | bdfint.h | 72 extern Atom bdfForceMakeAtom ( const char *str, int *size );
|
Completed in 7 milliseconds