Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ empty
Method
empty
src/SB/Core/x/xFont.cpp:3467–3470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3465
}
3466
3467
bool basic_rect<F32>::empty() const
3468
{
3469
return (w <= 0.0f || h <= 0.0f);
3470
}
3471
3472
void basic_rect<F32>::clip(basic_rect<F32>& a, basic_rect<F32>& b) const
3473
{
Callers
5
reset
Method · 0.45
flush_triggered
Function · 0.45
need_update
Method · 0.45
tex_render
Function · 0.45
render_fill_rect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected