Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTPLToolbox.cpp3044 char* cachedStrBank; in TCReadCachedScriptFile() local
3093 cachedStrBank = (char*)TCCalloc( 1, csfHdr.stringBankSize ); in TCReadCachedScriptFile()
3095 fread( cachedStrBank, csfHdr.stringBankSize, 1, fp ); in TCReadCachedScriptFile()
3108 strPtr = cachedStrBank + cImPtr->colorSrcImage; in TCReadCachedScriptFile()
3133 strPtr = cachedStrBank + cImPtr->alphaSrcImage; in TCReadCachedScriptFile()
3166 strPtr = cachedStrBank + cPlPtr->srcImage; in TCReadCachedScriptFile()
3196 partialUpdate = TCCompareToCachedScriptData( (char*)(cachedStrBank + csfHdr.tplNameOffset), in TCReadCachedScriptFile()
3199 if( cachedStrBank ) in TCReadCachedScriptFile()
3201 TCFree( (void**)&cachedStrBank ); in TCReadCachedScriptFile()
3202 cachedStrBank = NULL; in TCReadCachedScriptFile()