Searched refs:CRParser (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-parser.h38 *of the #CRParser class.
40 typedef struct _CRParser CRParser ; typedef in typeref:struct:_CRParser
56 CRParser * cr_parser_new (CRTknzr *a_tknzr) ;
58 CRParser * cr_parser_new_from_buf (guchar *a_buf, gulong a_len,
62 CRParser * cr_parser_new_from_file (const guchar *a_file_uri,
65 CRParser * cr_parser_new_from_input (CRInput *a_input) ;
67 enum CRStatus cr_parser_set_tknzr (CRParser *a_this, CRTknzr *a_tknzr) ;
69 enum CRStatus cr_parser_get_tknzr (CRParser *a_this, CRTknzr **a_tknzr) ;
71 enum CRStatus cr_parser_get_parsing_location (CRParser const *a_this, CRParsingLocation *a_loc) ;
73 enum CRStatus cr_parser_try_to_skip_spaces_and_comments (CRParser *a_thi
[all...]
H A Dcr-parser.c27 *@CRParser:
29 *The definition of the #CRParser class.
106 *#CRParser.
167 *@a_this: the current instance of #CRParser .
194 *@param a_this the current instance of #CRParser.
209 *@param a_this the curent instance of #CRParser
223 *@param a_this the current instance of #CRParser.
235 *@param parser the current instance of #CRParser.
249 *@param a_parser the current instance of #CRParser.
268 *@param a_this the current instance of #CRParser
[all...]
H A Dcr-doc-handler.c42 *store it parsing context. #CRParser does not touch it, but
58 CRParser *parser ;
H A Dcr-selector.c57 CRParser *parser = NULL;
H A Dcr-declaration.c125 CRParser *parser = NULL;
191 CRParser *parser = NULL;
H A Dcr-statement.c949 CRParser *parser = NULL;
1068 CRParser *parser = NULL;
1204 CRParser *parser = NULL;
1390 CRParser *parser = NULL;
1516 CRParser *parser = NULL;
1633 CRParser *parser = NULL;
1732 CRParser *parser = NULL;
H A Dcr-rgb.c654 CRParser * parser = NULL;
H A Dcr-term.c109 CRParser *parser = NULL;
H A Dcr-om-parser.c37 CRParser *parser;
/inkscape/src/
H A Dsp-style-elem.cpp270 CRParser *parser = cr_parser_new_from_buf(reinterpret_cast<guchar *>(text->str), text->len,

Completed in 3825 milliseconds