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

Function get_texture_size

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

Source from the content-addressed store, hash-verified

3139namespace
3140{
3141 xVec2 get_texture_size(RwRaster& raster)
3142 {
3143 xVec2 vec = { raster.width / 640.0f, raster.height / 480.0f };
3144 return vec;
3145 }
3146
3147 void reset_tag_tex(xtextbox::jot&, const xtextbox&, const xtextbox&, const xtextbox::split_tag&)
3148 {

Callers 1

parse_tag_texFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected