Searched refs:ti (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/libcola/ |
H A D | cycle_detector.cpp | 244 for (vector<unsigned>::iterator ti = traverse.begin(); ti != traverse.end(); ++ti) { 245 if (*ti == k) { return pair< bool, vector<unsigned>::iterator >(true, ti); }
|
/inkscape/src/2geom/ |
H A D | curve.cpp | 142 Coord ti = dom_i.valueAt(xs[k].first); local 145 CurveIntersection real(ti, tj, xs[k].point());
|
H A D | sbasis.cpp | 525 SBasis ti(one); // t(u)^0 539 << "ti=" << ti << std::endl 557 r -= multiply(civ,ti); 561 ti = multiply(ti,t);
|
H A D | path.cpp | 770 double fi, ti; 771 double ff = modf(from, &fi), tf = modf(to, &ti); 773 ti--; 777 if (fi == ti && from < to) { 781 const_iterator toi = inc(begin(), (unsigned)ti);
|
H A D | piecewise.h | 327 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/live_effects/ |
H A D | lpe-knot.h | 39 double ti, tj; //time along paths. member in struct:Inkscape::LivePathEffect::LPEKnotNS::CrossingPoint
|
H A D | lpe-knot.cpp | 202 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/widgets/ |
H A D | toolbox.cpp | 719 Gtk::ToolItem* ti = dynamic_cast<Gtk::ToolItem*>(*it); local 720 if (ti) { 722 Gtk::Widget* child = ti->get_child();
|
/inkscape/src/ui/tools/ |
H A D | text-tool.cpp | 1636 SPItem *ti = tc->text; 1637 (void)ti; 1646 if ((SP_IS_TEXT(ti) || SP_IS_FLOWTEXT(ti)) && sp_te_input_is_empty(ti)) { 1647 Inkscape::XML::Node *text_repr = ti->getRepr();
|
Completed in 57 milliseconds