Searched refs:fontID (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/fstobdf/dist/
H A Dfstobdf.c78 Font fontID, dummy; local in function:main
131 fontID = FSOpenBitmapFont(fontServer, bitmapFormat, (FSBitmapFormatMask) 0,
133 if (!fontID) {
137 FSQueryXInfo(fontServer, fontID, &fontHeader, &propInfo, &propOffsets,
144 if (!EmitCharacters(outFile, fontServer, &fontHeader, fontID))
H A Dfstobdf.h36 FSXFontInfoHeader *fontHeader, Font fontID);
H A Dchars.c149 Font fontID)
173 (void) FSQueryXExtents16(fontServer, fontID, True, (FSChar2b *) 0, 0,
175 (void) FSQueryXBitmaps16(fontServer, fontID, format, True, (FSChar2b *) 0,
146 EmitCharacters(FILE * outFile,FSServer * fontServer,FSXFontInfoHeader * fontHeader,Font fontID) argument
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c495 XID fontID; local in function:CreateRootCursor
497 fontID = FakeClientID(0);
498 err = OpenFont(serverClient, fontID, FontLoadAll | FontOpenSync,
503 err = dixLookupResourceByType((pointer *)&cursorfont, fontID, RT_FONT,
507 if (AllocGlyphCursor(fontID, 0, fontID, 1, 0, 0, 0, ~0, ~0, ~0,
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c496 XID fontID; local in function:CreateRootCursor
499 fontID = FakeClientID(0);
500 err = OpenFont(serverClient, fontID, FontLoadAll | FontOpenSync,
505 err = dixLookupResourceByType((void **) &cursorfont, fontID, RT_FONT,
509 if (AllocGlyphCursor(fontID, 0, fontID, 1, 0, 0, 0, ~0, ~0, ~0,
/xsrc/external/mit/freetype/dist/src/base/
H A Dftmac.c426 *sfnt_id = EndianS16_BtoN( assoc->fontID );
431 *sfnt_id = EndianS16_BtoN( base_assoc->fontID );
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dftmac.c759 *sfnt_id = EndianS16_BtoN( assoc->fontID );
764 *sfnt_id = EndianS16_BtoN( base_assoc->fontID );

Completed in 8 milliseconds