Lines Matching defs:source

135 // take the source paths from the file, do the operation, delete the originals and add the results
141 // extract the livarot Paths from the source objects
186 // the Booleen need to invert the ones inside the source polygon (for the subsequent
243 // we need to check that at least one edge from the source path is incident to it
252 // the source has an edge incident to the point, get its position on the path
266 // note that you only keep one position on the source; you could have degenerate
267 // cases where the source crosses itself at this point, and you wouyld miss an intersection
333 // take the source paths from the file, do the operation, delete the originals and add the results
413 // extract the livarot Paths from the source objects
537 // the Booleen need to invert the ones inside the source polygon (for the subsequent
597 // we need to check that at least one edge from the source path is incident to it
606 // the source has an edge incident to the point, get its position on the path
620 // note that you only keep one position on the source; you could have degenerate
621 // cases where the source crosses itself at this point, and you wouyld miss an intersection
682 // get the source path object
683 SPObject *source;
686 source = il[0];
688 source = il.back();
696 source = doc->getObjectByRepr(sorted.front());
699 // adjust style properties that depend on a possible transform in the source object in order
701 SPItem* item_source = SP_ITEM(source);
708 Inkscape::XML::Node *repr_source = source->getRepr();
710 // remember important aspects of the source path, to be restored
717 gchar *title = source->title();
718 gchar *desc = source->desc();
719 // remove source paths