Home
last modified time | relevance | path

Searched refs:GetRealHeight (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TexMap.cpp81 m_u32WidthHeight = PICA_CMD_DATA_TEXTURE_SIZE( GetRealWidth(), GetRealHeight() ); in ResetU32Info()
Dlyt_DrawerUniform.cpp88 const f32 adjust_y = static_cast<f32>(texMap.GetHeight()) / texMap.GetRealHeight(); in CalcTextureCoords()
Dlyt_Util.cpp492 f32 sv = static_cast<f32>(texMap.GetHeight()) / texMap.GetRealHeight(); in CalcTextureMtx()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexMap.h260 u16 GetRealHeight() const in GetRealHeight() function