Searched refs:FT_Get_First_Char (Results 1 – 3 of 3) sorted by relevance
3137 FT_Get_First_Char( FT_Face face,
414 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex); in populate_glyph_to_unicode()910 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex ); in generateGlyphToChar()
3315 FT_Get_First_Char( FT_Face face, in FT_Get_First_Char() function