Searched refs:FT_Get_Char_Index (Results 1 – 20 of 20) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.c | 187 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 216 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 259 FT_UInt gindex = FT_Get_Char_Index( face, i ); in af_face_globals_compute_style_coverage()
|
D | afshaper.c | 278 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_shaper_get_coverage() 637 *buf = FT_Get_Char_Index( face, ch ); in af_shaper_get_cluster()
|
D | aflatin2.c | 87 glyph_index = FT_Get_Char_Index( in af_latin2_metrics_init_widths() 236 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin2_metrics_init_blues() 453 glyph_index = FT_Get_Char_Index( face, i ); in af_latin2_metrics_check_digits()
|
/external/freetype/ |
D | libft2.map.txt | 5 FT_Get_Char_Index; # vndk
|
D | ChangeLog.25 | 2598 [autofit] Add wrapper function for `FT_Get_Char_Index'.
|
D | ChangeLog.26 | 3160 * src/base/ftobjs.c (FT_Get_Char_Index): Don't return out-of-bounds
|
D | ChangeLog.23 | 1422 * src/base/ftobjs.c (FT_Get_Char_Index): Check `charcode'
|
/external/freetype/src/truetype/ |
D | ttsubpix.c | 840 FT_Get_Char_Index( (FT_Face)face, in sph_test_tweak() 871 FT_Get_Char_Index( (FT_Face)face, in scale_test_tweak()
|
/external/freetype/src/type1/ |
D | t1afm.c | 204 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); in T1_Read_PFM() 205 kp->index2 = FT_Get_Char_Index( t1_face, p[1] ); in T1_Read_PFM()
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 191 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode); in hb_ft_get_nominal_glyph() 202 g = FT_Get_Char_Index (ft_font->ft_face, 0xF000u + unicode); in hb_ft_get_nominal_glyph() 228 done < count && (*first_glyph = FT_Get_Char_Index (ft_font->ft_face, *first_unicode)); in hb_ft_get_nominal_glyphs()
|
/external/freetype/src/cache/ |
D | ftccmap.c | 311 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
|
/external/freetype/src/pcf/ |
D | README | 37 FT_Get_Char_Index() behavior is unmodified, that is, it converts the ULong
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 89 FT_Get_Char_Index(static_cast<FT_Face>(face), code)
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType.cpp | 1034 return SkToU16(FT_Get_Char_Index( fFace, uni )); in generateCharToGlyph() 1109 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() 1595 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) { in onCharsToGlyphs() 1603 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars)); in onCharsToGlyphs()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1034 return SkToU16(FT_Get_Char_Index( fFace, uni )); in generateCharToGlyph() 1109 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() 1595 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) { in onCharsToGlyphs() 1603 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars)); in onCharsToGlyphs()
|
/external/freetype/src/bdf/ |
D | README | 50 FT_Get_Char_Index's behavior is unmodified, that is, it converts the ULong
|
/external/freetype/include/freetype/ |
D | freetype.h | 3862 FT_Get_Char_Index( FT_Face face,
|
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1177 (*grapheme)[i].index=(ssize_t) FT_Get_Char_Index(face,GetUTFCode(p)); in ComplexTextLayout() 1576 glyph.id=FT_Get_Char_Index(face,' '); in RenderFreetype()
|
/external/freetype/src/base/ |
D | ftobjs.c | 1062 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char() 3680 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function 3719 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()
|
/external/freetype/docs/ |
D | CHANGES | 3283 CMap cache is about twice faster than calling FT_Get_Char_Index 4703 that would really embed a call to FT_Get_Char_Index then
|