Home
last modified time | relevance | path

Searched refs:ft_strncmp (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/cid/
Dcidparse.c78 if ( ft_strncmp( (char *)stream->cursor, in cid_parser_new()
137 ft_strncmp( (char*)p, STARTDATA, STARTDATA_LEN ) == 0 ) in cid_parser_new()
144 ft_strncmp( (char*)p, SFNTS, SFNTS_LEN ) == 0 ) in cid_parser_new()
211 ft_strncmp( (char*)cur, STARTDATA, STARTDATA_LEN ) == 0 ) in cid_parser_new()
213 if ( ft_strncmp( (char*)arg1, "(Hex)", 5 ) == 0 ) in cid_parser_new()
230 ft_strncmp( (char*)cur, SFNTS, SFNTS_LEN ) == 0 ) in cid_parser_new()
Dcidload.c421 ft_strncmp( (char*)cur, "%ADOBeginFontDict", 17 ) == 0 ) in cid_parse_dict()
/external/freetype/include/freetype/config/
Dftstdlib.h89 #define ft_strncmp strncmp macro
/external/freetype/src/gxvalid/
Dgxvfgen.c469 ( ft_strncmp( feat_name, in main()
/external/freetype/src/type42/
Dt42parse.c505 ft_strncmp( (const char*)cur, "StandardEncoding", 16 ) == 0 ) in t42_parse_encoding()
509 ft_strncmp( (const char*)cur, "ExpertEncoding", 14 ) == 0 ) in t42_parse_encoding()
513 ft_strncmp( (const char*)cur, "ISOLatin1Encoding", 17 ) == 0 ) in t42_parse_encoding()
1173 ft_strncmp( (char*)cur, "FontDirectory", 13 ) == 0 ) in t42_parse_dict()
1187 ft_strncmp( (char*)cur, "known", 5 ) == 0 ) in t42_parse_dict()
/external/freetype/src/psaux/
Dafmparse.c428 !ft_strncmp( str, "true", 4 ) ); in afm_parser_read_vals()
518 if ( ft_strncmp( afm_key_table[n], key, len ) == 0 ) in afm_tokenize()
876 ft_strncmp( key, "StartFontMetrics", 16 ) != 0 ) in afm_parser_parse()
/external/freetype/src/sfnt/
Dttbdf.c205 ft_strncmp( property_name, in tt_face_find_bdf_prop()
/external/freetype/src/type1/
Dt1afm.c73 ft_strncmp( gname, name, len ) == 0 ) in t1_get_index()
Dt1load.c1674 ft_strncmp( (const char*)cur, "StandardEncoding", 16 ) == 0 ) in parse_encoding()
1681 ft_strncmp( (const char*)cur, "ExpertEncoding", 14 ) == 0 ) in parse_encoding()
1688 ft_strncmp( (const char*)cur, "ISOLatin1Encoding", 17 ) == 0 ) in parse_encoding()
1803 ft_strncmp( (char*)parser->root.cursor, "dup", 3 ) != 0 ) in parse_subrs()
1823 ft_strncmp( (char*)parser->root.cursor, "put", 3 ) == 0 ) in parse_subrs()
/external/freetype/src/cff/
Dcffobjs.c1024 if ( !ft_strncmp( cffface->style_name, "Bold", 4 ) || in cff_face_init()
1025 !ft_strncmp( cffface->style_name, "Black", 5 ) ) in cff_face_init()
/external/freetype/include/freetype/internal/
Dpsaux.h1430 ft_strncmp( (char*)(cur), (token), sizeof ( (token) ) - 1 ) == 0 )
/external/freetype/src/truetype/
Dttobjs.c564 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) ) in tt_check_single_notdef()
/external/freetype/src/bdf/
Dbdflib.c176 ( ft_strncmp( name, property, n ) || \
/external/freetype/
DChangeLog.25968 s/ft_strncmp/_bdf_strncmp/ everywhere.
2181 * src/bdf/bdflib.c: s/ft_memcmp/ft_strncmp/ to make comparisons