| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | glyph.c | 307 AddGlyph (GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id) argument 312 CheckDuplicates (&globalGlyphs[glyphSet->fdepth], "AddGlyph top global"); 315 gr = FindGlyphRef (&globalGlyphs[glyphSet->fdepth], signature, 327 globalGlyphs[glyphSet->fdepth].tableEntries++; 331 gr = FindGlyphRef (&glyphSet->hash, id, FALSE, 0); 334 FreeGlyph (gr->glyph, glyphSet->fdepth); 336 glyphSet->hash.tableEntries++; 339 CheckDuplicates (&globalGlyphs[glyphSet->fdepth], "AddGlyph bottom"); 343 DeleteGlyph (GlyphSetPtr glyphSet, Glyph id) argument 348 gr = FindGlyphRef (&glyphSet 361 FindGlyph(GlyphSetPtr glyphSet,Glyph id) argument 471 ResizeGlyphSet(GlyphSetPtr glyphSet,CARD32 change) argument 480 GlyphSetPtr glyphSet; local in function:AllocateGlyphSet 507 GlyphSetPtr glyphSet = (GlyphSetPtr) value; local in function:FreeGlyphSet [all...] |
| H A D | glyphstr.h | 118 AddGlyph (GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id); 121 DeleteGlyph (GlyphSetPtr glyphSet, Glyph id); 124 FindGlyph (GlyphSetPtr glyphSet, Glyph id); 136 ResizeGlyphSet (GlyphSetPtr glyphSet, CARD32 change);
|
| H A D | render.c | 930 GlyphSetPtr glyphSet; local in function:ProcRenderCreateGlyphSet 964 glyphSet = AllocateGlyphSet (f, format); 965 if (!glyphSet) 969 glyphSet, RT_NONE, NULL, DixCreateAccess); 972 if (!AddResource (stuff->gsid, GlyphSetType, (pointer)glyphSet)) 980 GlyphSetPtr glyphSet; local in function:ProcRenderReferenceGlyphSet 988 rc = dixLookupResourceByType((pointer *)&glyphSet, stuff->existing, GlyphSetType, 995 glyphSet->refcnt++; 996 if (!AddResource (stuff->gsid, GlyphSetType, (pointer)glyphSet)) 1007 GlyphSetPtr glyphSet; local in function:ProcRenderFreeGlyphSet 1035 GlyphSetPtr glyphSet; local in function:ProcRenderAddGlyphs 1256 GlyphSetPtr glyphSet; local in function:ProcRenderFreeGlyphs 1286 GlyphSetPtr glyphSet; local in function:ProcRenderCompositeGlyphs [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | glyph.c | 283 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id) argument 288 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph top global"); 291 gr = FindGlyphRef(&globalGlyphs[glyphSet->fdepth], signature, 299 globalGlyphs[glyphSet->fdepth].tableEntries++; 303 gr = FindGlyphRef(&glyphSet->hash, id, FALSE, 0); 306 FreeGlyph(gr->glyph, glyphSet->fdepth); 308 glyphSet->hash.tableEntries++; 311 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph bottom"); 315 DeleteGlyph(GlyphSetPtr glyphSet, Glyph id) argument 320 gr = FindGlyphRef(&glyphSet 332 FindGlyph(GlyphSetPtr glyphSet,Glyph id) argument 438 ResizeGlyphSet(GlyphSetPtr glyphSet,CARD32 change) argument 447 GlyphSetPtr glyphSet; local in function:AllocateGlyphSet 471 GlyphSetPtr glyphSet = (GlyphSetPtr) value; local in function:FreeGlyphSet [all...] |
| H A D | glyphstr.h | 103 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id); 106 DeleteGlyph(GlyphSetPtr glyphSet, Glyph id); 108 extern GlyphPtr FindGlyph(GlyphSetPtr glyphSet, Glyph id); 115 ResizeGlyphSet(GlyphSetPtr glyphSet, CARD32 change);
|
| H A D | render.c | 890 GlyphSetPtr glyphSet; local in function:ProcRenderCreateGlyphSet 925 glyphSet = AllocateGlyphSet(f, format); 926 if (!glyphSet) 930 glyphSet, RT_NONE, NULL, DixCreateAccess); 933 if (!AddResource(stuff->gsid, GlyphSetType, (void *) glyphSet)) 941 GlyphSetPtr glyphSet; local in function:ProcRenderReferenceGlyphSet 950 rc = dixLookupResourceByType((void **) &glyphSet, stuff->existing, 956 glyphSet->refcnt++; 957 if (!AddResource(stuff->gsid, GlyphSetType, (void *) glyphSet)) 968 GlyphSetPtr glyphSet; local in function:ProcRenderFreeGlyphSet 996 GlyphSetPtr glyphSet; local in function:ProcRenderAddGlyphs 1207 GlyphSetPtr glyphSet; local in function:ProcRenderFreeGlyphs 1235 GlyphSetPtr glyphSet; local in function:ProcRenderCompositeGlyphs [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpict.c | 209 /** Free \a glyphSet on back-end screen number \a idx. */ 210 Bool dmxBEFreeGlyphSet(ScreenPtr pScreen, GlyphSetPtr glyphSet) argument 212 dmxGlyphPrivPtr glyphPriv = DMX_GET_GLYPH_PRIV(glyphSet); 225 /** Create \a glyphSet on the backend screen number \a idx. */ 226 int dmxBECreateGlyphSet(int idx, GlyphSetPtr glyphSet) argument 230 dmxGlyphPrivPtr glyphPriv = DMX_GET_GLYPH_PRIV(glyphSet); 231 PictFormatPtr pFmt = glyphSet->format; 267 GlyphSetPtr glyphSet; local in function:dmxProcRenderCreateGlyphSet 271 /* Look up glyphSet that was just created ???? */ 272 /* Store glyphsets from backends in glyphSet 315 GlyphSetPtr glyphSet; local in function:dmxProcRenderFreeGlyphSet 353 GlyphSetPtr glyphSet; local in function:dmxProcRenderAddGlyphs 403 GlyphSetPtr glyphSet; local in function:dmxProcRenderFreeGlyphs 477 GlyphSetPtr glyphSet; local in function:dmxProcRenderCompositeGlyphs [all...] |
| H A D | dmxpict.h | 114 extern int dmxBECreateGlyphSet(int idx, GlyphSetPtr glyphSet); 115 extern Bool dmxBEFreeGlyphSet(ScreenPtr pScreen, GlyphSetPtr glyphSet);
|
| H A D | dmxextension.c | 1083 GlyphSetPtr glyphSet = value; local in function:dmxBERestoreRenderGlyph 1085 dmxGlyphPrivPtr glyphPriv = DMX_GET_GLYPH_PRIV(glyphSet); 1103 if ((beret = dmxBECreateGlyphSet(scrnNum, glyphSet)) != Success) { 1110 table = glyphSet->hash.table; 1113 for (i = 0; i < glyphSet->hash.hashSet->size; i++) { 1123 gids = malloc(glyphSet->hash.tableEntries*sizeof(Glyph)); 1124 glyphs = malloc(glyphSet->hash.tableEntries*sizeof(XGlyphInfo)); 1130 for (i = 0; i < glyphSet->hash.hashSet->size; i++) { 1155 gids,glyphs, glyphSet->hash.tableEntries, images,
|