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()
1332 if ( _bdf_strncmp( line, "CHARS", 5 ) != 0 ) in _bdf_parse_glyphs()
1373 if ( _bdf_strncmp( line, "ENDFONT", 7 ) == 0 ) in _bdf_parse_glyphs()
1396 if ( _bdf_strncmp( line, "ENDCHAR", 7 ) == 0 ) in _bdf_parse_glyphs()
[all …]
/external/freetype/
DChangeLog.25966 * src/bdf/bdflib.c (_bdf_strncmp): New macro that checks one
968 s/ft_strncmp/_bdf_strncmp/ everywhere.