Lines Matching refs:glyphSet
890 GlyphSetPtr glyphSet;
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;
950 rc = dixLookupResourceByType((void **) &glyphSet, stuff->existing,
956 glyphSet->refcnt++;
957 if (!AddResource(stuff->gsid, GlyphSetType, (void *) glyphSet))
968 GlyphSetPtr glyphSet;
974 rc = dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
996 GlyphSetPtr glyphSet;
1014 dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
1026 component_alpha = NeedsComponent(glyphSet->format->format);
1061 padded_width = PixmapBytePad(gi[i].width, glyphSet->format->depth);
1075 glyph_new->glyph = FindGlyphByHash(glyph_new->sha1, glyphSet->fdepth);
1085 glyph_new->glyph = glyph = AllocateGlyph(&gi[i], glyphSet->fdepth);
1094 int depth = glyphSet->format->depth;
1112 glyphSet->format, 0, NULL,
1129 glyphSet->format,
1168 if (!ResizeGlyphSet(glyphSet, nglyphs)) {
1173 AddGlyph(glyphSet, glyphs[i].glyph, glyphs[i].id);
1174 FreeGlyph(glyphs[i].glyph, glyphSet->fdepth);
1207 GlyphSetPtr glyphSet;
1213 rc = dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
1224 if (!DeleteGlyph(glyphSet, glyph)) {
1235 GlyphSetPtr glyphSet;
1287 rc = dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
1338 rc = dixLookupResourceByType((void **) &glyphSet, gs,
1349 lists->format = glyphSet->format;
1366 if ((*glyphs = FindGlyph(glyphSet, glyph))) {