Lines Matching defs:_orientation
282 _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].extent();
369 t[_orientation] = pos - it.anchor;
388 Geom::Dim2 _orientation;
405 _orientation(orientation),
410 Geom::Dim2 _orientation;
427 nt->_multipath->distributeNodes(_orientation);
429 nt->_multipath->alignNodes(_orientation);
745 Geom::Dim2 _orientation;
749 _orientation (orientation)
755 return (a._base[a._orientation] < b._base[b._orientation]);
773 _orientation(orientation),
778 Geom::Dim2 _orientation;
812 Baselines b (item, base, _orientation);
826 double step = (b_max[_orientation] - b_min[_orientation])/(sorted.size() - 1);
831 t[_orientation] = b_min[_orientation] + step * i - base[_orientation];
897 t[_orientation] = ref_point[_orientation] - base[_orientation];