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

  /external/freetype/src/base/
ftmac.c 740 size_t sfnt_size; local
750 sfnt_size = (FT_ULong)GetHandleSize( sfnt );
753 if ( FT_MAC_RFORK_MAX_LEN < sfnt_size )
756 if ( FT_ALLOC( sfnt_data, (FT_Long)sfnt_size ) )
762 ft_memcpy( sfnt_data, *sfnt, sfnt_size );
765 is_cff = sfnt_size > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 );
766 is_sfnt_ps = sfnt_size > 4 && !ft_memcmp( sfnt_data, "typ1", 4 );
776 FT_Stream_OpenMemory( stream, sfnt_data, sfnt_size );
794 sfnt_size,
  /external/freetype/builds/mac/
ftmac.c 1119 size_t sfnt_size; local
1129 sfnt_size = (FT_ULong)GetHandleSize( sfnt );
1130 if ( FT_ALLOC( sfnt_data, (FT_Long)sfnt_size ) )
1137 ft_memcpy( sfnt_data, *sfnt, sfnt_size );
1141 is_cff = sfnt_size > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 );
1142 is_sfnt_ps = sfnt_size > 4 && !ft_memcmp( sfnt_data, "typ1", 4 );
1152 FT_Stream_OpenMemory( stream, sfnt_data, sfnt_size );
1170 sfnt_size,
    [all...]

Completed in 69 milliseconds