/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidparse.c | 73 if ( ft_strncmp( (char *)stream->cursor, in cid_parser_new() 117 if ( p[0] == 'S' && ft_strncmp( (char*)p, "StartData", 9 ) == 0 ) in cid_parser_new() 123 else if ( p[1] == 's' && ft_strncmp( (char*)p, "/sfnts", 6 ) == 0 ) in cid_parser_new() 176 if ( cur[0] == 'S' && ft_strncmp( (char*)cur, "StartData", 9 ) == 0 ) in cid_parser_new() 178 if ( ft_strncmp( (char*)arg1, "(Hex)", 5 ) == 0 ) in cid_parser_new() 183 else if ( cur[1] == 's' && ft_strncmp( (char*)cur, "/sfnts", 6 ) == 0 ) in cid_parser_new()
|
A D | cidload.c | 324 ft_strncmp( (char*)cur, "%ADOBeginFontDict", 17 ) == 0 ) in cid_parse_dict()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 1411 if ( ft_strncmp( name, "COMMENT", 7 ) != 0 ) in _bdf_add_property() 1493 if ( ft_strncmp( line, "COMMENT", 7 ) == 0 ) in _bdf_parse_glyphs() 1510 if ( ft_strncmp( line, "CHARS", 5 ) != 0 ) in _bdf_parse_glyphs() 1544 if ( ft_strncmp( line, "ENDFONT", 7 ) == 0 ) in _bdf_parse_glyphs() 1794 if ( ft_strncmp( line, "SWIDTH", 6 ) == 0 ) in _bdf_parse_glyphs() 1810 if ( ft_strncmp( line, "DWIDTH", 6 ) == 0 ) in _bdf_parse_glyphs() 1838 if ( ft_strncmp( line, "BBX", 3 ) == 0 ) in _bdf_parse_glyphs() 1906 if ( ft_strncmp( line, "BITMAP", 6 ) == 0 ) in _bdf_parse_glyphs() 2225 if ( ft_strncmp( line, "FONT", 4 ) == 0 ) in _bdf_parse_start() 2260 if ( ft_strncmp( line, "SIZE", 4 ) == 0 ) in _bdf_parse_start() [all …]
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 88 #define ft_strncmp strncmp macro
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvfgen.c | 468 ( ft_strncmp( feat_name, in main()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 491 ft_strncmp( (const char*)cur, "StandardEncoding", 16 ) == 0 ) in t42_parse_encoding() 495 ft_strncmp( (const char*)cur, "ExpertEncoding", 14 ) == 0 ) in t42_parse_encoding() 499 ft_strncmp( (const char*)cur, "ISOLatin1Encoding", 17 ) == 0 ) in t42_parse_encoding() 1077 ft_strncmp( (char*)cur, "FontDirectory", 13 ) == 0 ) in t42_parse_dict() 1091 ft_strncmp( (char*)cur, "known", 5 ) == 0 ) in t42_parse_dict()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | afmparse.c | 427 !ft_strncmp( str, "true", 4 ) ); in afm_parser_read_vals() 517 if ( ft_strncmp( afm_key_table[n], key, len ) == 0 ) in afm_tokenize() 862 ft_strncmp( key, "StartFontMetrics", 16 ) != 0 ) in afm_parser_parse()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttbdf.c | 204 ft_strncmp( property_name, in tt_face_find_bdf_prop()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 1343 ft_strncmp( (const char*)cur, "StandardEncoding", 16 ) == 0 ) in parse_encoding() 1347 ft_strncmp( (const char*)cur, "ExpertEncoding", 14 ) == 0 ) in parse_encoding() 1351 ft_strncmp( (const char*)cur, "ISOLatin1Encoding", 17 ) == 0 ) in parse_encoding() 1417 ft_strncmp( (char*)parser->root.cursor, "dup", 3 ) != 0 ) in parse_subrs() 1437 ft_strncmp( (char*)parser->root.cursor, "put", 3 ) == 0 ) in parse_subrs()
|
A D | t1parse.c | 377 if ( *cur == 'e' && ft_strncmp( (char*)cur, "eexec", 5 ) == 0 ) in T1_Get_Private_Dict()
|
A D | t1afm.c | 72 ft_strncmp( gname, name, len ) == 0 ) in t1_get_index()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffobjs.c | 893 if ( !ft_strncmp( cffface->style_name, "Bold", 4 ) || in cff_face_init() 894 !ft_strncmp( cffface->style_name, "Black", 5 ) ) in cff_face_init()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 869 ft_strncmp( (char*)(cur), (token), sizeof ( (token) ) - 1 ) == 0 )
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttobjs.c | 473 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) ) in tt_check_single_notdef()
|