Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/tc/src/
DTCScriptFile.cpp302 char* wrapSPtr = NULL, *wrapTPtr = NULL; in TCProcessImKey() local
350 wrapTPtr = strtok( NULL, "" ); in TCProcessImKey()
351 …TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
360 wrapTPtr = strtok( NULL, "" ); in TCProcessImKey()
361 …TCAssertMsg( (wrapTPtr != NULL), "ProcessImKey: problem reading wrapT mode for image %d in script … in TCProcessImKey()
370 TCStripBlanks( wrapTPtr, 1, 1 ); in TCProcessImKey()
450 if( wrapTPtr ) in TCProcessImKey()
452 if( (strcmp(wrapTPtr, "GX_REPEAT")) == 0 ) in TCProcessImKey()
454 else if( (strcmp(wrapTPtr, "GX_CLAMP")) == 0 ) in TCProcessImKey()
456 else if( (strcmp(wrapTPtr, "GX_MIRROR")) == 0 ) in TCProcessImKey()
[all …]