Home | History | Annotate | Download | only in src

Lines Matching full:real_y

1542   float real_y = float(max_y) + dy_1;
1547 dy = (real_y * 6.0f + 1.0f) / 4.0f - float(y_layer);
1552 dy = (real_y * 8.0f + 1.0f) / 6.0f - float(y_layer);
1741 float real_y = float(max_y) + dy_1;
1746 dy = (float)((real_y * 6.0 + 1.0) / 8.0) - float(y_layer);
1751 dy = (float)((real_y * 4.0 - 1.0) / 6.0) - float(y_layer);