MCPcopy 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
3467bool basic_rect<F32>::empty() const
3468{
3469 return (w <= 0.0f || h <= 0.0f);
3470}
3471
3472void basic_rect<F32>::clip(basic_rect<F32>& a, basic_rect<F32>& b) const
3473{

Callers 5

resetMethod · 0.45
flush_triggeredFunction · 0.45
need_updateMethod · 0.45
tex_renderFunction · 0.45
render_fill_rectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected