Home
last modified time | relevance | path

Searched refs:IsValidForNegative (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_lens_correction.h114 virtual bool IsValidForNegative (const dng_negative &negative) const;
472 virtual bool IsValidForNegative (const dng_negative &negative) const;
508 virtual bool IsValidForNegative (const dng_negative &negative) const;
606 virtual bool IsValidForNegative (const dng_negative &) const;
Ddng_lens_correction.cpp177 bool dng_warp_params::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative() function in dng_warp_params
1050 if (!fParams->IsValidForNegative (negative)) in dng_filter_warp()
1609 bool dng_opcode_WarpRectilinear::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative() function in dng_opcode_WarpRectilinear
1612 return fWarpParams.IsValidForNegative (negative); in IsValidForNegative()
1796 bool dng_opcode_WarpFisheye::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative() function in dng_opcode_WarpFisheye
1799 return fWarpParams.IsValidForNegative (negative); in IsValidForNegative()
2139 bool dng_opcode_FixVignetteRadial::IsValidForNegative (const dng_negative & /* negative */) const in IsValidForNegative() function in dng_opcode_FixVignetteRadial
Ddng_opcodes.h211 virtual bool IsValidForNegative (const dng_negative & /* negative */) const in IsValidForNegative() function
Ddng_opcodes.cpp142 else if (!IsValidForNegative (negative)) in AboutToApply()
Ddng_negative.h197 bool IsValidForNegative (const dng_negative &negative) const;
1372 return fNoiseProfile.IsValidForNegative (*this); in HasNoiseProfile()
Ddng_negative.cpp97 bool dng_noise_profile::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative() function in dng_noise_profile
Ddng_image_writer.cpp6388 if (negative.NoiseProfile ().IsValidForNegative (negative)) in WriteDNG()