Searched refs:dp (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/ui/ |
H A D | draw-anchor.h | 30 Geom::Point dp; member in struct:SPDrawAnchor
|
H A D | draw-anchor.cpp | 46 a->dp = delta; 79 if ( activate && ( Geom::LInfty( w - anchor->dc->getDesktop().d2w(anchor->dp) ) <= (ctrl->box.width() / 2.0) ) ) {
|
/inkscape/share/extensions/ |
H A D | perspective.py | 70 dp = zeros((4,2), dtype=float64) 72 dp[i][0] = path[0][i][1][0] 73 dp[i][1] = path[0][i][1][1] 107 solmatrix[i][6] = -dp[i][0]*sp[i][0] 108 solmatrix[i][7] = -dp[i][0]*sp[i][1] 112 solmatrix[i+4][6] = -dp[i][1]*sp[i][0] 113 solmatrix[i+4][7] = -dp[i][1]*sp[i][1] 114 free_term[i] = dp[i][0] 115 free_term[i+4] = dp[i][1]
|
/inkscape/src/ |
H A D | sp-mesh-array.cpp | 437 Geom::Point dp = (p3 - p0)/3.0; 438 if( j == 2 ) dp *= 2.0; 439 (*nodes)[ row + i ][ col + j ]->p = p0 + dp; 445 Geom::Point dp = (p3 - p0)/3.0; 446 if( i == 2 ) dp *= 2.0; 447 (*nodes)[ row + i ][ col + j ]->p = p0 + dp; 694 Geom::Point p, dp; 701 dp = Geom::Point( x, y ); 702 new_patch.setPoint( istop, 3, current_p + dp ); 710 dp [all...] |
H A D | knot-holder-entity.cpp | 85 Geom::Point dp(knot_pos * item->i2dt_affine()); 88 knot->setPosition(dp, SP_KNOT_STATE_NORMAL);
|
/inkscape/src/ui/widget/ |
H A D | color-slider.cpp | 540 guchar *dp; local 553 dp = buf; 565 d = dp; 582 dp += 3; 595 guchar *dp; local 607 dp = buf; 610 guchar *d = dp; 628 dp += 3;
|
/inkscape/src/ui/tools/ |
H A D | spray-tool.cpp | 920 double dr; double dp; local 921 random_position( dr, dp, mean, standard_deviation, _distrib ); 937 Geom::Point move = (Geom::Point(cos(tilt)*cos(dp)*dr/(1-ratio)+sin(tilt)*sin(dp)*dr/(1+ratio), -sin(tilt)*cos(dp)*dr/(1-ratio)+cos(tilt)*sin(dp)*dr/(1+ratio)))+(p-a->midpoint()); 1039 Geom::Point move = (Geom::Point(cos(tilt)*cos(dp)*dr/(1-ratio)+sin(tilt)*sin(dp)*dr/(1+ratio), -sin(tilt)*cos(dp)*dr/(1-ratio)+cos(tilt)*sin(dp)*d [all...] |
H A D | pencil-tool.cpp | 194 p = anchor->dp; 270 p = anchor->dp; 292 p = anchor->dp; 365 p = anchor->dp; 389 p = anchor->dp;
|
H A D | pen-tool.cpp | 462 p = anchor->dp; 490 p = anchor->dp; 635 this->_setSubsequentPoint(anchor->dp, false, mevent.state); 750 p = anchor->dp; 764 p = anchor->dp; 887 SP_CTRL(this->green_anchor->ctrl)->moveto(this->green_anchor->dp); 939 this->green_anchor->dp += Geom::Point(x, y);
|
H A D | tweak-tool.cpp | 436 double dp = g_random_double_range(0, M_PI*2); local 441 Geom::Point move = force * 0.5 * (cos(M_PI * x) + 1) * Geom::Point(cos(dp)*dr, sin(dp)*dr);
|
/inkscape/src/2geom/ |
H A D | polynomial.cpp | 118 Poly dp = derivative(p); local 122 guess -= fn/dp(guess);
|
Completed in 58 milliseconds