Home
last modified time | relevance | path

Searched refs:ConvertUint32ToInt32 (Results 1 – 8 of 8) sorted by relevance

/external/dng_sdk/source/
Ddng_filter_task.cpp103 …if (!ConvertUint32ToInt32 (srcArea.W (), &src_area_w) || !ConvertUint32ToInt32 (srcArea.H (), &src… in Process()
Ddng_safe_arithmetic.cpp253 bool ConvertUint32ToInt32(std::uint32_t val, std::int32_t *result) { in ConvertUint32ToInt32() function
255 *result = ConvertUint32ToInt32(val); in ConvertUint32ToInt32()
262 std::int32_t ConvertUint32ToInt32(std::uint32_t val) { in ConvertUint32ToInt32() function
Ddng_safe_arithmetic.h182 bool ConvertUint32ToInt32(std::uint32_t val, std::int32_t *result);
187 std::int32_t ConvertUint32ToInt32(std::uint32_t val);
Ddng_rect.h72 if (!ConvertUint32ToInt32(h, &b) || in dng_rect()
73 !ConvertUint32ToInt32(w, &r)) in dng_rect()
Ddng_pixel_buffer.cpp33 ConvertUint32ToInt32(uint32_result, result); in SafeUint32ToInt32Mult()
392 if (!ConvertUint32ToInt32 (fPlanes, &fColStep) || in dng_pixel_buffer()
403 if (!ConvertUint32ToInt32 (fArea.W(), &fRowStep) || in dng_pixel_buffer()
426 if (!ConvertUint32ToInt32 (planeStepUint32, &fPlaneStep) || in dng_pixel_buffer()
Ddng_resample.cpp607 ConvertUint32ToInt32 (widthV));; in SrcArea()
611 ConvertUint32ToInt32(widthH));; in SrcArea()
Ddng_lens_correction.cpp1203 const int32 pad = ConvertUint32ToInt32(fWeights.Radius()); in SrcArea()
1266 srcTileSize.h += ConvertUint32ToInt32(fWeights.Width()); in SrcTileSize()
1267 srcTileSize.v += ConvertUint32ToInt32(fWeights.Width()); in SrcTileSize()
Ddng_misc_opcodes.cpp220 overlap.t = fArea.t + ConvertUint32ToInt32( in Overlap()
223 overlap.l = fArea.l + ConvertUint32ToInt32( in Overlap()