Searched defs:tick_size (Results 1 – 2 of 2) sorted by relevance
25 pub(super) tick_size: i32, field53 pub fn tick_size<Size: SizeDesc>(&mut self, size: Size) -> &mut Self { in tick_size() function218 let tick_size = base_tick_size; in new() localVariable
137 const float tick_size = state_->ScaleForDpi(10); in Render() local