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

/inkscape/src/livarot/
H A Dsweep-tree-list.cpp25 SweepTree *SweepTreeList::add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape */*iDst*/) function in class:SweepTreeList
H A DBitLigne.cpp99 // add the coverage
105 uint32_t add=0xFFFFFFFF; local
106 if ( lpRem < 32 ) {add>>=32-lpRem;add<<=32-lpRem; }
107 if ( lpRem <= 0 ) add=0;
108 if ( fpRem > 0) {add<<=fpRem;add>>=fpRem;}
110 fullB[fpPos]&=~(add); // partial is exclusive from full, so partial bits are removed from fullB
111 partB[fpPos]|=add; // and added to partB
112 if ( full ) { // if the coverage is full, add th
124 uint32_t add=0xFFFFFFFF; local
[all...]
H A Dsweep-event.cpp22 SweepEvent *SweepEventQueue::add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &px, double itl, double itr) function in class:SweepEventQueue
H A DPathCutting.cpp309 /* TODO: add testcase for this descr_arcto case */
912 double const add = Geom::L2(i->p - lastP); local
914 double curAdd = add;
917 double const theta = (cvAbs[curCv] - len) / add;
927 len += add;
/inkscape/src/ui/widget/
H A Dframe.cpp31 Gtk::Frame::add(_alignment);
41 Frame::add(Widget& widget) function in class:Inkscape::UI::Widget::Frame
43 _alignment.add(widget);
/inkscape/src/
H A Dcomposite-undo-stack-observer.cpp23 CompositeUndoStackObserver::add(UndoStackObserver& observer) function in class:Inkscape::CompositeUndoStackObserver
H A Dknotholder.cpp262 void KnotHolder::add(KnotHolderEntity *e) function in class:KnotHolder
H A Dselection.h104 * @param obj the SPObject to add
106 void add(SPObject *obj, bool persist_selection_context = false);
111 * @param the xml node of the item to add
113 void add(XML::Node *repr) { add(_objectForXMLNode(repr)); } function in class:Inkscape::Selection
180 void add(InputIterator from, InputIterator to) { function in class:Inkscape::Selection
H A Dselection.cpp154 void Selection::add(SPObject *obj, bool persist_selection_context/* = false */) { function in class:Inkscape::Selection
195 add(object, persist_selection_context);
202 add(obj);
244 // Clear and add, or just clear with emit.
/inkscape/share/extensions/
H A Dmerge_styles.py56 def add(self, c, el): member in class:Style
112 common.add(Style(el.attrib['style']), el)
H A DjessyInk.js1237 /** Function to add new slide in slide mode.
1986 /** Sub-function to add a suffix to the ids of the node and all its children.
1989 * @param suffix the suffix to add
2015 /** Function to add a suffix to the ids of the node and all its children.
2018 * @param suffix the suffix to add
2383 return mRectTrans.mult(newBasePoints.add(newVectors));
2676 matrixSVG.prototype.add = function(op)
H A Dgcodetools.py145 (Using default header. To add your own header create file "header" in the output dir.)
154 (Using default footer. To add your own footer create file "footer" in the output dir.)
1991 # Offsets do not intersect... will add an arc...
2835 def add(self, add) : member in class:Polygon
2836 if type(add) == type([]) :
2837 self.polygon += add[:]
2839 self.polygon += add.polygon[:]
3147 surface.add(poly)
3173 surface.add(pol
[all...]
/inkscape/src/trace/
H A Dsiox.h128 virtual void add(const CieLab &other) function in class:org::siox::CieLab
/inkscape/src/xml/
H A Dcomposite-node-observer.cpp100 void CompositeNodeObserver::add(NodeObserver &observer) { function in class:Inkscape::XML::CompositeNodeObserver
154 Debug::EventTracker<Debug::SimpleEvent<Debug::Event::XML> > tracker("add-listener");
155 add(*(new VectorNodeObserver(vector, data)));
/inkscape/src/widgets/
H A Dgradient-selector.h86 add(name);
87 add(refcount);
88 add(color);
89 add(data);
90 add(pixbuf);
109 GtkWidget *add; member in struct:SPGradientSelector
H A Dgradient-toolbar.cpp394 InkAction *add = (InkAction *) g_object_get_data(G_OBJECT(widget), "gradient_stops_add_action"); local
395 gtk_action_set_sensitive(GTK_ACTION(add), (gr_selected && !gr_multi && drag && !drag->selected.empty()));
1179 INKSCAPE_ICON("node-add"),
H A Ddesktop-widget.cpp152 void add( SPDesktopWidget* dtw ) { function in class:CMSPrefWatcher
562 watcher->add(dtw);
/inkscape/src/helper/
H A Dpng-write.cpp77 void add(gchar const* key, gchar const* text);
97 void PngTextList::add(gchar const* key, gchar const* text) function in class:PngTextList
208 textList.add("Software", "www.inkscape.org"); // Made by Inkscape comment
225 textList.add(pngToDc[i], data);
237 textList.add("Copyright", tmp);
240 textList.add("Copyright", license->name);
242 textList.add("Copyright", license->uri);
/inkscape/src/display/
H A Dsp-canvas.cpp71 void add(SPCanvasItem *item);
257 SP_CANVAS_GROUP(item->parent)->add(item);
618 // fixme: If we add key masks to event mask, Gdk will abort (Lauris)
883 void SPCanvasGroup::add(SPCanvasItem *item) function in class:SPCanvasGroup

Completed in 63 milliseconds