Home
last modified time | relevance | path

Searched refs:ft_memcmp (Results 1 – 13 of 13) sorted by relevance

/external/freetype/include/freetype/config/
Dftstdlib.h81 #define ft_memcmp memcmp macro
/external/freetype/src/gzip/
Dzutil.h175 # define zmemcmp ft_memcmp
/external/freetype/src/base/
Dftmac.c765 is_cff = sfnt_size > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 ); in FT_New_Face_From_SFNT()
766 is_sfnt_ps = sfnt_size > 4 && !ft_memcmp( sfnt_data, "typ1", 4 ); in FT_New_Face_From_SFNT()
Dftobjs.c2054 is_cff = rlen > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 ); in Mac_Read_sfnt_Resource()
/external/freetype/src/type1/
Dt1parse.c124 if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 ) in check_type1_format()
Dt1load.c2282 ft_memcmp( cur, name, len ) == 0 ) in parse_dict()
/external/freetype/src/psaux/
Dpsfont.c338 if ( ft_memcmp( transform, in cf2_font_setup()
/external/freetype/src/type42/
Dt42parse.c170 if ( ft_memcmp( stream->cursor, "%!PS-TrueTypeFont", 17 ) != 0 ) in t42_parser_init()
1244 ft_memcmp( cur, name, len ) == 0 ) in t42_parse_dict()
/external/freetype/builds/mac/
Dftmac.c1141 is_cff = sfnt_size > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 ); in FT_New_Face_From_SFNT()
1142 is_sfnt_ps = sfnt_size > 4 && !ft_memcmp( sfnt_data, "typ1", 4 ); in FT_New_Face_From_SFNT()
/external/freetype/src/sfnt/
Dsfobjs.c1048 if ( !ft_memcmp( default_values, instance_values, num_axes * 4 ) ) in sfnt_init_face()
/external/freetype/src/cff/
Dcffload.c1570 ft_memcmp( NDV, in cff_blend_check_vector()
/external/freetype/
DChangeLog.214134 Use ft_memcmp to simplify code.
5560 (is_dfont) [TARGET_API_MAC_CARBON]: s/memcmp/ft_memcmp/.
5566 s/memcmp/ft_memcmp/.
8400 * include/freetype/config/ftstdlib.h (ft_xdigit, ft_memcmp,
DChangeLog.252181 * src/bdf/bdflib.c: s/ft_memcmp/ft_strncmp/ to make comparisons