Searched refs:tplPrev (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.1/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 258 static u32 TCWriteTplPaletteBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 259 static u32 TCWriteTplImageBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 306 static u32 TCReadCachedScriptFile ( const char* newTplName, u8** tplPrev ); 308 … TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** tplPrev ); 386 u8* tplPrev = NULL; // buffer for previous .tpl file in TCWriteTplFile() local 401 partialUpdate = TCReadCachedScriptFile( tplFile, &tplPrev ); in TCWriteTplFile() 507 total += TCWriteTplPaletteBank( fp, total, tplPrev, PlFlags ); in TCWriteTplFile() 664 total += TCWriteTplImageBank( fp, total, tplPrev, ImFlags ); in TCWriteTplFile() 683 if( tplPrev != NULL ) in TCWriteTplFile() 685 TCFree( (void**)(&tplPrev) ); in TCWriteTplFile() [all …]
|