Searched refs:ProfileByID (Results 1 – 3 of 3) sorted by relevance
871 const dng_camera_profile *profile = fNegative.ProfileByID (profileID); in Start()1238 const dng_camera_profile *profile = fNegative.ProfileByID (dng_camera_profile_id ()); in dng_render()
1650 virtual const dng_camera_profile * ProfileByID (const dng_camera_profile_id &id,1655 return ProfileByID (id, false) != NULL; in HasProfileID()
1257 const dng_camera_profile * dng_negative::ProfileByID (const dng_camera_profile_id &id, in ProfileByID() function in dng_negative1464 dng_color_spec *spec = new dng_color_spec (*this, ProfileByID (id)); in MakeColorSpec()2252 const dng_camera_profile *profile = ProfileByID (profileID); in TotalBaselineExposure()