Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h80 #define ft_memcmp memcmp macro
/AliOS-Things-master/components/freetype/src/gzip/
A Dzutil.h175 # define zmemcmp ft_memcmp
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2font.c273 if ( ft_memcmp( transform, in cf2_font_setup()
/AliOS-Things-master/components/freetype/src/base/
A Dftmac.c752 is_cff = sfnt_size > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 ); in FT_New_Face_From_SFNT()
753 is_sfnt_ps = sfnt_size > 4 && !ft_memcmp( sfnt_data, "typ1", 4 ); in FT_New_Face_From_SFNT()
A Dftobjs.c1768 is_cff = rlen > 4 && !ft_memcmp( sfnt_data, "OTTO", 4 ); in Mac_Read_sfnt_Resource()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1parse.c124 if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 ) in check_type1_format()
A Dt1load.c1955 ft_memcmp( cur, name, len ) == 0 ) in parse_dict()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c176 if ( ft_memcmp( stream->cursor, "%!PS-TrueTypeFont", 17 ) != 0 ) in t42_parser_init()
1151 ft_memcmp( cur, name, len ) == 0 ) in t42_parse_dict()

Completed in 22 milliseconds