Lines Matching refs:Round_int32
968 fCameraWhiteXY.x = Round_int32 (coord.x * 1000000.0) / 1000000.0; in SetCameraWhiteXY()
969 fCameraWhiteXY.y = Round_int32 (coord.y * 1000000.0) / 1000000.0; in SetCameraWhiteXY()
2210 result.l = Round_int32 (fDefaultCropOriginH.As_real64 () * fRawToFullScaleH); in DefaultCropArea()
2211 result.t = Round_int32 (fDefaultCropOriginV.As_real64 () * fRawToFullScaleV); in DefaultCropArea()
2213 result.r = result.l + Round_int32 (fDefaultCropSizeH.As_real64 () * fRawToFullScaleH); in DefaultCropArea()
2214 result.b = result.t + Round_int32 (fDefaultCropSizeV.As_real64 () * fRawToFullScaleV); in DefaultCropArea()
4492 uint32 limit = Round_int32 ((real64) pixels * kClipFraction); in EncodeRawProxy()
4735 newSize.v = Max_int32 (1, Round_int32 (proxySize / aspectRatio)); in ConvertToProxy()
4739 newSize.h = Max_int32 (1, Round_int32 (proxySize * aspectRatio)); in ConvertToProxy()
4754 newSize.v = Max_int32 (1, Round_int32 (newSize.h / aspectRatio)); in ConvertToProxy()
4763 newSize.h = Max_int32 (1, Round_int32 (newSize.v * aspectRatio)); in ConvertToProxy()