Home
last modified time | relevance | path

Searched refs:GetConstDeltas (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_hue_sat_map.cpp157 const HSBModify *deltas = GetConstDeltas (); in GetDelta()
253 return memcmp (GetConstDeltas (), in operator ==()
254 rhs.GetConstDeltas (), in operator ==()
334 const HSBModify *data1 = map1.GetConstDeltas (); in Interpolate()
335 const HSBModify *data2 = map2.GetConstDeltas (); in Interpolate()
Ddng_hue_sat_map.h213 const HSBModify *GetConstDeltas () const in GetConstDeltas() function
Ddng_image_writer.cpp2333 profile.HueSatDeltas1 ().GetConstDeltas ()) in profile_tag_set()
2338 profile.HueSatDeltas2 ().GetConstDeltas ()) in profile_tag_set()
2350 profile.LookTable ().GetConstDeltas ()) in profile_tag_set()
Ddng_reference.cpp1434 const dng_hue_sat_map::HSBModify *tableBase = lut.GetConstDeltas (); in RefBaselineHueSatMap()