Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.h90 virtual bool IsNOP (uint32 plane) const;
470 virtual bool IsNOP () const;
506 virtual bool IsNOP () const;
561 bool IsNOP () const;
604 virtual bool IsNOP () const;
Ddng_lens_correction.cpp85 bool dng_warp_params::IsNOP (uint32 plane) const in IsNOP() function in dng_warp_params
1600 bool dng_opcode_WarpRectilinear::IsNOP () const in IsNOP() function in dng_opcode_WarpRectilinear
1787 bool dng_opcode_WarpFisheye::IsNOP () const in IsNOP() function in dng_opcode_WarpFisheye
1910 bool dng_vignette_radial_params::IsNOP () const in IsNOP() function in dng_vignette_radial_params
2130 bool dng_opcode_FixVignetteRadial::IsNOP () const in IsNOP() function in dng_opcode_FixVignetteRadial
2133 return fParams.IsNOP (); in IsNOP()
Ddng_opcodes.h204 virtual bool IsNOP () const in IsNOP() function
Ddng_opcodes.cpp149 else if (!IsNOP ()) in AboutToApply()