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

  /external/dng_sdk/source/
dng_assertions.h 69 #ifndef DNG_REQUIRE
78 #define DNG_REQUIRE(condition,msg) \
101 #define DNG_REQUIRE(condition,msg) \
dng_lens_correction.cpp 887 DNG_REQUIRE (maxDstGap > 0.0, "maxDstGap must be positive.");
1234 DNG_REQUIRE (dstTileSize.v > 0, "Invalid tile height.");
1235 DNG_REQUIRE (dstTileSize.h > 0, "Invalid tile width.");
    [all...]
dng_negative.cpp 119 DNG_REQUIRE (plane < NumFunctions (),
    [all...]
dng_image_writer.cpp     [all...]

Completed in 110 milliseconds