Searched refs:FT_Get_Next_Char (Results 1 – 12 of 12) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.c | 196 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 225 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 103 FT_Get_Next_Char(static_cast<FT_Face>(face), code, glyph_index)
|
/external/freetype/include/freetype/ |
D | freetype.h | 3956 FT_Get_Next_Char( FT_Face face,
|
/external/freetype/ |
D | ChangeLog.20 | 16 removing `FT_Get_Next_Char' from the API (temporarily). 18 * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char; 79 Adding the function `FT_Get_Next_Char', doing the obvious thing 93 * src/base/ftobjs.c (FT_Get_Next_Char): New function, implementing
|
D | ChangeLog.24 | 6089 * src/base/ftobjs.c (FT_Get_First_Char, FT_Get_Next_Char): Protect 6323 call FT_Get_Next_Char anyway if necessary. 6329 * src/base/ftobjs.c (FT_Get_First_Char, FT_Get_Next_Char): Use a
|
D | ChangeLog.21 | 9232 Added the declarations of FT_Get_First_Char and FT_Get_Next_Char. 9235 FT_Get_Next_Char.
|
D | ChangeLog.26 | 3147 While the current code in `FT_Get_Next_Char' correctly rejects
|
D | ChangeLog.23 | 3330 Protect FT_Get_Next_Char.
|
/external/freetype/src/base/ |
D | ftobjs.c | 3721 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char() 3734 FT_Get_Next_Char( FT_Face face, in FT_Get_Next_Char() function
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType.cpp | 647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
|
/external/freetype/docs/ |
D | CHANGES | 3041 been fixed (FT_Get_Next_Char returned invalid values). 3480 `FT_Get_Next_Char'.
|