Searched defs:np (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/libcola/
H A Ddefs.h97 node_t *np; /* original node */ member in struct:__anon100
/inkscape/src/live_effects/
H A Dlpe-vonkoch.cpp18 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/display/
H A Ddrawing-image.cpp175 Geom::Point np = l.pointAt(l.nearestTime(p)); local
176 return Geom::distance(np, p);
/inkscape/src/widgets/
H A Ddash-selector.cpp83 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/livarot/
H A DPath.cpp823 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 DPathCutting.cpp1379 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/2geom/
H A Delliptical-arc.cpp356 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);
/inkscape/src/
H A Dobject-snapper.cpp525 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 Dobject-edit.cpp1388 Geom::Point np; local
1389 sp_offset_top_point(offset,&np);
1390 return np;

Completed in 33 milliseconds