Searched refs:dng_opcode_WarpFisheye (Results 1 – 3 of 3) sorted by relevance
490 class dng_opcode_WarpFisheye: public dng_opcode499 dng_opcode_WarpFisheye (const dng_warp_params_fisheye ¶ms,502 explicit dng_opcode_WarpFisheye (dng_stream &stream);
1697 dng_opcode_WarpFisheye::dng_opcode_WarpFisheye (const dng_warp_params_fisheye ¶ms, in dng_opcode_WarpFisheye() function in dng_opcode_WarpFisheye1717 dng_opcode_WarpFisheye::dng_opcode_WarpFisheye (dng_stream &stream) in dng_opcode_WarpFisheye() function in dng_opcode_WarpFisheye1787 bool dng_opcode_WarpFisheye::IsNOP () const in IsNOP()1796 bool dng_opcode_WarpFisheye::IsValidForNegative (const dng_negative &negative) const in IsValidForNegative()1805 void dng_opcode_WarpFisheye::PutData (dng_stream &stream) const in PutData()1837 void dng_opcode_WarpFisheye::Apply (dng_host &host, in Apply()1876 uint32 dng_opcode_WarpFisheye::ParamBytes (uint32 planes) in ParamBytes()
385 result = new dng_opcode_WarpFisheye (stream); in Make_dng_opcode()