HomeSort by relevance Sort by last modified time
    Searched refs:ft_get_adobe_glyph_index (Results 1 - 7 of 7) sorted by null

  /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 ) |

Completed in 1337 milliseconds