Searched refs:glyphindex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftglyphs.c81 FT_UInt glyphindex; local in function:_XftFontValidateMemory
85 for (glyphindex = 0; glyphindex < font->num_glyphs; glyphindex++)
87 xftg = font->glyphs[glyphindex];
644 FT_UInt glyphindex; local in function:XftFontLoadGlyphs
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,
1121 FT_UInt glyphindex; local in function:XftFontUnloadGlyphs
1348 FT_UInt glyphindex; local in function:_XftFontUncacheGlyph
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2470 FT_UInt glyphindex; local in function:FcFreeTypeCharIndex
2497 glyphindex = FT_Get_Char_Index (face, (FT_ULong) ucs4);
2498 if (glyphindex)
2499 return glyphindex;
2512 glyphindex = FT_Get_Char_Index (face, (FT_ULong) ucs4 + 0xF000);
2513 if (glyphindex)
2514 return glyphindex;

Completed in 6 milliseconds