Lines Matching defs:glyphs
1080 /** Restore Render's glyphs */
1090 XGlyphInfo *glyphs;
1098 /* Only restore glyphs on the screen we are attaching */
1124 glyphs = malloc(glyphSet->hash.tableEntries*sizeof(XGlyphInfo));
1139 /* Next do the glyphs data structures */
1140 glyphs[ctr].width = gl->info.width;
1141 glyphs[ctr].height = gl->info.height;
1142 glyphs[ctr].x = gl->info.x;
1143 glyphs[ctr].y = gl->info.y;
1144 glyphs[ctr].xOff = gl->info.xOff;
1145 glyphs[ctr].yOff = gl->info.yOff;
1155 gids,glyphs, glyphSet->hash.tableEntries, images,
1161 free(glyphs);