Searched refs:ERRMSG1 (Results 1 – 1 of 1) sorted by relevance
/external/freetype/src/bdf/ |
D | bdflib.c | 205 #define ERRMSG1 "[line %ld] Missing `%s' line.\n" macro 1337 FT_ERROR(( "bdf_parse_glyphs_: " ERRMSG1, lineno, "CHARS" )); in bdf_parse_glyphs_() 1381 FT_ERROR(( "bdf_parse_glyphs_: " ERRMSG1, lineno, "ENDCHAR" )); in bdf_parse_glyphs_() 1420 FT_ERROR(( "bdf_parse_glyphs_: " ERRMSG1, lineno, "ENDCHAR" )); in bdf_parse_glyphs_() 1462 FT_ERROR(( "bdf_parse_glyphs_: " ERRMSG1, lineno, "STARTCHAR" )); in bdf_parse_glyphs_() 1721 FT_ERROR(( "bdf_parse_glyphs_: " ERRMSG1, lineno, "BBX" )); in bdf_parse_glyphs_() 1754 FT_ERROR(( "bdf_parse_glyphs_: " ERRMSG1, lineno, "ENCODING" )); in bdf_parse_glyphs_() 1969 FT_ERROR(( "bdf_parse_start_: " ERRMSG1, lineno, "FONTBOUNDINGBOX" )); in bdf_parse_start_() 2008 FT_ERROR(( "bdf_parse_start_: " ERRMSG1, lineno, "SIZE" )); in bdf_parse_start_() 2074 FT_ERROR(( "bdf_parse_start_: " ERRMSG1, lineno, "FONT" )); in bdf_parse_start_() [all …]
|