Home
last modified time | relevance | path

Searched refs:wrapSPtr (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
353 if( (wrapSPtr = strtok( NULL, "," )) != 0 ) in TCProcessImKey()
362 wrapSPtr = minLODPtr; in TCProcessImKey()
374 TCStripBlanks( wrapSPtr, 1, 1 ); in TCProcessImKey()
437 if( wrapSPtr ) in TCProcessImKey()
439 if( (strcmp(wrapSPtr, "GX_REPEAT")) == 0 ) in TCProcessImKey()
441 else if( (strcmp(wrapSPtr, "GX_CLAMP")) == 0 ) in TCProcessImKey()
443 else if( (strcmp(wrapSPtr, "GX_MIRROR")) == 0 ) in TCProcessImKey()
446 …rrorMsg( "ProcessImKey: unknown wrapS mode '%s' for image %d in script file \n", wrapSPtr, index ); in TCProcessImKey()