/inkscape/src/livarot/ |
H A D | sweep-tree-list.cpp | 25 SweepTree *SweepTreeList::add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape */*iDst*/) function in class:SweepTreeList
|
H A D | BitLigne.cpp | 99 // 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 D | sweep-event.cpp | 22 SweepEvent *SweepEventQueue::add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &px, double itl, double itr) function in class:SweepEventQueue
|
H A D | PathCutting.cpp | 309 /* 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 D | frame.cpp | 31 Gtk::Frame::add(_alignment); 41 Frame::add(Widget& widget) function in class:Inkscape::UI::Widget::Frame 43 _alignment.add(widget);
|
/inkscape/src/ |
H A D | composite-undo-stack-observer.cpp | 23 CompositeUndoStackObserver::add(UndoStackObserver& observer) function in class:Inkscape::CompositeUndoStackObserver
|
H A D | knotholder.cpp | 262 void KnotHolder::add(KnotHolderEntity *e) function in class:KnotHolder
|
H A D | selection.h | 104 * @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 D | selection.cpp | 154 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 D | merge_styles.py | 56 def add(self, c, el): member in class:Style 112 common.add(Style(el.attrib['style']), el)
|
H A D | jessyInk.js | 1237 /** 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 D | gcodetools.py | 145 (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 D | siox.h | 128 virtual void add(const CieLab &other) function in class:org::siox::CieLab
|
/inkscape/src/xml/ |
H A D | composite-node-observer.cpp | 100 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 D | gradient-selector.h | 86 add(name); 87 add(refcount); 88 add(color); 89 add(data); 90 add(pixbuf); 109 GtkWidget *add; member in struct:SPGradientSelector
|
H A D | gradient-toolbar.cpp | 394 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 D | desktop-widget.cpp | 152 void add( SPDesktopWidget* dtw ) { function in class:CMSPrefWatcher 562 watcher->add(dtw);
|
/inkscape/src/helper/ |
H A D | png-write.cpp | 77 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 D | sp-canvas.cpp | 71 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
|