| 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 | { |
nothing calls this directly
no test coverage detected