/inkscape/src/livarot/ |
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-tree-list.h | 25 SweepTree *add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape *iDst);
|
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 | sweep-event-queue.h | 31 SweepEvent *add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &iPt, double itl, double itr);
|
/inkscape/src/ui/widget/ |
H A D | rendering-options.cpp | 81 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 D | frame.cpp | 31 Gtk::Frame::add(_alignment); 41 Frame::add(Widget& widget) function in class:Inkscape::UI::Widget::Frame 43 _alignment.add(widget);
|
H A D | font-variants.cpp | 100 _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 D | layer-selector.h | 56 add(depth); add(object); add(repr); add(callbacks);
|
H A D | filter-effect-chooser.cpp | 34 add(_hb_blend); 39 add(_blur);
|
H A D | frame.h | 44 virtual void add(Widget& widget);
|
H A D | anchor-selector.cpp | 25 button.add(*buttonIcon); 65 this->add(_container);
|
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.h | 75 add(label); add(stock); add(marker); add(history); add(separator); add(image);
|
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 | dash-selector.h | 81 add(dash); add(pixbuf);
|
/inkscape/src/ui/dialog/ |
H A D | svg-fonts-dialog.h | 152 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 D | layer-properties.h | 97 add(position); add(name); 120 add(_colObject); 121 add(_colVisible); 122 add(_colLocked); 123 add(_colLabel);
|
H A D | extension-editor.h | 55 Gtk::TreeModelColumnRecord::add(_col_name); 56 Gtk::TreeModelColumnRecord::add(_col_id);
|
H A D | extensions.cpp | 43 scroller->add(_view); 44 add(*scroller);
|
H A D | livepatheffect-add.h | 85 add(name); 86 //add(desc); 87 add(data);
|
H A D | livepatheffect-editor.h | 86 add(col_name); 87 add(lperef); 88 add(col_visible);
|
H A D | svg-fonts-dialog.cpp | 90 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 D | filter-effects-dialog.h | 73 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 D | font-lister.h | 98 add(family); 99 add(styles); 100 add(onSystem); 101 add(pango_family); 120 add(cssStyle); 121 add(displayStyle);
|
/inkscape/src/ |
H A D | event-log.h | 62 add(event); add(type); add(description); add(child_count);
|
/inkscape/src/xml/ |
H A D | subtree.cpp | 46 _observers.add(observer);
|