HomeSort by relevance Sort by last modified time
    Searched refs:dng_opcode_TrimBounds (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_misc_opcodes.h 31 class dng_opcode_TrimBounds: public dng_opcode
42 dng_opcode_TrimBounds (const dng_rect &bounds);
44 dng_opcode_TrimBounds (dng_stream &stream);
dng_host.cpp 421 result = new dng_opcode_TrimBounds (stream);
dng_misc_opcodes.cpp 30 dng_opcode_TrimBounds::dng_opcode_TrimBounds (const dng_rect &bounds)
44 dng_opcode_TrimBounds::dng_opcode_TrimBounds (dng_stream &stream)
88 void dng_opcode_TrimBounds::PutData (dng_stream &stream) const
102 void dng_opcode_TrimBounds::Apply (dng_host & /* host */,

Completed in 90 milliseconds