Lines Matching refs:System
48 System.out.println("----------------- Bloom UI Debugger --------------------"); in BloomUI()
49 System.out.println("-- blur Scale : press Y to increase, H to decrease"); in BloomUI()
50 System.out.println("-- exposure Power : press U to increase, J to decrease"); in BloomUI()
51 System.out.println("-- exposure CutOff : press I to increase, K to decrease"); in BloomUI()
52 System.out.println("-- bloom Intensity : press O to increase, P to decrease"); in BloomUI()
53 System.out.println("-------------------------------------------------------"); in BloomUI()
70 System.out.println("blurScale : " + filter.getBlurScale()); in BloomUI()
74 System.out.println("blurScale : " + filter.getBlurScale()); in BloomUI()
78 System.out.println("exposurePower : " + filter.getExposurePower()); in BloomUI()
82 System.out.println("exposurePower : " + filter.getExposurePower()); in BloomUI()
86 System.out.println("exposure CutOff : " + filter.getExposureCutOff()); in BloomUI()
90 System.out.println("exposure CutOff : " + filter.getExposureCutOff()); in BloomUI()
94 System.out.println("bloom Intensity : " + filter.getBloomIntensity()); in BloomUI()
98 System.out.println("bloom Intensity : " + filter.getBloomIntensity()); in BloomUI()