Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCScriptFile.cpp107 static void TCProcessImKey ( u32 index, char* attList );
108 static void TCProcessPlKey ( u32 index, char* attList );
109 static void TCProcessTxKey ( u32 index, char* attList );
297 static void TCProcessImKey( u32 index, char* attList ) in TCProcessImKey() argument
314 …TCAssertMsg( (attList != NULL), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
315 …TCAssertMsg( (*attList != '\0'), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
320 icPtr = strtok( attList, "," ); in TCProcessImKey()
482 static void TCProcessPlKey ( u32 index, char* attList ) in TCProcessPlKey() argument
495 …TCAssertMsg( (attList != NULL), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
496 …TCAssertMsg( (*attList != '\0'), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
[all …]