Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_render.h64 class dng_function_exposure_tone: public dng_1d_function
79 dng_function_exposure_tone (real64 exposure);
Ddng_render.cpp82 dng_function_exposure_tone::dng_function_exposure_tone (real64 exposure) in dng_function_exposure_tone() function in dng_function_exposure_tone
116 real64 dng_function_exposure_tone::Evaluate (real64 x) const in Evaluate()
944 dng_function_exposure_tone exposureTone (exposure); in Start()