Searched refs:get_bp (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/plotters/src/drawing/ |
D | area.rs | 662 let get_bp = |full, limit, id| { in test_split_grid() localVariable 672 let expected_u = (get_bp(1024, nxb, col), get_bp(768, nyb, row)); in test_split_grid() 674 get_bp(1024, nxb, col + 1) - 1, in test_split_grid() 675 get_bp(768, nyb, row + 1) - 1, in test_split_grid()
|