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

/inkscape/src/live_effects/
H A Dlpe-knot.h38 unsigned ni, nj; //this crossing is the ni-th along i, nj-th along j. member in struct:Inkscape::LivePathEffect::LPEKnotNS::CrossingPoint
49 CrossingPoint get(unsigned const i, unsigned const ni);
H A Dlpe-knot.cpp201 cp.ni = 0; cp.nj=0;//not set yet
224 (*this)[m->second].ni = count;
243 cp.ni = input[n++];
264 result.push_back(double(cp.ni));
275 CrossingPoints::get(unsigned const i, unsigned const ni) argument
278 if ( ( ((*this)[k].i==i) && ((*this)[k].ni==ni) )
279 || ( ((*this)[k].j==i) && ((*this)[k].nj==ni) ) )
284 g_warning("LPEKnotNS::CrossingPoints::get error. %uth crossing along string %u not found.",ni,i);
314 && (other[n].ni
[all...]
/inkscape/src/2geom/
H A Dnearest-time.cpp211 unsigned int ni = si; local
224 ni = i;
235 ni = ei;
238 return c.mapToDomain(nearest, ni);
268 std::vector<unsigned> ni; local
269 ni.push_back(si);
284 ni.clear();
285 ni.push_back(i);
291 ni.push_back(i);
306 ni
[all...]
/inkscape/src/
H A Dsp-star.cpp316 gint ni = (index < star->sides - 1)? (index + 1) : 0; local
323 Geom::Point next = (star->flatsided? sp_star_get_xy (star, point, ni) : sp_star_get_xy (star, other, point == SP_STAR_POINT_KNOT1? index : ni));
/inkscape/
H A Dbuildtool.cpp408 int j2 = j, nj = j, n1, n2 = -1, ni, non_greedy = 0; local
411 ni = i + step + 1;
412 if (ni < re_len && re[ni] == '?') {
414 ni++;
423 if (ni >= re_len) {
426 } else if ((n2 = bar(re + ni, re_len - ni, s + j2,
439 (n2 = bar(re + ni, re_len - ni,
[all...]

Completed in 25 milliseconds