Lines Matching refs:glyphindex
81 FT_UInt glyphindex;
85 for (glyphindex = 0; glyphindex < font->num_glyphs; glyphindex++)
87 xftg = font->glyphs[glyphindex];
644 FT_UInt glyphindex;
694 glyphindex = *glyphs++;
695 xftg = font->glyphs[glyphindex];
711 error = FT_Load_Glyph (face, glyphindex, font->info.load_flags);
721 error = FT_Load_Glyph (face, glyphindex,
877 printf ("glyph %d:\n", (int) glyphindex);
981 glyph = (Glyph) glyphindex;
1066 printf ("Caching glyph 0x%x size %lu\n", glyphindex,
1073 xuse->older = glyphindex;
1074 xuse->newer = glyphindex;
1077 (void *) font, glyphindex,
1091 xnew->newer = glyphindex;
1092 xold->older = glyphindex;
1095 (void *) font, glyphindex,
1101 font->newest = glyphindex;
1121 FT_UInt glyphindex;
1128 glyphindex = *glyphs++;
1129 xftg = font->glyphs[glyphindex];
1136 glyphindex, xftg->glyph_memory);
1143 glyphBuf[nused++] = (Glyph) glyphindex;
1172 if (font->newest == glyphindex) {
1197 font->glyphs[glyphindex] = NULL;
1348 FT_UInt glyphindex;
1364 if ((glyphindex = xuse->newer) != FT_UINT_MAX)
1365 XftFontUnloadGlyphs (dpy, pub, &glyphindex, 1);
1374 for (glyphindex = 0; glyphindex < font->num_glyphs; glyphindex++)
1376 xftg = font->glyphs[glyphindex];
1381 XftFontUnloadGlyphs (dpy, pub, &glyphindex, 1);
1398 for (glyphindex = 0; glyphindex < font->num_glyphs; glyphindex++)
1400 xftg = font->glyphs[glyphindex];
1405 XftFontUnloadGlyphs (dpy, pub, &glyphindex, 1);