Searched defs:n2 (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-dynastroke.cpp | 100 Piecewise<D2<SBasis> > n1,n2; local 136 n2 =-n1; 152 n2 =-n1; 161 n2 = -n1; 177 n2 = -dw*v - ncomp*rot90(v); 178 n2 = w*force_continuity(unitVector(n2),.1); 184 n2 = n1*(-.5); 199 right = m + n2;//- n; 236 n2 [all...] |
H A D | lpe-envelope.cpp | 92 Piecewise<D2<SBasis> > n2 = rot90(derivative(uskeleton2)); local 93 n2 = force_continuity(remove_short_cuts(n2,.1)); 181 output_x = x*(compose((uskeleton2),y2) + -x2*compose(n2,y2) )
|
/inkscape/src/2geom/numeric/ |
H A D | matrix.h | 324 Matrix(size_t n1, size_t n2) argument 327 m_columns = n2; 328 m_matrix = gsl_matrix_alloc(n1, n2); 331 Matrix(size_t n1, size_t n2, double x) argument 334 m_columns = n2; 335 m_matrix = gsl_matrix_alloc(n1, n2); 456 ConstMatrixView(const base_type & _matrix, size_t k1, size_t k2, size_t n1, size_t n2) argument 457 : m_matrix_view( gsl_matrix_const_submatrix(_matrix.get_gsl_matrix(), k1, k2, n1, n2) ) 460 m_columns = n2; 495 MatrixView(base_type & _matrix, size_t k1, size_t k2, size_t n1, size_t n2) argument [all...] |
/inkscape/src/display/ |
H A D | nr-filter-gaussian.cpp | 296 int const n1, int const n2, IIRValue const b[N+1], double const M[N*N], 311 for ( int c2 = 0 ; c2 < n2 ; c2++ ) { 372 int const n1, int const n2, FIRValue const *const kernel, int const scr_len, int const num_threads) 381 for ( int c2 = 0 ; c2 < n2 ; c2++ ) { 294 filter2D_IIR(PT *const dest, int const dstr1, int const dstr2, PT const *const src, int const sstr1, int const sstr2, int const n1, int const n2, IIRValue const b[N+1], double const M[N*N], IIRValue *const tmpdata[], int const num_threads) argument 370 filter2D_FIR(PT *const dst, int const dstr1, int const dstr2, PT const *const src, int const sstr1, int const sstr2, int const n1, int const n2, FIRValue const *const kernel, int const scr_len, int const num_threads) argument
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 293 Geom::Point n2 = (circle2.center() - point2).normalized(); local 294 Geom::Point sum_n = n1 + n2; 304 // std::cout << " norm: " << n1 << "; " << n2 << std::endl; 336 circle2 = Geom::Circle( c2 + dr*n2, r2+dr );
|
/inkscape/ |
H A D | buildtool.cpp | 408 int j2 = j, nj = j, n1, n2 = -1, ni, non_greedy = 0; local 426 } else if ((n2 = bar(re + ni, re_len - ni, s + j2, 429 nj = j2 + n2; 438 if (n1 < 0 && n2 < 0 && re[i + step] == '*' && 439 (n2 = bar(re + ni, re_len - ni, s + j, s_len - j, info, bi)) > 0) { 440 nj = j + n2; 443 DBG(("STAR/PLUS END: %d %d %d %d %d\n", j, nj, re_len - ni, n1, n2)); 448 FAIL_IF(nj == j && ni < re_len && n2 < 0, SLRE_NO_MATCH);
|
Completed in 50 milliseconds