Home
last modified time | relevance | path

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

/StarryEngine/starry_toolkit/src/widgets/
H A Dlabel.rs90 let max_count = max(0, (rect.width as i32 - 3 * 8) / 8); in handle_overflow() localVariable
92 let _ = omit_str.split_off(max_count as usize); in handle_overflow()