Lines Matching refs:real64
41 real64 fSlope; // Slope of straight segment.
43 real64 fBlack; // Intercept of straight segment.
45 real64 fRadius; // Rounding radius.
47 real64 fQScale; // Quadradic scale.
51 dng_function_exposure_ramp (real64 white,
52 real64 black,
53 real64 minBlack);
55 virtual real64 Evaluate (real64 x) const;
71 real64 fSlope; // Slope for lower part of curve.
73 real64 a; // Quadradic parameters for upper two f-stops.
74 real64 b;
75 real64 c;
79 dng_function_exposure_tone (real64 exposure);
83 virtual real64 Evaluate (real64 x) const;
98 virtual real64 Evaluate (real64 x) const;
102 virtual real64 EvaluateInverse (real64 x) const;
123 virtual real64 Evaluate (real64 x) const;
142 real64 fExposure;
144 real64 fShadows;
190 void SetExposure (real64 exposure) in SetExposure()
198 real64 Exposure () const in Exposure()
206 void SetShadows (real64 shadows) in SetShadows()
214 real64 Shadows () const in Shadows()