Searched refs:cr_parser_new_from_buf (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-parser.h | 58 CRParser * cr_parser_new_from_buf (guchar *a_buf, gulong a_len,
|
H A D | cr-selector.c | 61 parser = cr_parser_new_from_buf ((guchar*)a_char_buf, strlen ((const char *) a_char_buf),
|
H A D | cr-declaration.c | 133 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 D | cr-statement.c | 953 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 D | cr-rgb.c | 659 parser = cr_parser_new_from_buf ((guchar *) a_str, strlen ((const char *) a_str), a_enc, FALSE);
|
H A D | cr-term.c | 115 parser = cr_parser_new_from_buf ((guchar*)a_buf, strlen ((const char *) a_buf),
|
H A D | cr-parser.c | 2772 * cr_parser_new_from_buf: 2786 cr_parser_new_from_buf (guchar * a_buf, function
|
/inkscape/src/ |
H A D | sp-style-elem.cpp | 270 CRParser *parser = cr_parser_new_from_buf(reinterpret_cast<guchar *>(text->str), text->len,
|
Completed in 45 milliseconds