Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c201 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage()
230 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage()
/external/pdfium/core/fxge/
Dfx_freetype.h88 FT_Get_Next_Char((FT_Face)face, code, glyph_index)
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h3432 FT_Get_Next_Char( FT_Face face,
/external/freetype/include/freetype/
Dfreetype.h3610 FT_Get_Next_Char( FT_Face face,
/external/skia/src/ports/
DSkFontHost_FreeType.cpp529 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in populate_glyph_to_unicode()
977 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex ); in generateGlyphToChar()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c3414 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char()
3427 FT_Get_Next_Char( FT_Face face, in FT_Get_Next_Char() function
/external/freetype/src/base/
Dftobjs.c3549 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char()
3562 FT_Get_Next_Char( FT_Face face, in FT_Get_Next_Char() function