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

/inkscape/src/
H A Dsp-clippath.cpp33 struct SPClipPathView { struct
34 SPClipPathView *next;
40 static SPClipPathView* sp_clippath_view_new_prepend(SPClipPathView *list, unsigned int key, Inkscape::DrawingItem *arenaitem);
41 static SPClipPathView* sp_clippath_view_list_remove(SPClipPathView *list, SPClipPathView *view);
113 for (SPClipPathView *v = this->display; v != NULL; v = v->next) {
149 for (SPClipPathView *v = this->display; v != NULL; v = v->next) {
232 for (SPClipPathView *
[all...]
/inkscape/src/extension/internal/
H A Dcairo-renderer.cpp87 struct SPClipPathView { struct
88 SPClipPathView *next;

Completed in 144 milliseconds