Home
last modified time | relevance | path

Searched refs:ft_get_adobe_glyph_index (Results 1 – 5 of 5) 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/pdfium/third_party/freetype/src/psnames/
Dpstables.h4076 ft_get_adobe_glyph_index( const char* name, in ft_get_adobe_glyph_index() function
Dpsmodule.c159 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); in ps_unicode_value()
161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) | in ps_unicode_value()
/external/freetype/src/psnames/
Dpstables.h4143 ft_get_adobe_glyph_index( const char* name, in ft_get_adobe_glyph_index() function
Dpsmodule.c162 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); in ps_unicode_value()
164 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) | in ps_unicode_value()