Home
last modified time | relevance | path

Searched refs:FT_Select_Charmap (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformDataFreeType.cpp280 bool hasCompatibleCharmap = !(FT_Select_Charmap(freeTypeFace, ft_encoding_unicode) in hasCompatibleCharmap()
281 && FT_Select_Charmap(freeTypeFace, ft_encoding_symbol) in hasCompatibleCharmap()
282 && FT_Select_Charmap(freeTypeFace, ft_encoding_apple_roman)); in hasCompatibleCharmap()
/external/freetype/src/autofit/
Dafindic.c45 if ( FT_Select_Charmap( face, FT_ENCODING_UNICODE ) ) in af_indic_metrics_init()
Dafglobal.c93 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE ); in af_face_globals_compute_script_coverage()
Daflatin.c501 error = FT_Select_Charmap( face, latin_encodings[ee] ); in af_latin_metrics_init()
Dafcjk.c555 if ( FT_Select_Charmap( face, FT_ENCODING_UNICODE ) ) in af_cjk_metrics_init()
Daflatin2.c487 error = FT_Select_Charmap( face, latin_encodings[ee] ); in af_latin2_metrics_init()
/external/freetype/src/cache/
Dftccmap.c352 FT_Select_Charmap( face, desc->u.encoding ); in FTC_CMapCache_Lookup()
/external/freetype/include/freetype/
Dfreetype.h3010 FT_Select_Charmap( FT_Face face,
/external/freetype/src/base/
Dftobjs.c3054 FT_Select_Charmap( FT_Face face, in FT_Select_Charmap() function