Searched refs:FT_Get_Next_Char (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.c | 200 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 86 FT_Get_Next_Char((FT_Face)face, code, glyph_index)
|
/external/freetype/include/ |
D | freetype.h | 3301 FT_Get_Next_Char( FT_Face face,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 3432 FT_Get_Next_Char( FT_Face face,
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 454 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in populate_glyph_to_unicode() 1002 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex ); in generateGlyphToChar()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 3414 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/ |
D | ftobjs.c | 3374 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char() 3387 FT_Get_Next_Char( FT_Face face, in FT_Get_Next_Char() function
|