Home
last modified time | relevance | path

Searched refs:ft_get_adobe_glyph_index (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/freetype/
Dfx_freetype.cpp150 return (FT_UInt32)ft_get_adobe_glyph_index(glyph_name, p); in FXFT_unicode_from_adobe_name()
152 return (FT_UInt32)(ft_get_adobe_glyph_index(glyph_name, dot) | in FXFT_unicode_from_adobe_name()
/external/freetype/src/psnames/
Dpsmodule.c174 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); in ps_unicode_value()
176 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) | in ps_unicode_value()
Dpstables.h4143 ft_get_adobe_glyph_index( const char* name, in ft_get_adobe_glyph_index() function
/external/pdfium/third_party/freetype/include/
Dpstables.h4143 ft_get_adobe_glyph_index( const char* name, in ft_get_adobe_glyph_index() function
/external/freetype/
DChangeLog.283074 definition of `ft_get_adobe_glyph_index'.
DChangeLog.234117 * src/tools/glnames.py (main): Surround `ft_get_adobe_glyph_index'
DChangeLog.21617 `ft_get_adobe_glyph_index', a new function defined in `pstables.h'.