| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | fontutil.h | 13 unsigned long *glyphcount, CharInfoPtr *glyphs ); 14 extern void QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
|
| H A D | bitmap.h | 57 CharInfoPtr metrics; /* font metrics, including glyph pointers */ 60 CharInfoPtr **encoding; /* array of arrays of char info pointers */ 61 CharInfoPtr pDefault; /* default character */ 79 unsigned long *glyphCount, CharInfoPtr *glyphs );
|
| H A D | bdfint.h | 82 extern void FontCharInkMetrics ( FontPtr pFont, CharInfoPtr pCI, 84 extern void FontCharReshape ( FontPtr pFont, CharInfoPtr pSrc, 85 CharInfoPtr pDst );
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | fontutil.h | 14 unsigned long *glyphcount, CharInfoPtr *glyphs ); 15 extern void QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
|
| H A D | bitmap.h | 57 CharInfoPtr metrics; /* font metrics, including glyph pointers */ 60 CharInfoPtr **encoding; /* array of arrays of char info pointers */ 61 CharInfoPtr pDefault; /* default character */ 79 unsigned long *glyphCount, CharInfoPtr *glyphs );
|
| H A D | bdfint.h | 82 extern void FontCharInkMetrics ( FontPtr pFont, CharInfoPtr pCI, 84 extern void FontCharReshape ( FontPtr pFont, CharInfoPtr pSrc, 85 CharInfoPtr pDst );
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fontutil.h | 13 unsigned long *glyphcount, CharInfoPtr *glyphs); 14 extern void QueryGlyphExtents(FontPtr pFont, CharInfoPtr *charinfo,
|
| H A D | bitmap.h | 57 CharInfoPtr metrics; /* font metrics, including glyph pointers */ 60 CharInfoPtr **encoding; /* array of arrays of char info pointers */ 61 CharInfoPtr pDefault; /* default character */ 79 unsigned long *glyphCount, CharInfoPtr *glyphs);
|
| H A D | bitmap.c | 42 CharInfoPtr * glyphs) /* RETURN */ 49 CharInfoPtr *glyphsBase; 51 register CharInfoPtr pci; 52 CharInfoPtr **encoding; 53 CharInfoPtr pDefault; 143 CharInfoPtr oldDefault = bitmapFont->pDefault; 148 (CharInfoPtr *) glyphs); 151 CharInfoPtr metrics = bitmapFont->metrics; 157 ink_metrics + (((CharInfoPtr) glyphs[i]) - metrics);
|
| H A D | bdfint.h | 80 extern void FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk); 81 extern void FontCharReshape(FontPtr pFont, CharInfoPtr pSrc, CharInfoPtr pDst);
|
| H A D | font.h | 43 typedef struct _CharInfo *CharInfoPtr; typedef in typeref:struct:_CharInfo * 50 #define NullCharInfo ((CharInfoPtr) 0)
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitmap.c | 42 CharInfoPtr *glyphs) /* RETURN */ 49 CharInfoPtr *glyphsBase; 51 register CharInfoPtr pci; 53 CharInfoPtr **encoding; 54 CharInfoPtr pDefault; 140 CharInfoPtr metrics; 142 CharInfoPtr oldDefault; 148 ret = bitmapGetGlyphs(pFont, count, chars, charEncoding, glyphCount, (CharInfoPtr *) glyphs); 155 glyphs[i] = ink_metrics + (((CharInfoPtr) glyphs[i]) - metrics);
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitmap.c | 43 CharInfoPtr *glyphs) /* RETURN */ 50 CharInfoPtr *glyphsBase; 52 register CharInfoPtr pci; 54 CharInfoPtr **encoding; 55 CharInfoPtr pDefault; 141 CharInfoPtr metrics; 143 CharInfoPtr oldDefault; 149 ret = bitmapGetGlyphs(pFont, count, chars, charEncoding, glyphCount, (CharInfoPtr *) glyphs); 156 glyphs[i] = ink_metrics + (((CharInfoPtr) glyphs[i]) - metrics);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_font.h | 28 CharInfoPtr default_char;
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolytext.c | 74 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */ 91 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */ 109 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */ 123 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolytext.c | 73 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */ 92 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */ 111 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */ 126 CharInfoPtr charinfo[255]; /* encoding only has 1 byte for count */
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | font.h | 45 typedef struct _CharInfo *CharInfoPtr; typedef in typeref:struct:_CharInfo * 52 #define NullCharInfo ((CharInfoPtr) 0)
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.h | 136 CharInfoPtr *glyphs; /* glyphs and available are used in parallel */ 168 FreeTypeInstanceGetGlyph(unsigned idx, int flags, CharInfoPtr *g, FTInstancePtr instance); 173 FreeTypeRasteriseGlyph(unsigned idx, int flags, CharInfoPtr tgp, 181 static int FreeTypeFontGetGlyph(unsigned code, int flags, CharInfoPtr *g, FTFontPtr font);
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.h | 136 CharInfoPtr *glyphs; /* glyphs and available are used in parallel */ 168 FreeTypeInstanceGetGlyph(unsigned idx, int flags, CharInfoPtr *g, FTInstancePtr instance); 173 FreeTypeRasteriseGlyph(unsigned idx, int flags, CharInfoPtr tgp, 181 static int FreeTypeFontGetGlyph(unsigned code, int flags, CharInfoPtr *g, FTFontPtr font);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfont.h | 104 CharInfoPtr * /*glyphs */ );
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gcstruct.h | 246 CharInfoPtr * /*ppci*/, 255 CharInfoPtr * /*ppci*/,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbglyph.c | 125 unsigned int nglyph, CharInfoPtr * ppci, pointer glyphs) 128 CharInfoPtr pci; 187 unsigned int nglyph, CharInfoPtr * ppciInit, pointer glyphs) 190 CharInfoPtr *ppci; 191 CharInfoPtr pci;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbglyph.c | 125 unsigned int nglyph, CharInfoPtr * ppci, pointer glyphs) 128 CharInfoPtr pci; 187 unsigned int nglyph, CharInfoPtr * ppciInit, pointer glyphs) 190 CharInfoPtr *ppci; 191 CharInfoPtr pci;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbglyph.c | 61 unsigned int nglyph, CharInfoPtr * ppci, void *pglyphBase) 64 CharInfoPtr pci; 126 unsigned int nglyph, CharInfoPtr * ppciInit, void *pglyphBase) 129 CharInfoPtr *ppci; 130 CharInfoPtr pci;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fservestr.h | 44 CharInfoPtr pDefault; 45 CharInfoPtr encoding; 46 CharInfoPtr inkMetrics;
|