Searched refs:i2dt (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/
H A Dsp-line.cpp118 Geom::Affine const i2dt(this->i2dt_affine());
120 points[0] = Geom::Point(this->x1.computed, this->y1.computed)*i2dt;
121 points[1] = Geom::Point(this->x2.computed, this->y2.computed)*i2dt;
H A Dsp-rect.cpp483 Geom::Affine const i2dt (this->i2dt_affine ());
485 Geom::Point p0 = Geom::Point(this->x.computed, this->y.computed) * i2dt;
486 Geom::Point p1 = Geom::Point(this->x.computed, this->y.computed + this->height.computed) * i2dt;
487 Geom::Point p2 = Geom::Point(this->x.computed + this->width.computed, this->y.computed + this->height.computed) * i2dt;
488 Geom::Point p3 = Geom::Point(this->x.computed + this->width.computed, this->y.computed) * i2dt;
520 Geom::Affine const i2dt(this->i2dt_affine());
522 Geom::Point A1(Geom::Point(this->x.computed, this->y.computed) * i2dt);
523 Geom::Point A2(Geom::Point(this->x.computed, this->y.computed + this->height.computed) * i2dt);
524 Geom::Point A3(Geom::Point(this->x.computed + this->width.computed, this->y.computed + this->height.computed) * i2dt);
525 Geom::Point A4(Geom::Point(this->x.computed + this->width.computed, this->y.computed) * i2dt);
[all...]
H A Dsp-path.cpp99 Geom::Affine const i2dt(this->i2dt_affine());
107 pts.push_back(std::make_pair(cit->initialPoint() * i2dt, cit->finalPoint() * i2dt));
H A Dsp-ellipse.cpp534 Geom::Affine const i2dt = this->i2dt_affine(); member in class:Geom
541 Geom::Point pt = this->getPointAtAngle(angle) * i2dt;
555 Geom::Point pt = Geom::Point(cx, cy) * i2dt;
560 Geom::Point pt = Geom::Point(cx, cy) * i2dt;
568 Geom::Point pt = this->getPointAtAngle(this->start) * i2dt;
574 Geom::Point pt = this->getPointAtAngle(this->end) * i2dt;
H A Dknot-holder-entity.cpp103 Geom::Affine const i2dt (item->i2dt_affine());
104 Geom::Point s = p * i2dt;
111 return s * i2dt.inverse();
H A Dfilter-chemistry.cpp361 Geom::Affine i2dt (item->i2dt_affine () );
363 return (new_filter_blend_gaussian_blur (document, mode, radius, i2dt.descrim(), i2dt.expansionX(), i2dt.expansionY(), width, height));
H A Dsp-shape.cpp657 Geom::Affine const i2dt(this->i2dt_affine());
662 sp_print_fill (ctx, pathv, i2dt, style, pbox, dbox, bbox);
666 sp_print_stroke (ctx, pathv, i2dt, style, pbox, dbox, bbox);
1079 Geom::Affine const i2dt (this->i2dt_affine ());
1092 p.push_back(Inkscape::SnapCandidatePoint(path_it->initialPoint() * i2dt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
1103 p.push_back(Inkscape::SnapCandidatePoint(Geom::middle_point(*line_segment) * i2dt, Inkscape::SNAPSOURCE_LINE_MIDPOINT, Inkscape::SNAPTARGET_LINE_MIDPOINT));
1111 p.push_back(Inkscape::SnapCandidatePoint((*curve_it1).finalPoint() * i2dt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
1142 p.push_back(Inkscape::SnapCandidatePoint(curve_it1->finalPoint() * i2dt, sst, stt));
1161 p.push_back(Inkscape::SnapCandidatePoint(p_ix * i2dt, Inkscape::SNAPSOURCE_PATH_INTERSECTION, Inkscape::SNAPTARGET_PATH_INTERSECTION));
H A Dsp-spiral.cpp415 Geom::Affine const i2dt (this->i2dt_affine ());
417 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(this->cx, this->cy) * i2dt, Inkscape::SNAPSOURCE_OBJECT_MIDPOINT, Inkscape::SNAPTARGET_OBJECT_MIDPOINT));
H A Dsp-star.cpp502 Geom::Affine const i2dt (this->i2dt_affine ());
503 p.push_back(Inkscape::SnapCandidatePoint(this->center * i2dt,Inkscape::SNAPSOURCE_OBJECT_MIDPOINT, Inkscape::SNAPTARGET_OBJECT_MIDPOINT));
H A Ddesktop-style.cpp456 Geom::Affine i2dt = item->i2dt_affine(); local
458 double width = item->style->stroke_width.computed * i2dt.descrim();
H A Dsp-item.cpp1602 void SPItem::set_i2d_affine(Geom::Affine const &i2dt) argument
1612 Geom::Affine const i2p( i2dt * dt2p );
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp1137 Geom::Affine i2dt = item->i2dt_affine(); local
1151 Geom::Point startpt = *(curve->first_point()) * i2dt;
1154 Geom::Point endpt = *(curve->last_point()) * i2dt;
1227 Geom::Point startpt = *(curve->first_point()) * i2dt;
1230 Geom::Point endpt = *(curve->last_point()) * i2dt;
H A Dspray-tool.cpp447 Geom::Affine i2dt = item->i2dt_affine() * Geom::Translate(center).inverse() * affine * Geom::Translate(center); local
448 path *= i2dt * dt2p;
H A Dtweak-tool.cpp951 Geom::Affine i2dt = item->i2dt_affine (); local
962 blur_now += num * i2dt.descrim(); // sum all blurs in the filter
/inkscape/src/ui/
H A Dobject-edit.cpp507 Geom::Affine const i2dt (item->i2dt_affine ());
516 box3d_set_corner (box, knot_id, s * i2dt, movement, (state & GDK_CONTROL_MASK));
689 Geom::Affine const i2dt (item->i2dt_affine ());
691 box3d_set_center(box, s * i2dt, origin * i2dt, !(state & GDK_SHIFT_MASK) ? Box3D::XY : Box3D::Z,

Completed in 57 milliseconds