Searched refs:a_pseudo (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-additional-sel.h80 CRPseudo *a_pseudo) ;
H A Dcr-additional-sel.c131 * @a_pseudo: the new pseudo to set.
137 cr_additional_sel_set_pseudo (CRAdditionalSel * a_this, CRPseudo * a_pseudo) argument
146 a_this->content.pseudo = a_pseudo;
H A Dcr-statement.h288 CRString *a_pseudo) ;
H A Dcr-om-parser.c344 CRString * a_pseudo,
369 if (a_pseudo) {
371 cr_string_dup (a_pseudo) ;
342 start_page(CRDocHandler * a_this, CRString * a_page, CRString * a_pseudo, CRParsingLocation *a_location) argument
H A Dcr-statement.c1464 CRString * a_name, CRString * a_pseudo)
1492 result->kind.page_rule->pseudo = a_pseudo;
1462 cr_statement_new_at_page_rule(CRStyleSheet * a_sheet, CRDeclaration * a_decl_list, CRString * a_name, CRString * a_pseudo) argument

Completed in 25 milliseconds