Home
last modified time | relevance | path

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

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