Searched refs:increment (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/util/
H A Dege-tags.h98 void increment( std::string const& key );
H A Dege-tags.cpp149 void TagSet::increment( std::string const& key ) function in class:ege::TagSet
/inkscape/src/widgets/
H A Druler.cpp1133 gdouble increment; /* Number of pixels per unit */ local
1241 increment = (gdouble) width / (upper - lower);
1263 if (ruler_metric.ruler_scale[scale] * fabs (increment) > 2 * text_size)
1284 if (subd_incr * fabs (increment) <= MINIMUM_INCR)
1309 // due to the typical values for cur, lower and increment, pos will often end up to
1313 pos = gint(Inkscape::round((cur - lower) * increment + 1e-12));
1344 double label_spacing_px = fabs(increment*(double)ruler_metric.ruler_scale[scale]/ruler_metric.subdivide[i]);
1418 gdouble increment; local
1463 increment = (gdouble) width / (upper - lower);
1465 rect.x = ROUND ((position - lower) * increment)
[all...]
/inkscape/src/livarot/
H A DPathCutting.cpp618 bool increment=false; local
625 if ( curAdd && increment == false ) {
658 increment=true;
662 increment=false;
708 if ( curAdd && increment == false ) {
/inkscape/src/
H A Dsp-object.h650 * Adds increment to _total_hrefcount of object and its parents.
652 void _updateTotalHRefCount(int increment);
H A Dsp-object.cpp278 void SPObject::_updateTotalHRefCount(int increment) { argument
281 iter->_total_hrefcount += increment;
/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp135 void increment(); ///< Step forward by one character.
304 span->end.increment();
402 span->end.increment();
923 void Layout::Calculator::UnbrokenSpanPosition::increment() function in class:Inkscape::Text::Layout::Calculator::UnbrokenSpanPosition

Completed in 1821 milliseconds