Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/tc/src/
DTCScriptFile.cpp112 static void TCProcessImKey ( u32 index, char* attList );
113 static void TCProcessPlKey ( u32 index, char* attList );
114 static void TCProcessTxKey ( u32 index, char* attList );
302 static void TCProcessImKey( u32 index, char* attList ) in TCProcessImKey() argument
319 …TCAssertMsg( (attList != NULL), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
320 …TCAssertMsg( (*attList != '\0'), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
325 icPtr = strtok( attList, "," ); in TCProcessImKey()
487 static void TCProcessPlKey ( u32 index, char* attList ) in TCProcessPlKey() argument
500 …TCAssertMsg( (attList != NULL), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
501 …TCAssertMsg( (*attList != '\0'), "TCProcessPlKey: missing attribute list for palette %d in script … in TCProcessPlKey()
[all …]