Home
last modified time | relevance | path

Searched refs:num_draw_path_call (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/backend_impl/
Dmocked.rs28 pub num_draw_path_call: u32, field
67 num_draw_path_call: 0, in new()
196 self.num_draw_path_call += 1; in draw_path()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/series/
Dline_series.rs105 assert_eq!(b.num_draw_path_call, 1); in test_line_series()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dbasic_shapes.rs123 assert_eq!(b.num_draw_path_call, 1); in test_path_element()