Searched defs:i2dt (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
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 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 Dtweak-tool.cpp951 Geom::Affine i2dt = item->i2dt_affine (); local
962 blur_now += num * i2dt.descrim(); // sum all blurs in the filter
H A Dspray-tool.cpp447 Geom::Affine i2dt = item->i2dt_affine() * Geom::Translate(center).inverse() * affine * Geom::Translate(center); local
448 path *= i2dt * dt2p;

Completed in 38 milliseconds