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

/inkscape/src/libcroco/
H A Dcr-cascade.c49 *@a_user_sheet: the user origin style sheet. May be NULL.
65 CRStyleSheet * a_user_sheet, CRStyleSheet * a_ua_sheet)
87 if (a_user_sheet) {
88 cr_cascade_set_sheet (result, a_user_sheet, ORIGIN_USER);
64 cr_cascade_new(CRStyleSheet * a_author_sheet, CRStyleSheet * a_user_sheet, CRStyleSheet * a_ua_sheet) argument

Completed in 15 milliseconds