Searched defs:parse_status (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-style-elem.cpp295 CRStatus const parse_status = cr_parser_parse(parser); local
297 if (parse_status == CR_OK) {
300 if (parse_status != CR_PARSING_ERROR) {
301 g_printerr("parsing error code=%u\n", unsigned(parse_status));

Completed in 14 milliseconds