Searched refs:CharInfoPtr (Results 1 - 25 of 126) sorted by relevance

123456

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfontutil.h13 unsigned long *glyphcount, CharInfoPtr *glyphs );
14 extern void QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
H A Dbitmap.h57 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 Dbdfint.h82 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 Dfontutil.h14 unsigned long *glyphcount, CharInfoPtr *glyphs );
15 extern void QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
H A Dbitmap.h57 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 Dbdfint.h82 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 Dfontutil.h13 unsigned long *glyphcount, CharInfoPtr *glyphs);
14 extern void QueryGlyphExtents(FontPtr pFont, CharInfoPtr *charinfo,
H A Dbitmap.h57 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 Dbitmap.c42 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 Dbdfint.h80 extern void FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk);
81 extern void FontCharReshape(FontPtr pFont, CharInfoPtr pSrc, CharInfoPtr pDst);
H A Dfont.h43 typedef struct _CharInfo *CharInfoPtr; typedef in typeref:struct:_CharInfo *
50 #define NullCharInfo ((CharInfoPtr) 0)
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmap.c42 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 Dbitmap.c43 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 Dglamor_font.h28 CharInfoPtr default_char;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolytext.c74 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 Dmipolytext.c73 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 Dfont.h45 typedef struct _CharInfo *CharInfoPtr; typedef in typeref:struct:_CharInfo *
52 #define NullCharInfo ((CharInfoPtr) 0)
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.h136 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 Dftfuncs.h136 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 Ddixfont.h104 CharInfoPtr * /*glyphs */ );
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h246 CharInfoPtr * /*ppci*/,
255 CharInfoPtr * /*ppci*/,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbglyph.c125 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 Dfbglyph.c125 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 Dfbglyph.c61 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 Dfservestr.h44 CharInfoPtr pDefault;
45 CharInfoPtr encoding;
46 CharInfoPtr inkMetrics;

Completed in 16 milliseconds

123456