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

Function render_bk_fill

src/SB/Game/zTextBox.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void set_vert(RwIm2DVertex& vert, F32 x, F32 y, F32 u, F32 v, iColor_tag c, F32 nsz, F32 rcz);
41
42 void render_bk_fill(const ztextbox& e)
43 {
44 const ztextbox::asset_type& a = *e.asset;
45
46 render_fill_rect(e.tb.font.clip, convert(a.backdrop.color));
47 }
48
49 void render_bk_tex_scale(const ztextbox& e)
50 {

Callers

nothing calls this directly

Calls 2

convertFunction · 0.85
render_fill_rectFunction · 0.50

Tested by

no test coverage detected