Searched refs:TC_UNUSED (Results 1 – 8 of 8) sorted by relevance
262 if( index == TC_UNUSED ) in TCProcessSiKey()314 if( index == TC_UNUSED ) in TCProcessImKey()381 …TCAssertMsg( (icNum != TC_UNUSED), "TCProcessImKey: invalid color index for image %d in script fil… in TCProcessImKey()495 if( index == TC_UNUSED ) in TCProcessPlKey()520 …TCAssertMsg( (psNum != TC_UNUSED), "TCProcessPlKey: invalid color index for palette %d in script f… in TCProcessPlKey()561 if( index == TC_UNUSED ) in TCProcessTxKey()584 …TCAssertMsg( (imNum != TC_UNUSED), "TCProcessTxKey: invalid image index for texture %d in script f… in TCProcessTxKey()662 *num = TC_UNUSED; in TCGetKeyNum()
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()
103 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCVerifyLists()143 if( txPtr->palette != TC_UNUSED ) in TCVerifyLists()
168 if( index == TC_UNUSED ) in TCFindSrcImageByIndex()
886 if( thisTex->palette != TC_UNUSED ) in TCSetTplTextureValues()1282 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCWriteTplImageBank()2945 imCached.alphaSrcImage = TC_UNUSED; in TCWriteCachedScriptFile()2946 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCWriteCachedScriptFile()3124 cImPtr->colorSrcImage = TC_UNUSED; in TCReadCachedScriptFile()3130 if( cImPtr->alphaSrcImage != TC_UNUSED ) in TCReadCachedScriptFile()3149 cImPtr->alphaSrcImage = TC_UNUSED; in TCReadCachedScriptFile()3182 cPlPtr->srcImage = TC_UNUSED; in TCReadCachedScriptFile()3385 if( imPtr->alphaSrcImage != TC_UNUSED ) in TCCompareImToCachedIm()
168 if( thisImage->alphaSrcImage != TC_UNUSED ) in TCWriteTplImageMipMaps()286 if( srcImage->alphaSrcImage != TC_UNUSED ) in TCCreateNextMipMapLayer()
302 if( index == TC_UNUSED ) in TCFindPaletteByIndex()
46 #define TC_UNUSED 0xFFFFFFFF macro