| 1339 | )?; |
| 1340 | let x1 = data_value_to_plot_with_axis_range( |
| 1341 | vline1.x, |
| 1342 | widget.x_axis_scale, |
| 1343 | vline1.transform.as_ref(), |
| 1344 | Some(axis_ranges.0), |
| 1345 | )?; |
| 1346 | push_quad_as_triangles(&mut vertices, [x0, y0], [x1, y0], [x0, y1], [x1, y1]); |
| 1347 | } |
nothing calls this directly
no outgoing calls
no test coverage detected