Searched refs:ConvertUint32ToInt32 (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_filter_task.cpp | 103 …if (!ConvertUint32ToInt32 (srcArea.W (), &src_area_w) || !ConvertUint32ToInt32 (srcArea.H (), &src… in Process()
|
D | dng_safe_arithmetic.cpp | 253 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
|
D | dng_safe_arithmetic.h | 182 bool ConvertUint32ToInt32(std::uint32_t val, std::int32_t *result); 187 std::int32_t ConvertUint32ToInt32(std::uint32_t val);
|
D | dng_rect.h | 72 if (!ConvertUint32ToInt32(h, &b) || in dng_rect() 73 !ConvertUint32ToInt32(w, &r)) in dng_rect()
|
D | dng_pixel_buffer.cpp | 33 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()
|
D | dng_resample.cpp | 607 ConvertUint32ToInt32 (widthV));; in SrcArea() 611 ConvertUint32ToInt32(widthH));; in SrcArea()
|
D | dng_lens_correction.cpp | 1203 const int32 pad = ConvertUint32ToInt32(fWeights.Radius()); in SrcArea() 1266 srcTileSize.h += ConvertUint32ToInt32(fWeights.Width()); in SrcTileSize() 1267 srcTileSize.v += ConvertUint32ToInt32(fWeights.Width()); in SrcTileSize()
|
D | dng_misc_opcodes.cpp | 220 overlap.t = fArea.t + ConvertUint32ToInt32( in Overlap() 223 overlap.l = fArea.l + ConvertUint32ToInt32( in Overlap()
|