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

/inkscape/src/
H A Dseltrans.cpp1354 Geom::Point dxy = xy - _point; local
1361 if (fabs(dxy[Geom::X]) > fabs(dxy[Geom::Y])) {
1362 dxy[Geom::Y] = 0;
1364 dxy[Geom::X] = 0;
1370 dxy = m.multipleOfGridPitch(dxy, _point);
1389 Geom::Dim2 dim = fabs(dxy[Geom::X]) > fabs(dxy[Geom::Y]) ? Geom::X : Geom::Y;
1395 bb = new Inkscape::PureTranslateConstrained(dxy[di
[all...]

Completed in 596 milliseconds