Home
last modified time | relevance | path

Searched refs:FT_Get_Next_Char (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.c133 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_script_coverage()
/external/freetype/include/freetype/
Dfreetype.h3171 FT_Get_Next_Char( FT_Face face,
/external/skia/src/ports/
DSkFontHost_FreeType.cpp427 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) { in populate_glyph_to_unicode()
941 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex ); in generateGlyphToChar()
/external/freetype/src/base/
Dftobjs.c3326 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char()
3339 FT_Get_Next_Char( FT_Face face, in FT_Get_Next_Char() function