Searched refs:FT_Get_Next_Char (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afglobal.c | 192 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 221 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 3935 FT_Get_Next_Char( FT_Face face,
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
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.210 | 5821 This makes FT_Get_Char_Index and FT_Get_Next_Char 4-5 times faster. 5874 directly makes FT_Get_Char_Index and FT_Get_Next_Char 4-5 times
|
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.
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3842 result = FT_Get_Next_Char( face, 0, &gindex ); in FT_Get_First_Char() 3855 FT_Get_Next_Char( FT_Face face, in FT_Get_Next_Char() function
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 518 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 3473 been fixed (FT_Get_Next_Char returned invalid values). 3912 `FT_Get_Next_Char'.
|