Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ vertical
Method
vertical
perro_source/core/perro_ui/src/units.rs:151–153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
}
150
151
pub const fn vertical(self) -> f32 {
152
self.top + self.bottom
153
}
154
}
155
156
impl Default for UiRect {
Callers
10
ensure_caret_visible
Function · 0.45
auto_layout_content_size
Method · 0.45
absolute_children_content_size
Method · 0.45
v_fill_height
Method · 0.45
v_used_height
Method · 0.45
compute_ui_v_child_rect
Method · 0.45
compute_ui_v_children_rects
Method · 0.45
compute_ui_grid_child_rect
Method · 0.45
compute_ui_grid_children_rects
Method · 0.45
ui_fill_height
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected