Searched refs:maxLODPtr (Results 1 – 1 of 1) sorted by relevance
301 char* minLODPtr = NULL, *maxLODPtr = NULL, *baseLODPtr = NULL; in TCProcessImKey() local337 maxLODPtr = strtok( NULL, "," ); in TCProcessImKey()338 …TCAssertMsg( (maxLODPtr != NULL), "ProcessImKey: problem reading max LOD for image %d in script fi… in TCProcessImKey()339 TCStripBlanks( maxLODPtr, 1,1 ); in TCProcessImKey()340 …TCAssertMsg( (isdigit( *maxLODPtr )), "ProcessImKey: missing max LOD for image %d (should be a num… in TCProcessImKey()427 if( maxLODPtr ) in TCProcessImKey()428 maxLOD = atoi( maxLODPtr ); in TCProcessImKey()