MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / set_bounds

Method set_bounds

src/plot_renderer/shader.rs:435–438  ·  view source on GitHub ↗
(&mut self, w: u32, h: u32)

Source from the content-addressed store, hash-verified

433 if !state.fills.is_empty() {
434 self.ensure_fill_pipeline(device);
435 }
436 if state.series.iter().any(|s| s.line_style.is_some())
437 || !state.vlines.is_empty()
438 || !state.hlines.is_empty()
439 {
440 self.ensure_line_pipeline(device);
441 }

Callers 1

prepare_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected