HomeSort by: relevance | last modified time | path
    Searched refs:glyphindex (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXft/dist/src/
xftglyphs.c 81 FT_UInt glyphindex; local
85 for (glyphindex = 0; glyphindex < font->num_glyphs; glyphindex++)
87 xftg = font->glyphs[glyphindex];
644 FT_UInt glyphindex; local
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
1348 FT_UInt glyphindex; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 2470 FT_UInt glyphindex; local
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 7 milliseconds