Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCScriptFile.cpp307 char* wrapSPtr = NULL, *wrapTPtr = NULL; in TCProcessImKey() local
355 wrapTPtr = strtok( NULL, "" ); in TCProcessImKey()
356 …TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
365 wrapTPtr = strtok( NULL, "" ); in TCProcessImKey()
366 …TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
375 TCStripBlanks( wrapTPtr, 1, 1 ); in TCProcessImKey()
455 if( wrapTPtr ) in TCProcessImKey()
457 if( (strcmp(wrapTPtr, "GX_REPEAT")) == 0 ) in TCProcessImKey()
459 else if( (strcmp(wrapTPtr, "GX_CLAMP")) == 0 ) in TCProcessImKey()
461 else if( (strcmp(wrapTPtr, "GX_MIRROR")) == 0 ) in TCProcessImKey()
[all …]