Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCScriptFile.cpp302 char* wrapSPtr = NULL, *wrapTPtr = NULL; in TCProcessImKey() local
348 if( (wrapSPtr = strtok( NULL, "," )) != 0 ) in TCProcessImKey()
357 wrapSPtr = minLODPtr; in TCProcessImKey()
369 TCStripBlanks( wrapSPtr, 1, 1 ); in TCProcessImKey()
432 if( wrapSPtr ) in TCProcessImKey()
434 if( (strcmp(wrapSPtr, "GX_REPEAT")) == 0 ) in TCProcessImKey()
436 else if( (strcmp(wrapSPtr, "GX_CLAMP")) == 0 ) in TCProcessImKey()
438 else if( (strcmp(wrapSPtr, "GX_MIRROR")) == 0 ) in TCProcessImKey()
441 …rrorMsg( "ProcessImKey: unknown wrapS mode '%s' for image %d in script file \n", wrapSPtr, index ); in TCProcessImKey()