Lines Matching defs:offset_h
833 double offset_h = 0;
841 offset_h = stop->offset;
847 if (offset_h - offset_l > r && pos_e >= offset_l && pos_e <= offset_h) {
853 force * (pos_e - offset_l) / (offset_h - offset_l),
856 force * (offset_h - pos_e) / (offset_h - offset_l),
871 if (offset_h >= pos_e && offset_h < pos_e + r) {
873 force * tweak_profile (fabs (pos_e - offset_h), r),
880 offset_l = offset_h;