/external/pdfium/core/src/fxge/freetype/ |
fx_freetype.c | 162 return (FT_UInt32)ft_get_adobe_glyph_index(glyph_name, p); 164 return (FT_UInt32)(ft_get_adobe_glyph_index(glyph_name, dot) |
|
/external/freetype/src/psnames/ |
pstables.h | 4076 ft_get_adobe_glyph_index( const char* name, function [all...] |
psmodule.c | 159 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); 161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psnames/ |
pstables.h | 4076 ft_get_adobe_glyph_index( const char* name, function [all...] |
psmodule.c | 159 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); 161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
|
/external/pdfium/third_party/freetype/src/psnames/ |
pstables.h | 4076 ft_get_adobe_glyph_index( const char* name, function [all...] |
psmodule.c | 159 return (FT_UInt32)ft_get_adobe_glyph_index( glyph_name, p ); 161 return (FT_UInt32)( ft_get_adobe_glyph_index( glyph_name, dot ) |
|