Home
last modified time | relevance | path

Searched refs:FT_Get_Char_Index (Results 1 – 16 of 16) sorted by relevance

/external/freetype/
Dlibft2.map.txt5 FT_Get_Char_Index; # vndk
/external/freetype/src/autofit/
Dafglobal.c192 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()
Dafshaper.c278 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()
Daflatin2.c84 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/
Dttsubpix.c839 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/
Dt1afm.c202 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/
Dttsubpix.c839 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/
Dftccmap.c314 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
/external/harfbuzz_ng/src/
Dhb-ft.cc176 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/
DSkFontHost_FreeType.cpp964 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/
Dfx_freetype.h76 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h3343 FT_Get_Char_Index( FT_Face face,
/external/freetype/include/freetype/
Dfreetype.h3521 FT_Get_Char_Index( FT_Face face,
/external/ImageMagick/MagickCore/
Dannotate.c1132 (*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/
Dftobjs.c858 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/
Dftobjs.c882 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()