Searched refs:ERRMSG1 (Results 1 – 1 of 1) sorted by relevance
/external/freetype/src/bdf/ |
D | bdflib.c | 207 #define ERRMSG1 "[line %ld] Missing `%s' line.\n" macro 1317 FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "CHARS" )); in _bdf_parse_glyphs() 1361 FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "ENDCHAR" )); in _bdf_parse_glyphs() 1399 FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "ENDCHAR" )); in _bdf_parse_glyphs() 1441 FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "STARTCHAR" )); in _bdf_parse_glyphs() 1741 FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "BBX" )); in _bdf_parse_glyphs() 1774 FT_ERROR(( "_bdf_parse_glyphs: " ERRMSG1, lineno, "ENCODING" )); in _bdf_parse_glyphs() 1997 FT_ERROR(( "_bdf_parse_start: " ERRMSG1, lineno, "FONTBOUNDINGBOX" )); in _bdf_parse_start() 2036 FT_ERROR(( "_bdf_parse_start: " ERRMSG1, lineno, "SIZE" )); in _bdf_parse_start() 2102 FT_ERROR(( "_bdf_parse_start: " ERRMSG1, lineno, "FONT" )); in _bdf_parse_start() [all …]
|