Searched refs:with_string (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-svg/src/ |
D | svg.rs | 169 pub fn with_string(buf: &'a mut String, size: (u32, u32)) -> Self { in with_string() method 608 let root = SVGBackend::with_string(&mut content, (500, 500)).into_drawing_area(); in draw_mesh_with_custom_ticks() 642 let mut root = SVGBackend::with_string(&mut content, (500, 500)); in test_text_alignments() 676 let root = SVGBackend::with_string(&mut content, (1500, 800)).into_drawing_area(); in test_text_draw() 738 let root = SVGBackend::with_string(&mut content, (width as u32, height as u32)) in test_text_clipping() 768 let root = SVGBackend::with_string(&mut content, (width, height)).into_drawing_area(); in test_series_labels() 826 let root = SVGBackend::with_string(&mut content, (width as u32, height as u32)) in test_draw_pixel_alphas()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/ |
D | evcxr.rs | 43 let root = SVGBackend::with_string(&mut buffer, size).into_drawing_area(); in evcxr_figure() 63 let mut svg_root = SVGBackend::with_string(&mut buffer, size); in evcxr_bitmap_figure()
|