/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 94 static inline float4 clamp(float4 amount, float low, float high) { in clamp() function 103 static inline int2 clamp(int2 amount, int low, int high) { in clamp() function 110 static inline float2 clamp(float2 amount, float low, float high) { in clamp() function 117 static inline int clamp(int amount, int low, int high) { in clamp() function 121 static inline float clamp(float amount, float low, float high) { in clamp() function
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | imgprocutil.h | 27 inline int clamp(int min, int val, int max) { in clamp() function
|
D | colorspace.cpp | 40 static inline uint32 clamp(int32 x) { in clamp() function
|
/frameworks/native/libs/math/include/math/ |
D | scalar.h | 30 static constexpr T clamp(T v, T min, T max) noexcept { in clamp() function
|
D | TVecHelpers.h | 512 friend inline CONSTEXPR VECTOR<T> PURE clamp(VECTOR<T> v, T min, T max) { in clamp() function
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | DistortionMapper.cpp | 270 DistortionMapperInfo *mapperInfo, bool clamp, bool simple) { in mapRawToCorrected() 351 DistortionMapperInfo *mapperInfo, bool clamp, bool simple) { in mapRawRectToCorrected() 375 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedToRaw() 381 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedToRawImpl() 437 const DistortionMapperInfo *mapperInfo, bool clamp, bool simple) const { in mapCorrectedRectToRaw()
|
D | ZoomRatioMapper.cpp | 439 float scaleRatio, bool clamp, int32_t arrayWidth, int32_t arrayHeight) { in scaleCoordinates()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | Utils.java | 99 public static int clamp(int x, int min, int max) { in clamp() method in Utils 106 public static float clamp(float x, float min, float max) { in clamp() method in Utils 113 public static long clamp(long x, long min, long max) { in clamp() method in Utils
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
D | Utilities.java | 58 public static float clamp(float value, float min, float max) { in clamp() method in Utilities
|
/frameworks/av/services/camera/libcameraservice/fuzzer/ |
D | DistortionMapperFuzzer.cpp | 60 bool clamp = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput() local
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | ReduceBrightColorsTintController.java | 77 private float clamp(float value) { in clamp() method in ReduceBrightColorsTintController
|
/frameworks/native/services/sensorservice/ |
D | quat.h | 65 } clamp; in matrixToQuat() local
|
/frameworks/base/libs/hwui/utils/ |
D | MathUtils.h | 88 static inline T clamp(T a, T minValue, T maxValue) { in clamp() function
|
D | Color.cpp | 269 static constexpr T clamp(T x, T min, T max) { in clamp() function
|
/frameworks/base/core/java/android/view/ |
D | RoundScrollbarRenderer.java | 104 private static float clamp(float val, float min, float max) { in clamp() method in RoundScrollbarRenderer
|
/frameworks/base/core/java/android/util/ |
D | Range.java | 174 public T clamp(T value) { in clamp() method in Range
|
/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 113 clamp(typename std::enable_if< in clamp() function
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 113 clamp(typename std::enable_if< in clamp() function
|
/frameworks/native/include/ui/ |
D | Size.h | 113 clamp(typename std::enable_if< in clamp() function
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Material.java | 62 private static int clamp(int c) { in clamp() method in Material
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperTest.cpp | 220 int32_t* activeArray, DistortionMapper &m, bool clamp, bool simple) { in RandomTransformTest()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 1894 private static float clamp(float x) { in clamp() method in ColorSpace.Xyz 1970 private static float clamp(float x, float min, float max) { in clamp() method in ColorSpace.Lab 2728 DoubleUnaryOperator clamp = this::clamp; in Rgb() local 3151 private double clamp(double x) { in clamp() method in ColorSpace.Rgb
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 206 private float clamp(float target) { in clamp() method in ExpandHelper
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 1001 private static int clamp(int min, int value, int max) { in clamp() method in PinnerService
|
/frameworks/av/include/media/ |
D | VolumeShaper.h | 100 static constexpr const R &clamp(const R &v, const R &lo, const R &hi) { in clamp() function
|