Searched defs:exp (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | spiral-tool.h | 49 gdouble exp; member in class:Inkscape::UI::Tools::SpiralTool
|
/inkscape/src/ |
H A D | sp-spiral.h | 35 x(t) = rad * t^exp cos(2 * Pi * revo*t + arg) + cx 36 y(t) = rad * t^exp sin(2 * Pi * revo*t + arg) + cy \endverbatim 48 float exp; ///< Spiral expansion factor member in class:SPSpiral 55 void setPosition(double cx, double cy, double exp, double revo, double rad, double arg, double t0);
|
H A D | sp-spiral.cpp | 35 , exp(1) 65 * sodipodi:spiral="cx cy exp revo rad arg t0" 70 sp_repr_set_svg_double(repr, "sodipodi:expansion", this->exp); 123 this->exp = g_ascii_strtod (value, NULL); 124 this->exp = CLAMP (this->exp, 0.0, 1000.0); 126 this->exp = 1.0; 257 * i: for large spiral.exp values, rate of growth 338 g_print ("cx=%g, cy=%g, exp=%g, revo=%g, rad=%g, arg=%g, t0=%g\n", 341 this->exp, 390 setPosition(gdouble cx, gdouble cy, gdouble exp, gdouble revo, gdouble rad, gdouble arg, gdouble t0) argument [all...] |
H A D | sp-offset.cpp | 175 * inkscape:offset="cx cy exp revo rad arg t0" 424 gdouble const exp = this->transform.descrim(); local 426 if (exp != 0) { 427 size /= exp; 431 //g_print ("coa %g exp %g item %p\n", size * 0.001, exp, item);
|
H A D | gradient-chemistry.cpp | 477 double exp = skew.descrim(); local 478 skew[0] /= exp; 479 skew[1] /= exp; 480 skew[2] /= exp; 481 skew[3] /= exp;
|
/inkscape/src/widgets/ |
H A D | spiral-toolbar.cpp | 127 gdouble exp = 1.0; local 135 gtk_adjustment_set_value(adj, exp);
|
Completed in 28 milliseconds