Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_misc_opcodes.h31 class dng_opcode_TrimBounds: public dng_opcode
42 dng_opcode_TrimBounds (const dng_rect &bounds);
44 dng_opcode_TrimBounds (dng_stream &stream);
Ddng_misc_opcodes.cpp30 dng_opcode_TrimBounds::dng_opcode_TrimBounds (const dng_rect &bounds) in dng_opcode_TrimBounds() function in dng_opcode_TrimBounds
44 dng_opcode_TrimBounds::dng_opcode_TrimBounds (dng_stream &stream) in dng_opcode_TrimBounds() function in dng_opcode_TrimBounds
88 void dng_opcode_TrimBounds::PutData (dng_stream &stream) const in PutData()
102 void dng_opcode_TrimBounds::Apply (dng_host & /* host */, in Apply()
Ddng_host.cpp421 result = new dng_opcode_TrimBounds (stream); in Make_dng_opcode()