Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_render.h36 class dng_function_exposure_ramp: public dng_1d_function
51 dng_function_exposure_ramp (real64 white,
Ddng_render.cpp33 dng_function_exposure_ramp::dng_function_exposure_ramp (real64 white, in dng_function_exposure_ramp() function in dng_function_exposure_ramp
65 real64 dng_function_exposure_ramp::Evaluate (real64 x) const in Evaluate()
928 dng_function_exposure_ramp rampFunction (white, in Start()