MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Height

Function Height

engine/PoseidonGL33/TextureGL33.hpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 {
228 ASSERT_INIT();
229 return _mipmaps[level]._w;
230 }
231 int Height(int level) const
232 {
233 ASSERT_INIT();
234 return _mipmaps[level]._h;
235 }
236

Callers 9

DrawTextFreeTypeMethod · 0.85
DrawTextFreeType3DMethod · 0.85
DrawTextMethod · 0.85
GetTextWidthMethod · 0.85
MaxGuardYMethod · 0.85
MaxSatYMethod · 0.85
Height2DMethod · 0.85
Top2DMethod · 0.85
ListRefreshRatesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected