MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / refresh

Method refresh

src/SB/Core/x/xFont.cpp:1466–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466void xtextbox::layout::refresh(const xtextbox& tb, bool force)
1467{
1468 if (force || changed(tb))
1469 {
1470 this->tb = tb;
1471 calc(tb, 0);
1472 }
1473}
1474
1475void xtextbox::layout::refresh_end(const xtextbox& tb)
1476{

Callers 1

setupMethod · 0.45

Calls 2

changedFunction · 0.85
calcFunction · 0.85

Tested by

no test coverage detected