Searched refs:tplPrev (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 263 static u32 TCWriteTplPaletteBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 264 static u32 TCWriteTplImageBank ( FILE* fp, u32 total, u8* tplPrev, u32* imFlags ); 311 static u32 TCReadCachedScriptFile ( const char* newTplName, u8** tplPrev ); 313 … TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** tplPrev ); 391 u8* tplPrev = NULL; // buffer for previous .tpl file in TCWriteTplFile() local 406 partialUpdate = TCReadCachedScriptFile( tplFile, &tplPrev ); in TCWriteTplFile() 512 total += TCWriteTplPaletteBank( fp, total, tplPrev, PlFlags ); in TCWriteTplFile() 669 total += TCWriteTplImageBank( fp, total, tplPrev, ImFlags ); in TCWriteTplFile() 688 if( tplPrev != NULL ) in TCWriteTplFile() 690 TCFree( (void**)(&tplPrev) ); in TCWriteTplFile() [all …]
|