Searched refs:xGlyphInfo (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/render/
H A Dglyphstr.h47 xGlyphInfo info;
99 HashGlyph(xGlyphInfo * gi,
110 extern GlyphPtr AllocateGlyph(xGlyphInfo * gi, int format);
H A Dglyph.c165 HashGlyph(xGlyphInfo * gi,
174 success = x_sha1_update(ctx, gi, sizeof(xGlyphInfo));
343 AllocateGlyph(xGlyphInfo * gi, int fdepth)
357 glyph->size = size + sizeof(xGlyphInfo);
H A Drender.c1003 xGlyphInfo *gi;
1043 gi = (xGlyphInfo *) (gids + nglyphs);
1045 remain -= (sizeof(CARD32) + sizeof(xGlyphInfo)) * nglyphs;
1048 if (gi < ((xGlyphInfo *) stuff) ||
1049 gi > ((xGlyphInfo *) ((CARD32 *) stuff + client->req_len)) ||
2233 xGlyphInfo *gi;
2244 gi = (xGlyphInfo *) (gids + stuff->nglyphs);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyphstr.h47 xGlyphInfo info;
109 HashGlyph (xGlyphInfo *gi,
127 AllocateGlyph (xGlyphInfo *gi, int format);
H A Dglyph.c180 HashGlyph (xGlyphInfo *gi,
191 success = x_sha1_update(ctx, gi, sizeof(xGlyphInfo));
372 AllocateGlyph (xGlyphInfo *gi, int fdepth)
386 glyph->size = size + sizeof (xGlyphInfo);
H A Drender.c1041 xGlyphInfo *gi;
1082 gi = (xGlyphInfo *) (gids + nglyphs);
1084 remain -= (sizeof (CARD32) + sizeof (xGlyphInfo)) * nglyphs;
1087 if (gi < ((xGlyphInfo *)stuff) ||
1088 gi > ((xGlyphInfo *)((CARD32 *)stuff + client->req_len)) ||
2327 xGlyphInfo *gi;
2337 gi = (xGlyphInfo *) (gids + stuff->nglyphs);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c359 xGlyphInfo *gi;
370 gi = (xGlyphInfo *)(gids + nglyphs);
374 (sizeof(CARD32) + sizeof(xGlyphInfo)) * nglyphs);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h154 } xGlyphInfo; typedef in typeref:struct:__anonb7d133210c08
/xsrc/external/mit/libXrender/dist/src/
H A DGlyph.c106 len = (nglyphs * (SIZEOF (xGlyphInfo) + 4) + nbyte_images) >> 2;
109 Data16 (dpy, (_Xconst short *) glyphs, nglyphs * SIZEOF (xGlyphInfo));

Completed in 21 milliseconds