Searched refs:pCI (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontutil.c68 xCharInfo *pCI; local in function:QueryGlyphExtents
77 pCI = &((*charinfo)->metrics); charinfo++;
79 if ( !((pCI->characterWidth == 0)
80 && (pCI->rightSideBearing == 0)
81 && (pCI->leftSideBearing == 0)
82 && (pCI->ascent == 0)
83 && (pCI->descent == 0)) ) {
84 info->overallAscent = pCI->ascent;
85 info->overallDescent = pCI->descent;
86 info->overallLeft = pCI
[all...]
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontutil.c59 xCharInfo *pCI; local in function:xfont2_query_glyph_extents
68 pCI = &((*charinfo)->metrics); charinfo++;
70 if ( !((pCI->characterWidth == 0)
71 && (pCI->rightSideBearing == 0)
72 && (pCI->leftSideBearing == 0)
73 && (pCI->ascent == 0)
74 && (pCI->descent == 0)) ) {
75 info->overallAscent = pCI->ascent;
76 info->overallDescent = pCI->descent;
77 info->overallLeft = pCI
[all...]
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dfontink.c50 FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk) argument
71 pInk->characterWidth = pCI->metrics.characterWidth;
72 pInk->attributes = pCI->metrics.attributes;
74 leftBearing = pCI->metrics.leftSideBearing;
75 ascent = pCI->metrics.ascent;
76 descent = pCI->metrics.descent;
77 bitmapBitWidth = GLYPHWIDTHPIXELS(pCI);
78 bitmapByteWidth = GLYPHWIDTHBYTES(pCI);
82 p = (unsigned char *) pCI->bits;
101 p = ((unsigned char *) pCI
[all...]
H A Dbdfread.c88 bdfReadBitmap(CharInfoPtr pCI, FontFilePtr file, int bit, int byte, argument
104 widthBits = GLYPHWIDTHPIXELS(pCI);
105 height = GLYPHHEIGHTPIXELS(pCI);
116 pCI->bits = (char *) picture;
200 pCI->bits = NULL;
302 bdfError("Couldn't allocate pCI (%d*%d)\n", nchars,
308 bdfError("Couldn't allocate pCI (%d*%d)\n", nchars,
H A Dpcfwrite.c140 pcfPutBitmap(FontFilePtr file, CARD32 format, CharInfoPtr pCI) argument
145 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format));
146 bits = (unsigned char *) pCI->bits;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dfontink.c51 FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk) argument
72 pInk->characterWidth = pCI->metrics.characterWidth;
73 pInk->attributes = pCI->metrics.attributes;
75 leftBearing = pCI->metrics.leftSideBearing;
76 ascent = pCI->metrics.ascent;
77 descent = pCI->metrics.descent;
78 bitmapBitWidth = GLYPHWIDTHPIXELS(pCI);
79 bitmapByteWidth = GLYPHWIDTHBYTES(pCI);
83 p = (unsigned char *) pCI->bits;
102 p = ((unsigned char *) pCI
[all...]
H A Dbdfread.c90 bdfReadBitmap(CharInfoPtr pCI, FontFilePtr file, int bit, int byte, argument
106 widthBits = GLYPHWIDTHPIXELS(pCI);
107 height = GLYPHHEIGHTPIXELS(pCI);
118 pCI->bits = (char *) picture;
202 pCI->bits = NULL;
304 bdfError("Couldn't allocate pCI (%d*%d)\n", nchars,
310 bdfError("Couldn't allocate pCI (%d*%d)\n", nchars,
H A Dpcfwrite.c142 pcfPutBitmap(FontFilePtr file, CARD32 format, CharInfoPtr pCI) argument
147 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format));
148 bits = (unsigned char *) pCI->bits;
/xsrc/external/mit/bdftopcf/dist/
H A Dfontink.c50 FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo * pInk) argument
66 pInk->characterWidth = pCI->metrics.characterWidth;
67 pInk->attributes = pCI->metrics.attributes;
69 leftBearing = pCI->metrics.leftSideBearing;
70 ascent = pCI->metrics.ascent;
71 descent = pCI->metrics.descent;
72 bitmapBitWidth = GLYPHWIDTHPIXELS(pCI);
73 bitmapByteWidth = GLYPHWIDTHBYTES(pCI);
77 p = (unsigned char *) pCI->bits;
96 p = ((unsigned char *) pCI
[all...]
H A Dbdfint.h80 extern void FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk);
H A Dbdfread.c88 bdfReadBitmap(CharInfoPtr pCI, FontFilePtr file, int bit, int byte, argument
97 widthBits = GLYPHWIDTHPIXELS(pCI);
98 height = GLYPHHEIGHTPIXELS(pCI);
110 pCI->bits = (char *) picture;
197 pCI->bits = NULL;
292 bdfError("Couldn't allocate pCI (%d*%d)\n", nchars,
298 bdfError("Couldn't allocate pCI (%d*%d)\n", nchars,
H A Dpcfwrite.c155 pcfPutBitmap(FontFilePtr file, CARD32 format, CharInfoPtr pCI) argument
160 count = BYTES_FOR_GLYPH(pCI, PCF_GLYPH_PAD(format));
161 bits = (unsigned char *) pCI->bits;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c325 xCharInfo *pCI)
329 swaps(&pCI->leftSideBearing, tmp);
330 swaps(&pCI->rightSideBearing, tmp);
331 swaps(&pCI->characterWidth, tmp);
332 swaps(&pCI->ascent, tmp);
333 swaps(&pCI->descent, tmp);
334 swaps(&pCI->attributes, tmp);
360 xCharInfo* pCI; local in function:ProcXF86BigfontQueryFont
392 pCI = NULL;
402 pCI
324 swapCharInfo(xCharInfo * pCI) argument
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c303 swapCharInfo(xCharInfo * pCI) argument
305 swaps(&pCI->leftSideBearing);
306 swaps(&pCI->rightSideBearing);
307 swaps(&pCI->characterWidth);
308 swaps(&pCI->ascent);
309 swaps(&pCI->descent);
310 swaps(&pCI->attributes);
337 xCharInfo *pCI; local in function:ProcXF86BigfontQueryFont
371 pCI = NULL;
381 pCI
[all...]
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dbdfint.h82 extern void FontCharInkMetrics ( FontPtr pFont, CharInfoPtr pCI,
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dbdfint.h82 extern void FontCharInkMetrics ( FontPtr pFont, CharInfoPtr pCI,
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c1027 CharInfoPtr ci, pCI; local in function:fs_read_extent_info
1060 pCI = NULL;
1070 pCI = NULL;
1073 pCI = malloc(sizeof(CharInfoRec) * numInfos);
1075 if (!pCI)
1081 fsfont->encoding = pCI;
1083 fsfont->inkMetrics = pCI + numExtents;
1085 fsfont->inkMetrics = pCI;
1119 pCI[i].bits = &_fs_glyph_zero_length;
1122 pCI[
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c1029 CharInfoPtr ci, pCI; local in function:fs_read_extent_info
1062 pCI = NULL;
1072 pCI = NULL;
1075 pCI = mallocarray(numInfos, sizeof(CharInfoRec));
1077 if (!pCI)
1083 fsfont->encoding = pCI;
1085 fsfont->inkMetrics = pCI + numExtents;
1087 fsfont->inkMetrics = pCI;
1121 pCI[i].bits = &_fs_glyph_zero_length;
1124 pCI[
[all...]

Completed in 18 milliseconds