Home
last modified time | relevance | path

Searched refs:FT_Set_Charmap (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/cache/
Dftccmap.c309 FT_Set_Charmap( face, cmap ); in FTC_CMapCache_Lookup()
314 FT_Set_Charmap( face, old ); in FTC_CMapCache_Lookup()
/external/freetype/src/autofit/
Dafindic.c57 FT_Set_Charmap( face, oldmap ); in af_indic_metrics_init()
Dafglobal.c325 FT_Set_Charmap( face, old_charmap ); in af_face_globals_compute_style_coverage()
Dafcjk.c660 FT_Set_Charmap( face, oldmap ); in af_cjk_metrics_init()
Daflatin2.c518 FT_Set_Charmap( face, oldmap ); in af_latin2_metrics_init()
Daflatin.c1131 FT_Set_Charmap( face, oldmap ); in af_latin_metrics_init()
/external/freetype/src/type1/
Dt1afm.c190 error = FT_Set_Charmap( t1_face, charmap ); in T1_Read_PFM()
214 error = FT_Set_Charmap( t1_face, oldcharmap ); in T1_Read_PFM()
/external/pdfium/core/fxge/
Dfx_freetype.h85 FT_Set_Charmap(static_cast<FT_Face>(face), static_cast<FT_CharMap>(charmap))
/external/freetype/include/freetype/
Dfreetype.h3804 FT_Set_Charmap( FT_Face face,
/external/ImageMagick/MagickCore/
Dannotate.c1395 ft_status=FT_Set_Charmap(face,face->charmaps[0]); in RenderFreetype()
/external/freetype/src/base/
Dftobjs.c3513 FT_Set_Charmap( FT_Face face, in FT_Set_Charmap() function
/external/freetype/
DChangeLog480 * src/base/ftobjs.c (FT_Set_Charmap): Robustify.
DChangeLog.245770 (FT_Set_Charmap): When a charmap matching with requested
DChangeLog.235294 (FT_Set_Charmap): Disallow cmaps of type 14.