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

/inkscape/src/libcroco/
H A Dcr-statement.h37 *Declaration of the #CRStatement class.
48 *typedef struct _CRStatement CRStatement ;
75 CRStatement *parent_media_rule ;
109 CRStatement *rulesets ;
212 CRStatement *next ;
213 CRStatement *prev ;
239 CRStatement *
242 CRStatement*
246 CRStatement *a_media_rule) ;
247 CRStatement *
[all...]
H A Dcr-stylesheet.h60 CRStatement *statements ;
65 CRStatement *parent_import_rule ;
85 CRStyleSheet * cr_stylesheet_new (CRStatement *a_stmts) ;
92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
H A Dcr-statement.c30 *Definition of the #CRStatement class.
35 static void cr_statement_clear (CRStatement * a_this);
41 CRStatement *stmt = NULL;
56 CRStatement *stmt = NULL;
57 CRStatement **stmtptr = NULL;
84 CRStatement *stmt = NULL;
85 CRStatement **stmtptr = NULL;
126 CRStatement *result = NULL;
127 CRStatement **resultptr = NULL;
147 CRStatement *stm
[all...]
H A Dcr-declaration.h39 typedef struct _CRStatement CRStatement ; typedef in typeref:struct:_CRStatement
56 CRStatement *parent_statement ;
78 CRDeclaration * cr_declaration_new (CRStatement *a_statement,
83 CRDeclaration * cr_declaration_parse_from_buf (CRStatement *a_statement,
H A Dcr-stylesheet.c37 cr_stylesheet_new (CRStatement * a_stmts)
64 CRStatement const *cur_stmt = NULL;
126 *Use an index to get a CRStatement from the rules in a given stylesheet.
127 *@param a_this the current instance of #CRStatement.
129 *@return CRStatement at position itemnr, if itemnr > number of rules - 1,
132 CRStatement *
H A Dcr-sel-eng.c56 CRStatement *cur_stmt;
81 CRStatement **
86 CRStatement *
786 *@param a_len in/out parameter the length (in sizeof (#CRStatement*))
791 *(in sizeof (#CRStatement)) of the actually returned CRStatement array.
806 CRStatement ** a_rulesets,
809 CRStatement *cur_stmt = NULL;
950 put_css_properties_in_props_list (CRPropList ** a_props, CRStatement * a_stmt)
1337 CRStatement *** a_ruleset
[all...]
H A Dcr-sel-eng.h91 CRStatement ***a_rulesets,
H A Dcr-om-parser.c103 CRStatement *cur_stmt;
104 CRStatement *cur_media_stmt;
236 CRStatement *stmts = NULL;
308 CRStatement *stmt = NULL,
393 CRStatement *stmt = NULL;
464 CRStatement *stmts = NULL;
505 CRStatement *stmt = NULL,
605 CRStatement *stmts = NULL;
H A Dcr-declaration.c74 cr_declaration_new (CRStatement * a_statement,
118 cr_declaration_parse_from_buf (CRStatement * a_statement,
/inkscape/src/
H A Dsp-style-elem.cpp124 CRStatement *currStmt;
160 CRStatement *ruleset = cr_statement_new_ruleset(parse_tmp.stylesheet, a_sel_list, NULL, NULL);
174 CRStatement *const ruleset = parse_tmp.currStmt;
241 CRStatement *const ruleset = parse_tmp.currStmt;
273 /* I see a cr_statement_parse_from_buf for returning a CRStatement*, but no corresponding

Completed in 39 milliseconds