Lines Matching defs:patterns
837 * Returns a list of patterns in the defs of the given source document as a GSList object
838 * Returns NULL if there are no patterns in the document.
847 std::set<SPObject *> patterns = source->getResourceList("pattern");
848 for (std::set<SPObject *>::const_iterator it = patterns.begin(); it != patterns.end(); ++it) {
894 * Pick up all patterns from source, except those that are in
907 // Add to the list of patterns we really do wish to show
923 // find and load patterns.svg
925 char *patterns_source = g_build_filename(INKSCAPE_PATTERNSDIR, "patterns.svg", NULL);
944 // suck in from patterns.svg