Searched defs:a_important (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-style-elem.cpp228 CRTerm *const a_value, gboolean const a_important)
247 decl->important = a_important;
226 property_cb(CRDocHandler *const a_handler, CRString *const a_name, CRTerm *const a_value, gboolean const a_important) argument
/inkscape/src/libcroco/
H A Dcr-om-parser.c60 gboolean a_important);
649 gboolean a_important)
683 decl->important = a_important;
646 property(CRDocHandler * a_this, CRString * a_name, CRTerm * a_expression, gboolean a_important) argument
H A Dcr-statement.c79 CRTerm * a_value, gboolean a_important)
87 (void) a_important;
194 CRTerm * a_expression, gboolean a_important)
211 decl->important = a_important;
316 gboolean a_important)
342 decl->important = a_important;
430 CRTerm * a_value, gboolean a_important)
451 decl->important = a_important;
77 parse_font_face_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
192 parse_page_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_expression, gboolean a_important) argument
314 parse_at_media_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
428 parse_ruleset_property_cb(CRDocHandler * a_this, CRString * a_name, CRTerm * a_value, gboolean a_important) argument
H A Dcr-parser.c3173 CRTerm ** a_expr, gboolean * a_important)
3183 && a_important, CR_BAD_PARAM_ERROR);
3222 *a_important = TRUE;
3224 *a_important = FALSE;
3171 cr_parser_parse_declaration(CRParser * a_this, CRString ** a_property, CRTerm ** a_expr, gboolean * a_important) argument

Completed in 47 milliseconds