Searched refs:i2d (Results 1 - 14 of 14) sorted by relevance
| /inkscape/src/ |
| H A D | knot-holder-entity.cpp | 121 Geom::Affine const i2d (item->i2dt_affine()); 122 Geom::Point s = p * i2d; 129 Inkscape::Snapper::SnapConstraint transformed_constraint = Inkscape::Snapper::SnapConstraint(constraint.getPoint() * i2d, (constraint.getPoint() + constraint.getDirection()) * i2d - constraint.getPoint() * i2d); 133 return s * i2d.inverse();
|
| H A D | sp-conn-end-pair.cpp | 212 Geom::Affine i2d = _path->i2doc_affine(); local 222 endPts[h] = *(curve->first_point())*i2d; 225 endPts[h] = *(curve->last_point())*i2d;
|
| H A D | filter-chemistry.cpp | 401 Geom::Affine i2d (item->i2dt_affine ()); 402 double expansion = i2d.descrim(); 420 set_filter_area(repr, radius, expansion, i2d.expansionX(), 421 i2d.expansionY(), width, height);
|
| H A D | sp-image.cpp | 662 Geom::Affine const i2d (this->i2dt_affine ()); 664 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x0, y0) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); 665 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x0, y1) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); 666 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x1, y1) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); 667 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x1, y0) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER));
|
| H A D | gradient-chemistry.cpp | 1020 Geom::Affine i2d (item->i2dt_affine ()); 1021 Geom::Point p = p_w * i2d.inverse(); 1091 Geom::Point c_w = c * gradient->gradientTransform * i2d; // now in desktop coords 1126 Geom::Point r1_w = (c + Geom::Point(rg->r.computed, 0)) * gradient->gradientTransform * i2d; 1138 new_transform = gradient->gradientTransform * i2d * move * i2d.inverse(); 1145 Geom::Point r2_w = (c + Geom::Point(0, -rg->r.computed)) * gradient->gradientTransform * i2d; 1157 new_transform = gradient->gradientTransform * i2d * move * i2d.inverse();
|
| H A D | box3d.cpp | 320 Geom::Affine const i2d(box->i2dt_affine ()); 322 return box3d_get_perspective(box)->perspective_impl->tmat.image(proj_corner).affine() * i2d.inverse(); 344 Geom::Affine const i2d( box->i2dt_affine() ); 345 return box3d_get_perspective(box)->perspective_impl->tmat.image(proj_center).affine() * i2d.inverse();
|
| H A D | desktop-style.cpp | 781 Geom::Affine i2d = item->i2dt_affine(); local 782 double sw = style->stroke_width.computed * i2d.descrim(); 1803 Geom::Affine i2d = item->i2dt_affine(); local 1819 float dummy = num * i2d.descrim();
|
| H A D | seltrans.cpp | 557 Geom::Affine const i2d(original_item->i2dt_affine()); 558 Geom::Affine const i2dnew( i2d * _current_relative_affine );
|
| H A D | gradient-drag.cpp | 1378 Geom::Affine i2d ( item->i2dt_affine() ); 1379 Geom::Point pcg_old = pc_old * i2d.inverse();
|
| /inkscape/src/ui/tools/ |
| H A D | connector-tool.cpp | 612 Geom::Affine i2d ( (this->clickeditem)->i2dt_affine() ); 613 Geom::Affine d2i = i2d.inverse(); 628 this->red_curve->transform(i2d); 1043 Geom::Affine i2d = (cc->clickeditem)->i2dt_affine(); local 1044 cc->red_curve->transform(i2d);
|
| H A D | arc-tool.cpp | 374 Geom::Affine const i2d ( (this->arc)->i2dt_affine() ); 375 Geom::Point new_dir = pt * i2d - c;
|
| H A D | freehand-base.cpp | 961 Geom::Affine const i2d (item->i2dt_affine ()); 962 Geom::Point pp = pt * i2d.inverse();
|
| H A D | tweak-tool.cpp | 771 Geom::Affine i2d (item->i2doc_affine ()); 772 Geom::Point p = p_w * i2d.inverse();
|
| /inkscape/src/ui/dialog/ |
| H A D | objects.cpp | 1587 Geom::Affine i2d (item->i2dt_affine()); 1588 double expansion = i2d.descrim();
|
Completed in 110 milliseconds