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

/inkscape/src/ui/dialog/
H A Dalign-and-distribute.cpp282 _orientation(orientation),
313 sorted.push_back(BBoxSort(item, *bbox, _orientation, _kBegin, _kEnd));
328 float dist = (sorted.back().bbox.max()[_orientation] -
329 sorted.front().bbox.min()[_orientation]);
334 span += sorted[i].bbox[_orientation].extent();
338 float pos = sorted.front().bbox.min()[_orientation];
343 if (!Geom::are_near(pos, it->bbox.min()[_orientation], 1e-6)) {
345 t[_orientation] = pos - it->bbox.min()[_orientation];
349 pos += it->bbox[_orientation]
388 Geom::Dim2 _orientation; member in class:Inkscape::UI::Dialog::ActionDistribute
410 Geom::Dim2 _orientation; member in class:Inkscape::UI::Dialog::ActionNode
745 Geom::Dim2 _orientation; member in struct:Inkscape::UI::Dialog::Baselines
778 Geom::Dim2 _orientation; member in class:Inkscape::UI::Dialog::ActionBaseline
[all...]

Completed in 15 milliseconds