Searched refs:xCharInfo (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86bigfproto.h59 xCharInfo minBounds;
63 xCharInfo maxBounds;
83 followed by nUniqCharInfos xCharInfo structures
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmap.h58 xCharInfo *ink_metrics; /* ink metrics */
82 unsigned long *glyphCount, xCharInfo **glyphs);
H A Dbitmaputil.c45 static xCharInfo initMinMetrics = {
49 static xCharInfo initMaxMetrics = {
79 xCharInfo *minbounds, *maxbounds;
162 xCharInfo *minbounds, *maxbounds, *ci;
211 bitmapFont->ink_metrics = malloc(bitmapFont->num_chars * sizeof(xCharInfo));
214 bitmapFont->num_chars, (unsigned long) sizeof(xCharInfo));
H A Dbitmap.c139 xCharInfo ** glyphs) /* RETURN */
152 xCharInfo *ink_metrics = bitmapFont->ink_metrics;
155 if (glyphs[i] != (xCharInfo *) & nonExistantChar)
H A Dbdfint.h80 extern void FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmaputil.c45 static xCharInfo initMinMetrics = {
47 static xCharInfo initMaxMetrics = {
78 xCharInfo *minbounds,
153 xCharInfo *ci;
155 xCharInfo *minbounds,
212 bitmapFont->ink_metrics = malloc(bitmapFont->num_chars * sizeof(xCharInfo));
215 bitmapFont->num_chars, (unsigned long)sizeof(xCharInfo));
H A Dbitmap.c136 xCharInfo **glyphs) /* RETURN */
139 xCharInfo *ink_metrics;
154 if (glyphs[i] != (xCharInfo *) & nonExistantChar)
H A Dsnfstr.h127 xCharInfo metrics; /* info preformatted for Queries */
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmaputil.c47 static xCharInfo initMinMetrics = {
49 static xCharInfo initMaxMetrics = {
80 xCharInfo *minbounds,
155 xCharInfo *ci;
157 xCharInfo *minbounds,
214 bitmapFont->ink_metrics = mallocarray(bitmapFont->num_chars, sizeof(xCharInfo));
217 bitmapFont->num_chars, (unsigned long)sizeof(xCharInfo));
H A Dbitmap.c137 xCharInfo **glyphs) /* RETURN */
140 xCharInfo *ink_metrics;
155 if (glyphs[i] != (xCharInfo *) & nonExistantChar)
H A Dsnfstr.h127 xCharInfo metrics; /* info preformatted for Queries */
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.h72 extern void _fs_convert_char_info ( fsXCharInfo *src, xCharInfo *dst );
H A Dfsconvert.c50 _fs_convert_char_info(fsXCharInfo *src, xCharInfo *dst)
523 xCharInfo **glyphs) /* RETURN */
530 xCharInfo **glyphsBase;
559 *glyphs++ = (xCharInfo *)&encoding[c];
561 *glyphs++ = (xCharInfo *)pDefault;
567 *glyphs++ = (xCharInfo *)(encoding + c);
569 *glyphs++ = (xCharInfo *)pDefault;
579 *glyphs++ = (xCharInfo *)(encoding + c);
581 *glyphs++ = (xCharInfo *)pDefault;
588 *glyphs++ = (xCharInfo *)(encodin
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.h72 extern void _fs_convert_char_info ( fsXCharInfo *src, xCharInfo *dst );
H A Dfsconvert.c52 _fs_convert_char_info(fsXCharInfo *src, xCharInfo *dst)
525 xCharInfo **glyphs) /* RETURN */
532 xCharInfo **glyphsBase;
561 *glyphs++ = (xCharInfo *)&encoding[c];
563 *glyphs++ = (xCharInfo *)pDefault;
569 *glyphs++ = (xCharInfo *)(encoding + c);
571 *glyphs++ = (xCharInfo *)pDefault;
581 *glyphs++ = (xCharInfo *)(encoding + c);
583 *glyphs++ = (xCharInfo *)pDefault;
590 *glyphs++ = (xCharInfo *)(encodin
[all...]
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbitmap.h58 xCharInfo *ink_metrics; /* ink metrics */
82 unsigned long *glyphCount, xCharInfo **glyphs );
H A Dbdfint.h83 xCharInfo *pInk );
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbitmap.h58 xCharInfo *ink_metrics; /* ink metrics */
82 unsigned long *glyphCount, xCharInfo **glyphs );
H A Dbdfint.h83 xCharInfo *pInk );
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h64 xCharInfo metrics; /* info preformatted for Queries */
91 xCharInfo maxbounds;
92 xCharInfo minbounds;
93 xCharInfo ink_maxbounds;
94 xCharInfo ink_minbounds;
121 xCharInfo ** /* glyphs */);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c325 xCharInfo *pCI)
337 /* static CARD32 hashCI (xCharInfo *p); */
351 xCharInfo* pmax;
352 xCharInfo* pmin;
360 xCharInfo* pCI;
402 pCI = (xCharInfo *) pDesc->attach_addr;
407 pDesc = shmalloc(nCharInfos * sizeof(xCharInfo)
410 pCI = (xCharInfo *) pDesc->attach_addr;
414 pCI = malloc(nCharInfos * sizeof(xCharInfo));
422 xCharInfo* prC
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c303 swapCharInfo(xCharInfo * pCI)
313 /* static CARD32 hashCI (xCharInfo *p); */
327 xCharInfo *pmax;
328 xCharInfo *pmin;
337 xCharInfo *pCI;
381 pCI = (xCharInfo *) pDesc->attach_addr;
387 pDesc = shmalloc(nCharInfos * sizeof(xCharInfo)
390 pCI = (xCharInfo *) pDesc->attach_addr;
395 pCI = xallocarray(nCharInfos, sizeof(xCharInfo));
403 xCharInfo *prC
[all...]
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.h129 xCharInfo *charcellMetrics; /* the header's metrics */
133 xCharInfo *forceConstantMetrics;
171 xCharInfo **metrics, FTInstancePtr instance );
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.h129 xCharInfo *charcellMetrics; /* the header's metrics */
133 xCharInfo *forceConstantMetrics;
171 xCharInfo **metrics, FTInstancePtr instance );
/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontutil.c68 xCharInfo *pCI;
139 xCharInfo **charinfo;
145 xCharInfo *defaultChar = 0;
149 charinfo = malloc(count * sizeof(xCharInfo *));

Completed in 18 milliseconds

123