Searched refs:FT_Get_Char_Index (Results 1 – 16 of 16) sorted by relevance
/external/freetype/ |
D | libft2.map.txt | 5 FT_Get_Char_Index; # vndk
|
/external/freetype/src/autofit/ |
D | afglobal.c | 192 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 221 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 264 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() 644 *buf = FT_Get_Char_Index( face, ch ); in af_shaper_get_cluster()
|
D | aflatin2.c | 84 glyph_index = FT_Get_Char_Index( in af_latin2_metrics_init_widths() 233 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p ); in af_latin2_metrics_init_blues() 450 glyph_index = FT_Get_Char_Index( face, i ); in af_latin2_metrics_check_digits()
|
/external/freetype/src/truetype/ |
D | ttsubpix.c | 839 FT_Get_Char_Index( (FT_Face)face, in sph_test_tweak() 870 FT_Get_Char_Index( (FT_Face)face, in scale_test_tweak()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1afm.c | 202 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); in T1_Read_PFM() 203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] ); in T1_Read_PFM()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttsubpix.c | 839 FT_Get_Char_Index( (FT_Face)face, in sph_test_tweak() 870 FT_Get_Char_Index( (FT_Face)face, in scale_test_tweak()
|
/external/freetype/src/cache/ |
D | ftccmap.c | 314 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
|
/external/harfbuzz_ng/src/ |
D | hb-ft.cc | 176 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode); in hb_ft_get_nominal_glyph() 187 g = FT_Get_Char_Index (ft_font->ft_face, 0xF000u + unicode); in hb_ft_get_nominal_glyph()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 964 return SkToU16(FT_Get_Char_Index( fFace, uni )); in generateCharToGlyph() 1060 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() 1490 if (0 == FT_Get_Char_Index(face, next_uni_proc(&chars))) { in onCharsToGlyphs() 1498 unsigned id = FT_Get_Char_Index(face, next_uni_proc(&chars)); in onCharsToGlyphs()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 76 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 3343 FT_Get_Char_Index( FT_Face face,
|
/external/freetype/include/freetype/ |
D | freetype.h | 3521 FT_Get_Char_Index( FT_Face face,
|
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1132 (*grapheme)[i].index=(ssize_t) FT_Get_Char_Index(face,GetUTFCode(p)); in ComplexTextLayout() 1519 glyph.id=FT_Get_Char_Index(face,'?'); in RenderFreetype() 1701 glyph.id=FT_Get_Char_Index(face,'_'); in RenderFreetype()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 858 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char() 3373 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function 3412 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()
|
/external/freetype/src/base/ |
D | ftobjs.c | 882 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char() 3508 FT_Get_Char_Index( FT_Face face, in FT_Get_Char_Index() function 3547 gindex = FT_Get_Char_Index( face, 0 ); in FT_Get_First_Char()
|