Home
last modified time | relevance | path

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

/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPParabolicSlider.m74 _ppValueRange = _ppMaxValue - _ppMinValue;
79 return _ppMaxValue;
84 _ppMaxValue = aDouble;
85 _ppValueRange = _ppMaxValue - _ppMinValue;
134 _ppMaxValue = [super maxValue];
135 _ppValueRange = _ppMaxValue - _ppMinValue;
H A DPPParabolicSlider.h31 double _ppMaxValue; variable