Searched refs:i2dt (Results 1 - 15 of 15) sorted by relevance
/inkscape/src/ |
H A D | sp-line.cpp | 118 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 D | sp-rect.cpp | 483 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 D | sp-path.cpp | 99 Geom::Affine const i2dt(this->i2dt_affine()); 107 pts.push_back(std::make_pair(cit->initialPoint() * i2dt, cit->finalPoint() * i2dt));
|
H A D | sp-ellipse.cpp | 534 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 D | knot-holder-entity.cpp | 103 Geom::Affine const i2dt (item->i2dt_affine()); 104 Geom::Point s = p * i2dt; 111 return s * i2dt.inverse();
|
H A D | filter-chemistry.cpp | 361 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 D | sp-shape.cpp | 657 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 D | sp-spiral.cpp | 415 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 D | sp-star.cpp | 502 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 D | desktop-style.cpp | 456 Geom::Affine i2dt = item->i2dt_affine(); local 458 double width = item->style->stroke_width.computed * i2dt.descrim();
|
H A D | sp-item.cpp | 1602 void SPItem::set_i2d_affine(Geom::Affine const &i2dt) argument 1612 Geom::Affine const i2p( i2dt * dt2p );
|
/inkscape/src/ui/tools/ |
H A D | connector-tool.cpp | 1137 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 D | spray-tool.cpp | 447 Geom::Affine i2dt = item->i2dt_affine() * Geom::Translate(center).inverse() * affine * Geom::Translate(center); local 448 path *= i2dt * dt2p;
|
H A D | tweak-tool.cpp | 951 Geom::Affine i2dt = item->i2dt_affine (); local 962 blur_now += num * i2dt.descrim(); // sum all blurs in the filter
|
/inkscape/src/ui/ |
H A D | object-edit.cpp | 507 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 60 milliseconds