Searched refs:gids (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffcmap.h41 FT_UShort* gids; /* up to 256 elements */ member in struct:CFF_CMapStdRec_
H A Dcffcmap.c45 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 Ddmxpict.c357 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 Ddmxextension.c1089 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 DXrender.h666 * @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 DGlyph.c87 _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 Drender.c1040 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 Drender.c1002 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 Daccess.c1104 * 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 Daccess.c1160 * 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];

Completed in 27 milliseconds