Searched refs:FT_Get_First_Char (Results 1 – 9 of 9) sorted by relevance
101 FT_Get_First_Char(static_cast<FT_Face>(face), glyph_index)
3918 FT_Get_First_Char( FT_Face face,
640 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in getGlyphToUnicodeMap()
3709 FT_Get_First_Char( FT_Face face, in FT_Get_First_Char() function
6089 * src/base/ftobjs.c (FT_Get_First_Char, FT_Get_Next_Char): Protect6322 * src/base/ftobjs.c (FT_Get_First_Char): Don't use a loop since we6329 * src/base/ftobjs.c (FT_Get_First_Char, FT_Get_Next_Char): Use a
9232 Added the declarations of FT_Get_First_Char and FT_Get_Next_Char.9234 * src/base/ftobjs.c: Implement FT_Get_First_Char and
3162 (FT_Get_First_Char): Updated.
3479 - Two new APIs have been added: `FT_Get_First_Char' and