Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/cid/
A Dcidparse.c73 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 Dcidload.c324 ft_strncmp( (char*)cur, "%ADOBeginFontDict", 17 ) == 0 ) in cid_parse_dict()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1411 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 Dftstdlib.h88 #define ft_strncmp strncmp macro
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvfgen.c468 ( ft_strncmp( feat_name, in main()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c491 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 Dafmparse.c427 !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 Dttbdf.c204 ft_strncmp( property_name, in tt_face_find_bdf_prop()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c1343 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 Dt1parse.c377 if ( *cur == 'e' && ft_strncmp( (char*)cur, "eexec", 5 ) == 0 ) in T1_Get_Private_Dict()
A Dt1afm.c72 ft_strncmp( gname, name, len ) == 0 ) in t1_get_index()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c893 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 Dpsaux.h869 ft_strncmp( (char*)(cur), (token), sizeof ( (token) ) - 1 ) == 0 )
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c473 buf[0] == '.' && !ft_strncmp( buf, ".notdef", 8 ) ) in tt_check_single_notdef()

Completed in 25 milliseconds