Searched defs:ProfileByIndex (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_negative.cpp1245 const dng_camera_profile & dng_negative::ProfileByIndex (uint32 index) const function in class:dng_negative
1249 "Invalid index for ProfileByIndex");
1281 const dng_camera_profile &profile = ProfileByIndex (index);
1303 const dng_camera_profile &profile = ProfileByIndex (index);
1324 const dng_camera_profile &profile = ProfileByIndex (index);
1355 const dng_camera_profile &profile = ProfileByIndex (index);
1382 return &ProfileByIndex (bestIndex);
1393 return &ProfileByIndex (0);
1426 const dng_camera_profile &profile (ProfileByIndex (index));
1442 const dng_camera_profile &profile (ProfileByIndex (inde
[all...]

Completed in 26 milliseconds