Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c196 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/
Dfx_freetype.h103 FT_Get_Next_Char(static_cast<FT_Face>(face), code, glyph_index)
/external/freetype/include/freetype/
Dfreetype.h3956 FT_Get_Next_Char( FT_Face face,
/external/freetype/
DChangeLog.2016 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
DChangeLog.246089 * 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
DChangeLog.219232 Added the declarations of FT_Get_First_Char and FT_Get_Next_Char.
9235 FT_Get_Next_Char.
DChangeLog.263147 While the current code in `FT_Get_Next_Char' correctly rejects
DChangeLog.233330 Protect FT_Get_Next_Char.
/external/freetype/src/base/
Dftobjs.c3721 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/
DSkFontHost_FreeType.cpp647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp647 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex); in getGlyphToUnicodeMap()
/external/freetype/docs/
DCHANGES3041 been fixed (FT_Get_Next_Char returned invalid values).
3480 `FT_Get_Next_Char'.