Searched refs:_bdf_strncmp (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/bdf/ |
D | bdflib.c | 176 #define _bdf_strncmp( name, property, n ) \ macro 1216 if ( _bdf_strncmp( name, "COMMENT", 7 ) != 0 ) in _bdf_add_property() 1234 if ( _bdf_strncmp( name, "DEFAULT_CHAR", 12 ) == 0 ) in _bdf_add_property() 1236 else if ( _bdf_strncmp( name, "FONT_ASCENT", 11 ) == 0 ) in _bdf_add_property() 1238 else if ( _bdf_strncmp( name, "FONT_DESCENT", 12 ) == 0 ) in _bdf_add_property() 1240 else if ( _bdf_strncmp( name, "SPACING", 7 ) == 0 ) in _bdf_add_property() 1298 if ( _bdf_strncmp( line, "COMMENT", 7 ) == 0 ) in _bdf_parse_glyphs() 1315 if ( _bdf_strncmp( line, "CHARS", 5 ) != 0 ) in _bdf_parse_glyphs() 1356 if ( _bdf_strncmp( line, "ENDFONT", 7 ) == 0 ) in _bdf_parse_glyphs() 1378 if ( _bdf_strncmp( line, "ENDCHAR", 7 ) == 0 ) in _bdf_parse_glyphs() [all …]
|
/external/freetype/ |
D | ChangeLog.25 | 966 * src/bdf/bdflib.c (_bdf_strncmp): New macro that checks one 968 s/ft_strncmp/_bdf_strncmp/ everywhere.
|