Searched refs:maxLODPtr (Results 1 – 1 of 1) sorted by relevance
306 char* minLODPtr = NULL, *maxLODPtr = NULL, *baseLODPtr = NULL; in TCProcessImKey() local342 maxLODPtr = strtok( NULL, "," ); in TCProcessImKey()343 …TCAssertMsg( (maxLODPtr != NULL), "ProcessImKey: problem reading max LOD for image %d in script fi… in TCProcessImKey()344 TCStripBlanks( maxLODPtr, 1,1 ); in TCProcessImKey()345 …TCAssertMsg( (isdigit( *maxLODPtr )), "ProcessImKey: missing max LOD for image %d (should be a num… in TCProcessImKey()432 if( maxLODPtr ) in TCProcessImKey()433 maxLOD = atoi( maxLODPtr ); in TCProcessImKey()