Searched refs:add (Results 1 - 25 of 162) sorted by relevance

1234567

/inkscape/src/livarot/
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-tree-list.h25 SweepTree *add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape *iDst);
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 Dsweep-event-queue.h31 SweepEvent *add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &iPt, double itl, double itr);
/inkscape/src/ui/widget/
H A Drendering-options.cpp81 box_vector->add (_radio_vector);
82 box_vector->add (_radio_bitmap);
83 _frame_backends.add (*box_vector);
87 box_bitmap->add (_dpi);
88 _frame_bitmap.add (*box_bitmap);
91 add (_frame_backends);
92 add (_frame_bitmap);
H A Dframe.cpp31 Gtk::Frame::add(_alignment);
41 Frame::add(Widget& widget) function in class:Inkscape::UI::Widget::Frame
43 _alignment.add(widget);
H A Dfont-variants.cpp100 _ligatures_vbox.add( _ligatures_common );
101 _ligatures_vbox.add( _ligatures_discretionary );
102 _ligatures_vbox.add( _ligatures_historical );
103 _ligatures_vbox.add( _ligatures_contextual );
104 _ligatures_frame.add( _ligatures_vbox );
105 add( _ligatures_frame );
127 _position_vbox.add( _position_normal );
128 _position_vbox.add( _position_sub );
129 _position_vbox.add( _position_super );
130 _position_frame.add( _position_vbo
[all...]
H A Dlayer-selector.h56 add(depth); add(object); add(repr); add(callbacks);
H A Dfilter-effect-chooser.cpp34 add(_hb_blend);
39 add(_blur);
H A Dframe.h44 virtual void add(Widget& widget);
H A Danchor-selector.cpp25 button.add(*buttonIcon);
65 this->add(_container);
/inkscape/src/widgets/
H A Dstroke-marker-selector.h75 add(label); add(stock); add(marker); add(history); add(separator); add(image);
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 Ddash-selector.h81 add(dash); add(pixbuf);
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.h152 add(spfont);
153 add(svgfont);
154 add(label);
170 add(glyph_node);
171 add(glyph_name);
172 add(unicode);
189 add(first_glyph);
190 add(second_glyph);
191 add(kerning_value);
192 add(spnod
[all...]
H A Dlayer-properties.h97 add(position); add(name);
120 add(_colObject);
121 add(_colVisible);
122 add(_colLocked);
123 add(_colLabel);
H A Dextension-editor.h55 Gtk::TreeModelColumnRecord::add(_col_name);
56 Gtk::TreeModelColumnRecord::add(_col_id);
H A Dextensions.cpp43 scroller->add(_view);
44 add(*scroller);
H A Dlivepatheffect-add.h85 add(name);
86 //add(desc);
87 add(data);
H A Dlivepatheffect-editor.h86 add(col_name);
87 add(lperef);
88 add(col_visible);
H A Dsvg-fonts-dialog.cpp90 hbox->add(* Gtk::manage(new Gtk::Label(lbl)) );
92 hbox->add(* entry );
103 this->add(* Gtk::manage(new Gtk::Label(lbl)) );
104 this->add(entry);
146 hbox->add(* Gtk::manage(new Gtk::Label(lbl)) );
147 hbox->add(* Gtk::manage(new Gtk::ComboBox()) );
155 hbox->add(* Gtk::manage(new Gtk::Label(lbl)) );
156 hbox->add(* Gtk::manage(new Inkscape::UI::Widget::SpinBox()) );
390 /* global_vbox->add(*AttrCombo((gchar*) _("Style:"), SP_PROP_FONT_STYLE));
391 global_vbox->add(*AttrComb
[all...]
H A Dfilter-effects-dialog.h73 add(filter);
74 add(label);
75 add(sel);
76 add(count);
145 add(primitive);
146 add(type_id);
147 add(type);
148 add(id);
285 // View/add primitives
/inkscape/src/libnrtype/
H A Dfont-lister.h98 add(family);
99 add(styles);
100 add(onSystem);
101 add(pango_family);
120 add(cssStyle);
121 add(displayStyle);
/inkscape/src/
H A Devent-log.h62 add(event); add(type); add(description); add(child_count);
/inkscape/src/xml/
H A Dsubtree.cpp46 _observers.add(observer);

Completed in 32 milliseconds

1234567