Searched refs:SetWhiteXY (Results 1 - 4 of 4) sorted by relevance

/external/dng_sdk/source/
H A Ddng_color_spec.h98 void SetWhiteXY (const dng_xy_coord &white);
123 /// Return the XY value to use for SetWhiteXY for a given camera color
H A Ddng_render.h174 void SetWhiteXY (const dng_xy_coord &white) function in class:dng_render
H A Ddng_color_spec.cpp379 void dng_color_spec::SetWhiteXY (const dng_xy_coord &white) function in class:dng_color_spec
H A Ddng_render.cpp839 spec->SetWhiteXY (fParams.WhiteXY ());
846 spec->SetWhiteXY (spec->NeutralToXY (fNegative.CameraNeutral ()));
853 spec->SetWhiteXY (fNegative.CameraWhiteXY ());
860 spec->SetWhiteXY (D55_xy_coord ());

Completed in 101 milliseconds