/inkscape/src/ |
H A D | sp-rect.h | 37 void setVisibleRx(double rx); 45 void setVisibleWidth(double rx); 70 SVGLength rx; member in class:SPRect
|
H A D | sp-ellipse.h | 39 // internally with these variables. (Circle radius is rx). 42 SVGLength rx; member in class:SPGenericEllipse 79 void position_set(double x, double y, double rx, double ry);
|
H A D | filter-chemistry.cpp | 72 double rx = radius * (expansionY != 0 ? (expansion / expansionY) : 1); local 80 double xmargin = 2.4 * (rx) / width;
|
H A D | sp-ellipse.cpp | 75 this->readAttr("sodipodi:rx"); 91 this->readAttr("rx"); 101 // std::cout << " rx: " << rx.write() << std::endl; 108 // There are multiple ways to set internal cx, cy, rx, and ry (via SVG attributes or Sodipodi 137 if( t.read(value) && t.value > 0.0 ) rx = t; 138 rx.update( em, ex, w ); 151 this->ry = this->rx = t; 153 rx.update( em, ex, d ); 201 this->rx 647 position_set(gdouble x, gdouble y, gdouble rx, gdouble ry) argument [all...] |
H A D | sp-rect.cpp | 48 this->readAttr("rx"); 91 if (!this->rx.read(value) || this->rx.value <= 0.0) { 92 this->rx.unset(); 94 this->rx.update( em, ex, w ); 125 this->rx.update(em, ex, w); 143 if (this->rx._set) { 144 sp_repr_set_svg_length(repr, "rx", this->rx); 181 double const rx local 345 setVisibleRx(gdouble rx) argument [all...] |
/inkscape/src/ui/tools/ |
H A D | rect-tool.h | 48 gdouble rx; /* roundness radius (x direction) */ member in class:Inkscape::UI::Tools::RectTool
|
/inkscape/src/2geom/ |
H A D | cairo-path-sink.cpp | 71 void CairoPathSink::arcTo(double rx, double ry, double angle, argument 74 EllipticalArc arc(_current_point, rx, ry, angle, large_arc, sweep, p);
|
H A D | path-sink.h | 69 virtual void arcTo(Coord rx, Coord ry, Coord angle, 153 void arcTo(Coord rx, Coord ry, Coord angle, argument 160 _path.template appendNew<EllipticalArc>(rx, ry, angle,
|
H A D | ellipse.h | 79 Ellipse(Coord cx, Coord cy, Coord rx, Coord ry, Coord angle) argument 81 , _rays(rx, ry) 97 void set(Coord cx, Coord cy, Coord rx, Coord ry, Coord a) { argument 100 _rays[X] = rx;
|
H A D | elliptical-arc.h | 84 EllipticalArc( Point const &ip, Coord rx, Coord ry, argument 90 , _ellipse(0, 0, rx, ry, rot_angle) 141 void set( Point const &ip, double rx, double ry, argument 148 _ellipse.setRays(rx, ry);
|
H A D | svg-path-writer.cpp | 147 void SVGPathWriter::arcTo(double rx, double ry, double angle, argument 151 _current_pars.push_back(rx);
|
H A D | svg-path-parser.cpp | 1205 void SVGPathParser::_arcTo(Coord rx, Coord ry, Coord angle, argument 1212 _pushCurve(new EllipticalArc(_current, rx, ry, angle, large_arc, sweep, p)); 1429 double rx = _pop(); local 1431 _arcTo(rx, ry, angle, large_arc, sweep, point); 1535 double rx = _pop(); local 1537 _arcTo(rx, ry, angle, large_arc, sweep, point);
|
/inkscape/src/livarot/ |
H A D | path-description.h | 124 : PathDescr(descr_arcto), p(pp), rx(x), ry(y), angle(a), large(l), clockwise(c) {} 132 double rx; member in struct:PathDescrArcTo
|
H A D | Path.h | 244 void DoArc ( Geom::Point const &iS, Geom::Point const &iE, double rx, double ry, 250 void DoArc ( Geom::Point const &iS, Geom::Point const &iE, double rx, double ry, 265 void DoArc ( Geom::Point const &iS, Geom::Point const &iE, double rx, double ry, 273 static void ArcAngles ( Geom::Point const &iS, Geom::Point const &iE, double rx, 302 double rx, ry, angle; member in struct:Path::outline_callback_data::__anon406::__anon409
|
H A D | PathConversion.cpp | 105 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold, curP); 294 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold); 532 DoArc(curX, nextX, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise, treshhold); 700 double rx, double ry, double angle, 705 double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang) 708 ArcAnglesAndCenter(iS, iE, rx, ry, angle, large, wise, sang, eang, dr); 713 double rx, double ry, double angle, 720 cse[0] /= rx; 752 csd[0] *= rx; 801 double const rx, doubl 704 ArcAngles(const Geom::Point &iS, const Geom::Point &iE, double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang) argument 712 ArcAnglesAndCenter(Geom::Point const &iS, Geom::Point const &iE, double rx, double ry, double angle, bool large, bool wise, double &sang, double &eang, Geom::Point &dr) argument 800 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const ) argument 944 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const , int const piece) argument 1060 DoArc(Geom::Point const &iS, Geom::Point const &iE, double const rx, double const ry, double const angle, bool const large, bool const wise, double const , int const piece, offset_orig & ) argument [all...] |
H A D | PathOutline.cpp | 112 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise); 292 rev->ArcTo (nextX, nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise); 621 callsData.d.a.rx = nData->rx; 857 || (fabs (nData->rx) < 0.00001 936 double const rx = fin.rx; local 944 if (rx <= 0.0001 || ry <= 0.0001) 951 csex /= rx; 1000 csdx *= rx; [all...] |
H A D | PathCutting.cpp | 311 currentpath->appendNew<Geom::EllipticalArc>( nData->rx, nData->ry, nData->angle*M_PI/180.0, nData->large, !nData->clockwise, nData->p ); 575 curAdd->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise); 689 curAdd->ArcTo(nData->p,nData->rx,nData->ry,nData->angle,nData->large,nData->clockwise); 1205 double rx,ry,angle; local 1211 rx=oData->rx; 1219 ArcAngles(startP,endP,rx,ry,angle*M_PI/180.0,large,clockw,sang,eang); 1234 InsertArcTo(endP,rx,ry,angle,true,clockw,cp+1); 1236 InsertArcTo(endP,rx,ry,angle,false,clockw,cp+1); 1437 res->ArcTo(nData->p,nData->rx,nDat [all...] |
H A D | Shape.h | 444 Geom::Point rx; // rounded coordinates of the point member in struct:Shape::point_data
|
/inkscape/src/ui/dialog/ |
H A D | polar-arrange-tab.cpp | 213 static Geom::Point calcPoint(float cx, float cy, float rx, float ry, float angle) argument 215 return Geom::Point(cx + cos(angle) * rx, cy + sin(angle) * ry); 328 float rx, ry; // Radiuses of the ellipse in x and y direction local 342 rx = referenceEllipse->rx.value; 358 rx = radiusX.getValue("px"); 384 Geom::Point newLocation = calcPoint(cx, cy, rx, ry, angle) * transformation;
|
/inkscape/src/widgets/ |
H A D | rect-toolbar.cpp | 72 GtkAdjustment *adj1 = GTK_ADJUSTMENT( g_object_get_data(tbl, "rx") ); 133 sp_rtb_value_changed(adj, tbl, "rx", &SPRect::setVisibleRx); 157 adj = GTK_ADJUSTMENT( g_object_get_data(obj, "rx") ); 190 GtkAdjustment *adj = GTK_ADJUSTMENT( g_object_get_data( tbl, "rx" ) ); 192 gdouble rx = SP_RECT(item)->getVisibleRx(); local 193 gtk_adjustment_set_value(adj, Quantity::convert(rx, "px", unit)); 305 // rx/ry units menu: create 346 /* rx */ 352 "/tools/shapes/rect/rx", 0,
|
/inkscape/src/svg/ |
H A D | path-string.h | 129 PathString &arcTo(Geom::Coord rx, Geom::Coord ry, Geom::Coord rot, argument 134 _appendValue(Geom::Point(rx,ry)); 171 double rx; local 172 _abs_state.append(x, rx); 173 _rel_state.appendRelative(rx, _current_point[Geom::X]); 174 if (sc) _current_point[Geom::X] = rx;
|
/inkscape/src/extension/internal/ |
H A D | metafile-print.cpp | 369 rx,ry are the radii of the ellipse's axes 378 Geom::PathVector PrintMetafile::center_ellipse_as_SVG_PathV(Geom::Point ctr, double rx, double ry, double F) argument 385 x1 = ctr[X] + cos(F) * rx * cos(0) + sin(-F) * ry * sin(0); 386 y1 = ctr[Y] + sin(F) * rx * cos(0) + cos(F) * ry * sin(0); 387 x2 = ctr[X] + cos(F) * rx * cos(M_PI) + sin(-F) * ry * sin(M_PI); 388 y2 = ctr[Y] + sin(F) * rx * cos(M_PI) + cos(F) * ry * sin(M_PI); 391 sprintf(text, " M %f,%f A %f %f %f 0 0 %f %f A %f %f %f 0 0 %f %f z", x1, y1, rx, ry, F * 360. / (2.*M_PI), x2, y2, rx, ry, F * 360. / (2.*M_PI), x1, y1); 428 Geom::PathVector PrintMetafile::center_elliptical_hole_as_SVG_PathV(Geom::Point ctr, double rx, double ry, double F) argument 435 x1 = ctr[X] + cos(F) * rx * co [all...] |
H A D | wmf-print.cpp | 696 double rx = hypot(xv[X], xv[Y]); local 698 double range = fmax(rx, ry); // length along the gradient 708 pathvc = center_elliptical_hole_as_SVG_PathV(gv.p1, rx * (1.0 - overlap / range), ry * (1.0 - overlap / range), asin(xuv[Y])); 726 pathvc = center_elliptical_ring_as_SVG_PathV(gv.p1, rx * start / range, ry * start / range, rx * stop / range, ry * stop / range, asin(xuv[Y]));
|
/inkscape/src/live_effects/ |
H A D | lpe-fillet-chamfer.cpp | 581 Coord rx = radius; local 582 Coord ry = rx; 603 path_chamfer.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint); 619 path_chamfer.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint); 632 path_out.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint); 638 path_out.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint);
|
/inkscape/src/extension/internal/filter/ |
H A D | color.h | 1270 "<param name=\"rx\" gui-text=\"" N_("X") "\" type=\"float\" indent=\"1\" appearance=\"full\" precision=\"2\" min=\"-100.\" max=\"100.\">-6</param>\n" 1301 std::ostringstream rx; local 1313 rx << ext->get_param_float("rx"); 1339 rx.str().c_str(), ry.str().c_str(),
|