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

Function reset_tex_args

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

Source from the content-addressed store, hash-verified

973 model_args def_model_args;
974
975 void reset_tex_args(tex_args& ta)
976 {
977 ta.raster = NULL;
978 ta.rot = 0.0f;
979 ta.src = ta.dst = basic_rect<F32>::m_Unit;
980 ta.off.x = ta.off.y = 1.0f;
981 ta.scale = tex_args::SCALE_FONT;
982 }
983
984 void load_tex_args(tex_args& ta, const substr& s)
985 {

Callers 2

start_layoutFunction · 0.85
reset_tag_texFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected