Searched refs:cr_parser_parse_expr (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-parser.h100 enum CRStatus cr_parser_parse_expr (CRParser *a_this, CRTerm **a_expr) ;
H A Dcr-term.c123 status = cr_parser_parse_expr (parser, &result);
H A Dcr-parser.c2160 status = cr_parser_parse_expr (a_this, &expr);
3001 * cr_parser_parse_expr:
3013 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr) function
3210 status = cr_parser_parse_expr (a_this, &expr);

Completed in 25 milliseconds