Searched refs:TC_UNUSED (Results 1 – 8 of 8) sorted by relevance
257 if( index == TC_UNUSED ) in TCProcessSiKey()309 if( index == TC_UNUSED ) in TCProcessImKey()376 …TCAssertMsg( (icNum != TC_UNUSED), "TCProcessImKey: invalid color index for image %d in script fil… in TCProcessImKey()490 if( index == TC_UNUSED ) in TCProcessPlKey()515 …TCAssertMsg( (psNum != TC_UNUSED), "TCProcessPlKey: invalid color index for palette %d in script f… in TCProcessPlKey()556 if( index == TC_UNUSED ) in TCProcessTxKey()579 …TCAssertMsg( (imNum != TC_UNUSED), "TCProcessTxKey: invalid image index for texture %d in script f… in TCProcessTxKey()657 *num = TC_UNUSED; in TCGetKeyNum()
98 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCVerifyLists()138 if( txPtr->palette != TC_UNUSED ) in TCVerifyLists()
113 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCSetImageValues()173 TCAssertMsg( (index != TC_UNUSED), "TCSetImageIndex: invalid image index %d\n", index ); in TCSetImageIndex()190 …TCAssertMsg( (colorLayer != TC_UNUSED), "TCSetImageLayerAtt: invalid color layer %d for image %d\n… in TCSetImageLayerAtt()359 if( index == TC_UNUSED ) in TCFindImageByIndex()
163 if( index == TC_UNUSED ) in TCFindSrcImageByIndex()
168 if( thisImage->alphaSrcImage != TC_UNUSED ) in TCWriteTplImageMipMaps()286 if( srcImage->alphaSrcImage != TC_UNUSED ) in TCCreateNextMipMapLayer()
881 if( thisTex->palette != TC_UNUSED ) in TCSetTplTextureValues()1277 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCWriteTplImageBank()2940 imCached.alphaSrcImage = TC_UNUSED; in TCWriteCachedScriptFile()2941 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCWriteCachedScriptFile()3119 cImPtr->colorSrcImage = TC_UNUSED; in TCReadCachedScriptFile()3125 if( cImPtr->alphaSrcImage != TC_UNUSED ) in TCReadCachedScriptFile()3144 cImPtr->alphaSrcImage = TC_UNUSED; in TCReadCachedScriptFile()3177 cPlPtr->srcImage = TC_UNUSED; in TCReadCachedScriptFile()3380 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCCompareImToCachedIm()
302 if( index == TC_UNUSED ) in TCFindPaletteByIndex()
46 #define TC_UNUSED 0xFFFFFFFF macro