Searched refs:cr_parser_new_from_buf (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-parser.h58 CRParser * cr_parser_new_from_buf (guchar *a_buf, gulong a_len,
H A Dcr-selector.c61 parser = cr_parser_new_from_buf ((guchar*)a_char_buf, strlen ((const char *) a_char_buf),
H A Dcr-declaration.c133 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen ((const char *) a_str), a_enc, FALSE);
197 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen ((const char *) a_str), a_enc, FALSE);
H A Dcr-statement.c953 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
1073 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
1210 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
1396 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
1523 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
1639 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
1736 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
H A Dcr-rgb.c659 parser = cr_parser_new_from_buf ((guchar *) a_str, strlen ((const char *) a_str), a_enc, FALSE);
H A Dcr-term.c115 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
H A Dcr-parser.c2772 * cr_parser_new_from_buf:
2786 cr_parser_new_from_buf (guchar * a_buf, function
/inkscape/src/
H A Dsp-style-elem.cpp270 CRParser *parser = cr_parser_new_from_buf(reinterpret_cast<guchar *>(text->str), text->len,

Completed in 45 milliseconds