Home | History | Annotate | Download | only in src

Lines Matching defs:delta_y

1131     float delta_y;
1162 delta_y = (l_start_end[3] - l_start_end[1]) / height;
1164 l_start_end[1] += delta_y;
1165 l_start_end[3] -= delta_y;
1167 delta_y = (l_start_end[3] - l_start_end[1]) / height;
1173 l_point[1] = l_start_end[1] + i * delta_y;
1217 float delta_y;
1247 delta_y = (r_start_end[3] - r_start_end[1]) / height;
1249 r_start_end[1] += delta_y;
1250 r_start_end[3] -= delta_y;
1252 delta_y = (r_start_end[3] - r_start_end[1]) / height;
1258 r_point[1] = r_start_end[1] + i * delta_y;