Home | History | Annotate | Download | only in source

Lines Matching refs:IsValidForNegative

177 bool dng_warp_params::IsValidForNegative (const dng_negative &negative) const
1050 if (!fParams->IsValidForNegative (negative))
1609 bool dng_opcode_WarpRectilinear::IsValidForNegative (const dng_negative &negative) const
1612 return fWarpParams.IsValidForNegative (negative);
1796 bool dng_opcode_WarpFisheye::IsValidForNegative (const dng_negative &negative) const
1799 return fWarpParams.IsValidForNegative (negative);
2139 bool dng_opcode_FixVignetteRadial::IsValidForNegative (const dng_negative & /* negative */) const