Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCTPLToolbox.cpp3039 char* cachedStrBank; in TCReadCachedScriptFile() local
3088 cachedStrBank = (char*)TCCalloc( 1, csfHdr.stringBankSize ); in TCReadCachedScriptFile()
3090 fread( cachedStrBank, csfHdr.stringBankSize, 1, fp ); in TCReadCachedScriptFile()
3103 strPtr = cachedStrBank + cImPtr->colorSrcImage; in TCReadCachedScriptFile()
3128 strPtr = cachedStrBank + cImPtr->alphaSrcImage; in TCReadCachedScriptFile()
3161 strPtr = cachedStrBank + cPlPtr->srcImage; in TCReadCachedScriptFile()
3191 partialUpdate = TCCompareToCachedScriptData( (char*)(cachedStrBank + csfHdr.tplNameOffset), in TCReadCachedScriptFile()
3194 if( cachedStrBank ) in TCReadCachedScriptFile()
3196 TCFree( (void**)&cachedStrBank ); in TCReadCachedScriptFile()
3197 cachedStrBank = NULL; in TCReadCachedScriptFile()