Searched refs:j2 (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dgcodetools.py462 for j2 in range(1,len(csp2[i2])) :
463 d = csp_seg_bound_to_csp_seg_bound_max_min_distance(csp1[i1][j1-1],csp1[i1][j1],csp2[i2][j2-1],csp2[i2][j2])
465 if d[1] < dist_bounds[0] : return [d[1],i1,j1,1,i2,j2,1]
466 d = csp_seg_to_csp_seg_distance(csp1[i1][j1-1],csp1[i1][j1],csp2[i2][j2-1],csp2[i2][j2], dist_bounds, tolerance=tolerance)
468 dist = [d[0], i1,j1,d[1], i2,j2,d[2]]
2871 for j2 in range(j1+1,len(poly1)):
2872 s1, e1 = poly1[j2-1],poly1[j2]
[all...]
/inkscape/
H A Dbuildtool.cpp408 int j2 = j, nj = j, n1, n2 = -1, ni, non_greedy = 0; local
418 if ((n1 = bar(re + i, step, s + j2, s_len - j2, info, bi)) > 0) {
419 j2 += n1;
425 nj = j2;
426 } else if ((n2 = bar(re + ni, re_len - ni, s + j2,
427 s_len - j2, info, bi)) >= 0) {
429 nj = j2 + n2;
472 int j2; local
473 for (j2
[all...]

Completed in 607 milliseconds