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

/inkscape/src/libcroco/
H A Dcr-parser.c2465 /*free the medium list */
3526 *a 'medium' declaration part of the successfully
3540 *\@import [STRING|URI] S* [ medium [ ',' S* medium]* ]? ';' S*
3554 CRString *medium = NULL; local
3600 status = cr_parser_parse_ident (a_this, &medium);
3602 if (status == CR_OK && medium) {
3603 *a_media_list = g_list_append (*a_media_list, medium);
3604 medium = NULL;
3627 status = cr_parser_parse_ident (a_this, &medium);
3713 CRString *medium = NULL; local
[all...]

Completed in 24 milliseconds