Searched refs:maxPoints (Results 1 – 1 of 1) sorted by relevance
552 final int maxPoints = VolumeShaper.Configuration.getMaximumCurvePoints(); in testVolumeShaperConfigurationBuilder() local554 testBuildRamp(maxPoints); // no exceptions here. in testVolumeShaperConfigurationBuilder()556 if (maxPoints < Integer.MAX_VALUE) { in testVolumeShaperConfigurationBuilder()560 () -> { testBuildRamp(maxPoints + 1); }); in testVolumeShaperConfigurationBuilder()