Searched defs:ti (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-knot.h39 double ti, tj; //time along paths. member in struct:Inkscape::LivePathEffect::LPEKnotNS::CrossingPoint
H A Dlpe-knot.cpp202 cp.ti = times[k].first + ii;
218 if (cp.i == i) cuts[cp.ti] = k;
223 if ( ((*this)[m->second].i == i) && ((*this)[m->second].ti == m->first) ){
245 cp.ti = input[n++];
266 result.push_back(double(cp.ti));
419 double ti = crossing_points[p].ti; local
424 t = modf(ti, &curveidx);
443 std::swap(ti, tj);
459 Interval hidden = findShadowedTime(gpaths[i0], flag_j, ti, widt
[all...]
/inkscape/src/2geom/
H A Dcurve.cpp142 Coord ti = dom_i.valueAt(xs[k].first); local
145 CurveIntersection real(ti, tj, xs[k].point());
H A Dpiecewise.h327 unsigned fi = f.segN(m.min()), ti = f.segN(m.max()); local
328 double ft = f.segT(m.min(), fi), tt = f.segT(m.max(), ti);
330 if(fi == ti) return bounds_local(f[fi], Interval(ft, tt));
333 for(unsigned i = fi + 1; i < ti; i++)
335 if(tt != 0.) ret.unionWith(bounds_local(f[ti], Interval(0., tt)));
/inkscape/src/widgets/
H A Dtoolbox.cpp719 Gtk::ToolItem* ti = dynamic_cast<Gtk::ToolItem*>(*it); local
720 if (ti) {
722 Gtk::Widget* child = ti->get_child();

Completed in 1088 milliseconds