Searched refs:one (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/
H A Duri.cpp192 gint one = 0x0ff & path[i]; local
193 if ( ('a' <= one && one <= 'z')
194 || ('A' <= one && one <= 'Z')
195 || ('0' <= one && one <= '9')
196 || one == '_'
197 || one == '-'
198 || one
[all...]
H A Dlayer-manager.cpp247 LayerWatcher* one = _watchers.back(); local
249 if ( one->_obj ) {
250 Node* node = one->_obj->getRepr();
252 node->removeObserver(*one);
254 one->_connection.disconnect();
283 // If we have a layer-group as the one or a parent, ensure it is listed as a valid layer.
H A Dtext-editing.cpp599 \a one and \a two. It will never return anything higher than \a text. */
600 static SPObject* get_common_ancestor(SPObject *text, SPObject *one, SPObject *two) argument
602 if (one == NULL || two == NULL)
604 SPObject *common_ancestor = one;
733 of figuring out what is a line break and how to delete one. Returns the
1383 in one but not the other. */
1624 // also amalgamate consecutive SPStrings into one
1631 // merge consecutive spans with identical styles into one
1865 for ( ; ; ) { // go up one item in the xml
1913 one the
[all...]
/inkscape/share/extensions/
H A Dcspsubdiv.py31 one, two = beziersplitatt(b,0.5)
32 sp[i-1][2] = one[1]
34 p = [one[2],one[3],two[1]]
H A Dmotion.py87 one,two = bezmisc.beziersplitatt(bez,tees[0])
88 segments.append([cmd,list(one[1]+one[2]+one[3])])
91 one,two = bezmisc.beziersplitatt(bez,tees[0])
93 segments.append([cmd,list(one[1]+one[2]+one[3])])
/inkscape/src/ui/widget/
H A Dpanel.cpp117 Gtk::RadioMenuItem *one = Gtk::manage(new Gtk::RadioMenuItem(group, one_label)); local
121 one->set_active(true);
126 _menu->append(*one);
127 _non_horizontal.push_back(one);
133 one->signal_activate().connect(sigc::bind<int, int>(sigc::mem_fun(*this, &Panel::_bounceCall), PANEL_SETTING_MODE, 0));
/inkscape/share/extensions/test/
H A Dinkweb-debug.js298 .replace( /\$times/g, (item.happens>1)? item.happens+" times" : "one time" )
/inkscape/src/2geom/
H A Dcoord.cpp276 // Do the final shifts in one go.
1825 DiyFp one = DiyFp(static_cast<uint64_t>(1) << -w.e(), w.e());
1827 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e());
1828 uint64_t fractionals = too_high.f() & (one.f() - 1);
1831 BiggestPowerTen(integrals, DiyFp::kSignificandSize - (-one.e()),
1845 (static_cast<uint64_t>(integrals) << -one.e()) + fractionals;
1850 static_cast<uint64_t>(divisor) << -one.e(), unit);
1855 ASSERT(one.e() >= -60);
1856 ASSERT(fractionals < one.f());
1857 ASSERT(UINT64_2PART_C(0xFFFFFFFF, FFFFFFFF) / 10 >= one
[all...]
H A Dsbasis.cpp521 Linear one(1,1);
522 Linear t1i = one; // t_1^0
523 SBasis one_minus_a = SBasis(one) - a;
525 SBasis ti(one); // t(u)^0
/inkscape/src/ui/dialog/
H A Dexport.h41 * Creates a dialog window for exporting an image to a bitmap if one doesn't already exist and
74 bool bbox_equal(Geom::Rect const &one, Geom::Rect const &two);
H A Dexport.cpp433 * this code sets the name first, it may not be the one users
721 /// Called when one of the selection buttons was toggled.
820 one that's nice */
1088 ++export_count; // one more item exported successfully
1416 bool Export::bbox_equal(Geom::Rect const &one, Geom::Rect const &two) argument
1420 (fabs(one.min()[Geom::X] - two.min()[Geom::X]) < epsilon) &&
1421 (fabs(one.min()[Geom::Y] - two.min()[Geom::Y]) < epsilon) &&
1422 (fabs(one.max()[Geom::X] - two.max()[Geom::X]) < epsilon) &&
1423 (fabs(one.max()[Geom::Y] - two.max()[Geom::Y]) < epsilon)
1434 * one
[all...]
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat26 print STDERR "You must specify at least one option.\n";
/inkscape/src/extension/internal/
H A Dwmf-print.cpp334 // fcolor is defined when gradients are being expanded, it is the color of one stripe or ring.
556 Geom::Point one(1, 1);
558 Geom::Point p1(one * transform);
1087 1. Images lose their rotation, one corner stays in the same place.
1091 that calls this one and passes px, but never removes the rest of the pixbuf. The first time
1092 this is called it leaked 5M (in one test) and each subsequent call leaked around 200K more.
1105 Geom::Affine const &tf_rect, /** affine transform only used for defining location and size of rect, for all other tranforms, use the one from m_tr_stack */
1184 /* If the path consists entirely of closed subpaths use one polypolygon.
1193 a closed path as an open one. */
1248 } else { // one o
[all...]
H A Demf-print.cpp342 // fcolor is defined when gradients are being expanded, it is the color of one stripe or ring.
519 // select in a stock object to deselect this one, the stock object should
520 // never be used because we always select in a new one before drawing anythingrestore previous brush, necessary??? Would using a default stock object not work?
666 Geom::Point one(1, 1);
668 Geom::Point p1(one * transform);
775 // set the current pen to the stock object NULL_PEN and then delete the defined pen object, if there is one.
780 // select in a stock object to deselect this one, the stock object should
781 // never be used because we always select in a new one before drawing anythingrestore previous brush, necessary??? Would using a default stock object not work?
796 PathVector has more than one path, or that one pat
[all...]
/inkscape/src/libnrtype/
H A Dfont-lister.cpp9 #include <libnrtype/one-glyph.h>
/inkscape/src/ui/
H A Dinterface.cpp230 GdkPixbufFormat *one = (GdkPixbufFormat*)list->data; local
231 gchar** typesXX = gdk_pixbuf_format_get_mime_types(one);
665 if (new_state) { //only one of the radio buttons has to be activated; the others will automatically be deactivated

Completed in 103 milliseconds