Home
last modified time | relevance | path

Searched refs:DNG_REQUIRE (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_assertions.h64 #ifndef DNG_REQUIRE
73 #define DNG_REQUIRE(condition,msg) \ macro
96 #define DNG_REQUIRE(condition,msg) \ macro
H A Ddng_1d_table.cpp26 DNG_REQUIRE (count >= kMinTableSize, in dng_1d_table()
29 DNG_REQUIRE ((count & (count - 1)) == 0, in dng_1d_table()
H A Ddng_lens_correction.cpp901 DNG_REQUIRE (maxDstGap > 0.0, "maxDstGap must be positive."); in MaxSrcRadiusGap()
1271 DNG_REQUIRE (dstTileSize.v > 0, "Invalid tile height."); in SrcTileSize()
1272 DNG_REQUIRE (dstTileSize.h > 0, "Invalid tile width."); in SrcTileSize()
1324 DNG_REQUIRE (srcTileSize.v > 0, "Bad srcTileSize.v in dng_filter_warp::SrcTileSize"); in SrcTileSize()
1325 DNG_REQUIRE (srcTileSize.h > 0, "Bad srcTileSize.h in dng_filter_warp::SrcTileSize"); in SrcTileSize()
2110 DNG_REQUIRE (fParams.fParams.size () == dng_vignette_radial_params::kNumTerms, in Evaluate()
2260 DNG_REQUIRE (fParams.fParams.size () == dng_vignette_radial_params::kNumTerms, in PutData()
H A Ddng_linearization_info.cpp686 DNG_REQUIRE (fBlack_2D_rows > 0, in Process()
788 DNG_REQUIRE (fBlack_2D_rows > 0, in Process()
1358 DNG_REQUIRE (fBlackLevelRepeatCols > 0, in MaxBlackLevel()
1397 DNG_REQUIRE (fBlackLevelRepeatRows > 0, in MaxBlackLevel()
H A Ddng_opcode_list.cpp109 DNG_REQUIRE (image.Get (), "Bad image in dng_opcode_list::Apply"); in Apply()
H A Ddng_spline.cpp66 DNG_REQUIRE (count >= 2, "Too few points"); in Solve()
H A Ddng_string.cpp1595 DNG_REQUIRE (fData.Buffer_char (), "Bad string in dng_string::Replace"); in Replace()
1606 DNG_REQUIRE (fData.Buffer_char (), "Bad string in dng_string::Replace"); in Replace()
1653 DNG_REQUIRE (fData.Buffer_char (), "Bad string in dng_string::Replace"); in Replace()
H A Ddng_matrix.cpp1030 DNG_REQUIRE (count == b.Count (), in operator -()
1322 DNG_REQUIRE (a.Count () == b.Count (), in Dot()
H A Ddng_big_table.cpp1503 DNG_REQUIRE (IsValid (), "Invalid Look Table"); in PutStream()
1873 DNG_REQUIRE (IsValid (), "Invalid RGB Table"); in PutStream()
H A Ddng_negative.cpp110 DNG_REQUIRE (plane < NumFunctions (), in NoiseFunction()
671 DNG_REQUIRE (fExif.Get (), in SynchronizeMetadata()
2853 DNG_REQUIRE (phase >= 0 && phase < patSize * patSize, in SetFujiMosaic6x6()
3716 DNG_REQUIRE (fStage3Image.Get (), in RawImage()
H A Ddng_ifd.cpp4390 DNG_REQUIRE (across > 0, "Bad number of tiles across in dng_ifd::FindTileSize"); in FindTileSize()
H A Ddng_read_image.cpp1056 DNG_REQUIRE (bytesPerRow > 0, "Bad bytesPerRow in dng_image_spooler"); in dng_image_spooler()
H A Ddng_image_writer.cpp2728 DNG_REQUIRE (profile.NumFunctions () <= kMaxColorPlanes, in tag_dng_noise_profile()