Searched refs:np (Results 1 - 15 of 15) sorted by relevance
/inkscape/share/extensions/ |
H A D | flatten.py | 34 np = [] 42 np.append([cmd,[csp[1][0],csp[1][1]]]) 43 node.set('d',simplepath.formatPath(np))
|
H A D | motion.py | 39 np = params[:] 43 np[i] += self.vx 45 np[i] += self.vy 47 a.append(['L',[np[-2],np[-1]]]) 50 np[-2:] = last[0]+self.vx,last[1]+self.vy 52 c1 = np[:2], np[2:4] = np[2:4], np[ [all...] |
H A D | synfig_prepare.py | 199 xpath_cmd = " | ".join(["//" + np for np in non_paths])
|
/inkscape/src/widgets/ |
H A D | dash-selector.cpp | 83 int np=0; local 84 while (dashes[np]){ np++;} 85 for (int i = 0; i<np-1; i++) { // all but the custom one go this way 93 row[dash_columns.dash] = dashes[np-1]; 171 int np = 0; local 172 while (pattern[np] >= 0.0) 173 np += 1; 174 if (np == ndash) {
|
/inkscape/src/live_effects/ |
H A D | lpe-vonkoch.h | 30 virtual void param_setup_nodepath(Inkscape::NodePath::Path *np); 43 virtual void param_setup_nodepath(Inkscape::NodePath::Path *np);
|
H A D | lpe-vonkoch.cpp | 18 VonKochPathParam::param_setup_nodepath(Inkscape::NodePath::Path *np) argument 20 PathParam::param_setup_nodepath(np); 21 //sp_nodepath_make_straight_path(np); 26 VonKochRefPathParam::param_setup_nodepath(Inkscape::NodePath::Path *np) argument 28 PathParam::param_setup_nodepath(np); 29 //sp_nodepath_make_straight_path(np);
|
/inkscape/src/livarot/ |
H A D | Path.cpp | 823 Geom::Point np = nData->p - nData->end; local 824 if ( np[Geom::X] < l ) { 825 l = np[Geom::X]; 827 if ( np[Geom::X] > r ) { 828 r = np[Geom::X]; 830 if ( np[Geom::Y] < t ) { 831 t = np[Geom::Y]; 833 if ( np[Geom::Y] > b ) { 834 b = np[Geom::Y]; 837 np [all...] |
H A D | PathCutting.cpp | 1379 Geom::Point np; local 1382 np=nData->p; 1414 if ( Geom::LInfty(endP-np) < 0.00001 ) { 1453 if ( doesClose == false ) res->LineTo(np); 1454 nLastP=np; 1489 res->MoveTo(np); 1490 lastP=np;
|
/inkscape/src/libcola/ |
H A D | defs.h | 97 node_t *np; /* original node */ member in struct:__anon100
|
/inkscape/src/live_effects/parameter/ |
H A D | path.h | 48 virtual void param_setup_nodepath(Inkscape::NodePath::Path *np);
|
/inkscape/src/display/ |
H A D | drawing-image.cpp | 175 Geom::Point np = l.pointAt(l.nearestTime(p)); local 176 return Geom::distance(np, p);
|
/inkscape/src/2geom/ |
H A D | elliptical-arc.cpp | 356 Point np = seg.pointAt( seg.nearestTime(p) ); local 362 result = roots(np[Y], Y); 366 result = roots(np[X], X); 374 result = roots(np[X], X); 378 result = roots(np[Y], Y); 391 // Point np = ray(X) * unit_vector(r); 392 // std::vector<double> solX = roots(np[X],X); 393 // std::vector<double> solY = roots(np[Y],Y);
|
H A D | path.cpp | 709 std::vector<Coord> np; 711 np.push_back(it->nearestTime(p)); 713 return np;
|
/inkscape/src/ |
H A D | object-snapper.cpp | 525 std::vector<double>::const_iterator np = anp.begin(); local 527 for (; np != anp.end(); ++np, index++) { 529 Geom::Point const sp_doc = curve->pointAt(*np); 563 Geom::Point sp_tangent_doc = curve->unitTangentAt(*np);
|
/inkscape/src/ui/ |
H A D | object-edit.cpp | 1388 Geom::Point np; local 1389 sp_offset_top_point(offset,&np); 1390 return np;
|
Completed in 34 milliseconds