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

Method set_scale_factor

src/plot_renderer/shader.rs:439–441  ·  view source on GitHub ↗
(&mut self, scale: f32)

Source from the content-addressed store, hash-verified

437 || !state.vlines.is_empty()
438 || !state.hlines.is_empty()
439 {
440 self.ensure_line_pipeline(device);
441 }
442 self.ensure_overlay_pipeline(device);
443 self.ensure_line_overlay_pipeline(device);
444 // Composite yalnız `encode`'un resolve→hedef blit'inde kullanılır;

Callers 1

prepare_frameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected