Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/tc/src/
DTCMipmap.cpp515 u32 checkWidth, checkHeight; in TCCheckMipMapReduction() local
528 checkHeight = ( (thisImage->lyColor).height >> scale ); in TCCheckMipMapReduction()
530 if( (checkWidth == 0) || (checkHeight == 0) ) in TCCheckMipMapReduction()