Home
last modified time | relevance | path

Searched refs:dng_opcode_WarpRectilinear (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_lens_correction.h454 class dng_opcode_WarpRectilinear: public dng_opcode
463 dng_opcode_WarpRectilinear (const dng_warp_params_rectilinear &params,
466 explicit dng_opcode_WarpRectilinear (dng_stream &stream);
Ddng_lens_correction.cpp1507 dng_opcode_WarpRectilinear::dng_opcode_WarpRectilinear (const dng_warp_params_rectilinear &params, in dng_opcode_WarpRectilinear() function in dng_opcode_WarpRectilinear
1527 dng_opcode_WarpRectilinear::dng_opcode_WarpRectilinear (dng_stream &stream) in dng_opcode_WarpRectilinear() function in dng_opcode_WarpRectilinear
1600 bool dng_opcode_WarpRectilinear::IsNOP () const in IsNOP()
1609 bool dng_opcode_WarpRectilinear::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative()
1618 void dng_opcode_WarpRectilinear::PutData (dng_stream &stream) const in PutData()
1647 void dng_opcode_WarpRectilinear::Apply (dng_host &host, in Apply()
1686 uint32 dng_opcode_WarpRectilinear::ParamBytes (uint32 planes) in ParamBytes()
Ddng_host.cpp376 result = new dng_opcode_WarpRectilinear (stream); in Make_dng_opcode()