Home
last modified time | relevance | path

Searched refs:_bdf_strncmp (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/bdf/
Dbdflib.c175 #define _bdf_strncmp( name, property, n ) \ macro
1213 if ( _bdf_strncmp( name, "COMMENT", 7 ) != 0 ) in bdf_add_property_()
1231 if ( _bdf_strncmp( name, "DEFAULT_CHAR", 12 ) == 0 ) in bdf_add_property_()
1233 else if ( _bdf_strncmp( name, "FONT_ASCENT", 11 ) == 0 ) in bdf_add_property_()
1235 else if ( _bdf_strncmp( name, "FONT_DESCENT", 12 ) == 0 ) in bdf_add_property_()
1237 else if ( _bdf_strncmp( name, "SPACING", 7 ) == 0 ) in bdf_add_property_()
1315 if ( _bdf_strncmp( line, "COMMENT", 7 ) == 0 ) in bdf_parse_glyphs_()
1335 if ( _bdf_strncmp( line, "CHARS", 5 ) != 0 ) in bdf_parse_glyphs_()
1376 if ( _bdf_strncmp( line, "ENDFONT", 7 ) == 0 ) in bdf_parse_glyphs_()
1399 if ( _bdf_strncmp( line, "ENDCHAR", 7 ) == 0 ) in bdf_parse_glyphs_()
[all …]
/external/freetype/docs/oldlogs/
DChangeLog.25966 * src/bdf/bdflib.c (_bdf_strncmp): New macro that checks one
968 s/ft_strncmp/_bdf_strncmp/ everywhere.