Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Util.cpp284 u16 realHeight = texSpec[pImage->format].minSize; in LoadTexture() local
285 while (realHeight != 0 && realHeight < height) in LoadTexture()
287 realHeight <<= 1; in LoadTexture()
316 realHeight, in LoadTexture()
329 realHeight, in LoadTexture()
368 TexSize(realWidth, realHeight), in LoadTexture()