/external/skia/src/effects/colorfilters/ |
D | SkMatrixColorFilter.cpp | 35 SkMatrixColorFilter::SkMatrixColorFilter(const float array[20], Domain domain, Clamp clamp) in SkMatrixColorFilter() 56 Clamp clamp = buffer.isVersionLT(SkPicturePriv::kUnclampedMatrixColorFilter) in CreateProc() local 73 clamp = fClamp == Clamp::kYes; in appendStages() local 104 SkColorFilters::Clamp clamp) { in MakeMatrix() 111 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20], Clamp clamp) { in Matrix() 115 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm, Clamp clamp) { in Matrix()
|
D | SkMatrixColorFilter.h | 35 SkColorFilters::Clamp clamp() const { return fClamp; } in clamp() function
|
/external/angle/src/tests/gl_tests/ |
D | PolygonOffsetClampTest.cpp | 35 GLfloat clamp = -1.0f; in TEST_P() local 71 GLfloat clamp = -1.0f; in TEST_P() local 90 GLfloat clamp = -1.0f; in TEST_P() local 109 GLfloat clamp = -1.0f; in TEST_P() local 131 GLfloat clamp = -1.0f; in TEST_P() local 233 const GLfloat clamp = testValue[1]; in TEST_P() local
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Utils.h | 93 inline int4 clamp(int4 amount, int low, int high) { in clamp() function 102 inline float4 clamp(float4 amount, float low, float high) { in clamp() function 111 inline int2 clamp(int2 amount, int low, int high) { in clamp() function 118 inline float2 clamp(float2 amount, float low, float high) { in clamp() function 125 inline int clamp(int amount, int low, int high) { in clamp() function 129 inline float clamp(float amount, float low, float high) { in clamp() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | clamp.h | 25 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function 35 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | clamp.h | 25 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function 35 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function
|
/external/cronet/stable/third_party/libc++/src/include/__algorithm/ |
D | clamp.h | 25 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function 35 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function
|
/external/cronet/tot/third_party/libc++/src/include/__algorithm/ |
D | clamp.h | 25 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function 35 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function
|
/external/skia/src/gpu/ganesh/effects/ |
D | GrBicubicEffect.cpp | 132 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local 148 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local 167 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset() local 195 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in MakeSubset() local 205 auto clamp = kPremul_SkAlphaType == alphaType ? Clamp::kPremul : Clamp::kUnpremul; in Make() local 213 Clamp clamp) in GrBicubicEffect()
|
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/ |
D | RandomSupport.java | 49 public static int clamp(int value, int min, int max) { in clamp() method in RandomSupport 61 public static long clamp(long value, long min, long max) { in clamp() method in RandomSupport
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | wrap.inl | 7 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const& Texcoord) function 13 GLM_FUNC_QUALIFIER genType clamp(genType const & Texcoord) function
|
/external/cronet/tot/base/android/java/src/org/chromium/base/ |
D | MathUtils.java | 24 public static int clamp(int value, int a, int b) { in clamp() method in MathUtils 45 public static long clamp(long value, long a, long b) { in clamp() method in MathUtils 66 public static float clamp(float value, float a, float b) { in clamp() method in MathUtils
|
/external/cronet/stable/base/android/java/src/org/chromium/base/ |
D | MathUtils.java | 24 public static int clamp(int value, int a, int b) { in clamp() method in MathUtils 45 public static long clamp(long value, long a, long b) { in clamp() method in MathUtils 66 public static float clamp(float value, float a, float b) { in clamp() method in MathUtils
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | MiscUtils.java | 81 public static int clamp(int number, int min, int max) { in clamp() method in MiscUtils 85 public static float clamp(float number, float min, float max) { in clamp() method in MiscUtils 89 public static double clamp(double number, double min, double max) { in clamp() method in MiscUtils
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | clamp.hpp | 50 BOOST_CXX14_CONSTEXPR T const & clamp ( T const& val, in clamp() function 72 BOOST_CXX14_CONSTEXPR T const& clamp ( const T& val, in clamp() function
|
/external/libvpx/test/ |
D | add_noise_test.cc | 53 const int clamp = vpx_setup_noise(GET_PARAM(0), noise, kNoiseSize); in TEST_P() local 105 const int clamp = vpx_setup_noise(4.4, noise, kNoiseSize); in TEST_P() local
|
/external/perfetto/ui/src/base/ |
D | math_utils.ts | 16 export function clamp(val: number, lower: number, upper: number): number { function
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 313 GLfloat factor, GLfloat units, GLfloat clamp) in _mesa_polygon_offset_clamp() 340 _mesa_PolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) in _mesa_PolygonOffsetClampEXT()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | color-handler.js | 40 function clamp(v) { function
|
D | matrix-interpolation.js | 104 function clamp(x, min, max) { function
|
/external/libvpx/vp8/common/ |
D | postproc.h | 20 int clamp; member
|
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/ |
D | clamp.c | 78 pytorch_qnnp_operator_t clamp, in pytorch_qnnp_setup_clamp_nc_u8()
|
/external/skia/gm/ |
D | colorfilterimagefilter.cpp | 40 float brightness, SkColorFilters::Clamp clamp = SkColorFilters::Clamp::kYes) { in cf_make_brightness() 112 SkColorFilters::Clamp clamp = SkColorFilters::Clamp::kYes) { in make_brightness()
|
/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
D | Clamp.cpp | 49 vec2 clamp; in _clamp() member 60 vec2 clamp; in _clamp() member 97 Tensor clamp( in clamp() function 134 vec2 clamp; in _clamp_() member 145 vec2 clamp; in _clamp_() member
|
/external/libvpx/vp9/common/ |
D | vp9_postproc.h | 31 int clamp; member
|