| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffcmap.h | 41 FT_UShort* gids; /* up to 256 elements */ member in struct:CFF_CMapStdRec_
|
| H A D | cffcmap.c | 45 cmap->gids = encoding->codes; 54 cmap->gids = NULL; 66 result = cmap->gids[char_code]; 92 result = cmap->gids[code];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpict.c | 357 CARD32 *gids; local in function:dmxProcRenderAddGlyphs 369 gids = (CARD32 *)(stuff + 1); 370 gi = (xGlyphInfo *)(gids + nglyphs); 377 for (i = 0; i < nglyphs; i++) gidsCopy[i] = gids[i]; 415 Glyph *gids; local in function:dmxProcRenderFreeGlyphs 419 gids = malloc(sizeof(*gids) * nglyphs); 421 gids[i] = ((CARD32 *)(stuff + 1))[i]; 428 glyphPriv->glyphSets[i], gids, nglyphs); 432 free(gids); [all...] |
| H A D | dmxextension.c | 1089 Glyph *gids; local in function:dmxBERestoreRenderGlyph 1123 gids = malloc(glyphSet->hash.tableEntries*sizeof(Glyph)); 1136 /* First lets put the data into gids */ 1137 gids[ctr] = gr->signature; 1155 gids,glyphs, glyphSet->hash.tableEntries, images, 1160 free(gids);
|
| /xsrc/external/mit/libXrender/dist/include/X11/extensions/ |
| H A D | Xrender.h | 666 * @param[in] gids Array of ids for the new Glyphs. 672 void XRenderAddGlyphs(Display *dpy, GlyphSet glyphset, _Xconst Glyph *gids, 681 * @param[in] gids Identifier array of the Glyphs to dellocate. 684 void XRenderFreeGlyphs(Display *dpy, GlyphSet glyphset, _Xconst Glyph *gids,
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Glyph.c | 87 _Xconst Glyph *gids, 108 Data32 (dpy, (_Xconst long *) gids, nglyphs * 4); 118 _Xconst Glyph *gids, 134 Data32 (dpy, (_Xconst long *) gids, len); 85 XRenderAddGlyphs(Display * dpy,GlyphSet glyphset,_Xconst Glyph * gids,_Xconst XGlyphInfo * glyphs,int nglyphs,_Xconst char * images,int nbyte_images) argument 116 XRenderFreeGlyphs(Display * dpy,GlyphSet glyphset,_Xconst Glyph * gids,int nglyphs) argument
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | render.c | 1040 CARD32 *gids; local in function:ProcRenderAddGlyphs 1081 gids = (CARD32 *) (stuff + 1); 1082 gi = (xGlyphInfo *) (gids + nglyphs); 1210 glyph_new->id = gids[i]; 1258 CARD32 *gids; local in function:ProcRenderFreeGlyphs 1270 gids = (CARD32 *) (stuff + 1); 1273 glyph = *gids++; 2325 CARD32 *gids; local in function:SProcRenderAddGlyphs 2336 gids = (CARD32 *) (stuff + 1); 2337 gi = (xGlyphInfo *) (gids [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | render.c | 1002 CARD32 *gids; local in function:ProcRenderAddGlyphs 1042 gids = (CARD32 *) (stuff + 1); 1043 gi = (xGlyphInfo *) (gids + nglyphs); 1157 glyph_new->id = gids[i]; 1209 CARD32 *gids; local in function:ProcRenderFreeGlyphs 1221 gids = (CARD32 *) (stuff + 1); 1223 glyph = *gids++; 2231 CARD32 *gids; local in function:SProcRenderAddGlyphs 2243 gids = (CARD32 *) (stuff + 1); 2244 gi = (xGlyphInfo *) (gids [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | access.c | 1104 * Return the uid and all gids of a connected local client 1122 const gid_t *gids; local in function:GetLocalClientCreds 1175 lcc->nSuppGids = ucred_getgroups(peercred, &gids); 1183 (lcc->pSuppGids)[i] = (int) gids[i];
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | access.c | 1160 * Return the uid and all gids of a connected local client 1176 const gid_t *gids; local in function:GetLocalClientCreds 1227 lcc->nSuppGids = ucred_getgroups(peercred, &gids); 1237 (lcc->pSuppGids)[i] = (int) gids[i];
|