HomeSort by relevance Sort by last modified time
    Searched refs:HSBModify (Results 1 - 4 of 4) sorted by null

  /external/dng_sdk/source/
dng_hue_sat_map.h 52 struct HSBModify
70 HSBModify *SafeGetDeltas ()
72 return (HSBModify *) fDeltas.Buffer_real32 ();
151 HSBModify &modify) const;
165 const HSBModify &modify)
182 const HSBModify &modify);
201 HSBModify *GetDeltas ()
206 return (HSBModify *) fDeltas.Buffer_real32 ();
213 const HSBModify *GetConstDeltas () const
215 return (const HSBModify *) fDeltas.Buffer_real32 ()
    [all...]
dng_hue_sat_map.cpp 125 uint32 size = SafeUint32Mult(DeltasCount (), (uint32) sizeof (HSBModify));
138 HSBModify &modify) const
157 const HSBModify *deltas = GetConstDeltas ();
170 const HSBModify &modify)
221 HSBModify zeroSatModify;
255 DeltasCount () * sizeof (HSBModify)) == 0;
334 const HSBModify *data1 = map1.GetConstDeltas ();
335 const HSBModify *data2 = map2.GetConstDeltas ();
337 HSBModify *data3 = result->SafeGetDeltas ();
dng_camera_profile.cpp 383 dng_hue_sat_map::HSBModify modify;
884 dng_hue_sat_map::HSBModify modify;
dng_reference.cpp 1434 const dng_hue_sat_map::HSBModify *tableBase = lut.GetConstDeltas ();
1491 const dng_hue_sat_map::HSBModify *entry00 = tableBase + hIndex0 * hueStep +
1494 const dng_hue_sat_map::HSBModify *entry01 = entry00 + (hIndex1 - hIndex0) * hueStep;
1558 const dng_hue_sat_map::HSBModify *entry00 = tableBase + vIndex0 * valStep +
1562 const dng_hue_sat_map::HSBModify *entry01 = entry00 + (hIndex1 - hIndex0) * hueStep;
1564 const dng_hue_sat_map::HSBModify *entry10 = entry00 + valStep;
1565 const dng_hue_sat_map::HSBModify *entry11 = entry01 + valStep;
    [all...]

Completed in 82 milliseconds