HomeSort by relevance Sort by last modified time
    Searched refs:Clamp (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.idl 26 boolean vibrate([Clamp] unsigned long pattern);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.idl 43 [CallWith=ScriptState] Promise requestPersistentQuota([Clamp] unsigned long long newQuota);
  /external/chromium_org/content/browser/android/
edge_effect.cc 61 T Clamp(T value, T low, T high) {
107 ui_resource_layer_->SetOpacity(Clamp(opacity, 0.f, 1.f));
173 edge_alpha_ = edge_alpha_start_ = Clamp(distance, kPullEdgeBegin, kMaxAlpha);
175 Clamp(distance * kPullDistanceEdgeFactor, kHeldEdgeScaleY, 1.f);
189 Clamp(glow_scale_y_ + glow_change * kPullDistanceGlowFactor,
222 velocity = Clamp(std::abs(velocity), kMinVelocity, kMaxVelocity);
239 edge_alpha_finish_ = Clamp(velocity * kVelocityEdgeFactor, 0.f, 1.f);
242 Clamp(velocity * kVelocityEdgeFactor, kHeldEdgeScaleY, 1.f);
251 glow_alpha_finish_ = Clamp(
edge_effect_l.cc 52 T Clamp(T value, T low, T high) {
155 velocity = Clamp(std::abs(velocity), kMinVelocity, kMaxVelocity);
172 glow_alpha_finish_ = Clamp(
262 glow_->SetOpacity(Clamp(glow_alpha_, 0.f, 1.f));
264 const float displacement = Clamp(displacement_, 0.f, 1.f) - 0.5f;
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 56 velocity_.Clamp(kMaxSpeed);
116 alignment.Clamp(kMaxTurningForce);
165 new_direction.Clamp(kMaxTurningForce);
vector2.h 53 // Clamp a vector to a maximum magnitude. Works on the vector in-place.
55 void Clamp(double max_mag) {
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 40 Clamp
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.idl 66 [RaisesException] void close([Clamp] optional unsigned short code, optional DOMString reason);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.cc 75 Clamp();
122 Clamp();
161 Clamp();
238 Clamp();
412 Clamp();
531 Clamp();
674 void Bignum::Clamp() {
764 Clamp();
bignum.h 118 void Clamp();
  /external/chromium_org/v8/src/
bignum.cc 52 Clamp();
99 Clamp();
138 Clamp();
215 Clamp();
389 Clamp();
508 Clamp();
651 void Bignum::Clamp() {
748 Clamp();
bignum.h 93 void Clamp();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 200 if (configuration == Clamp)
223 if (configuration == Clamp)
249 if (configuration == Clamp)
272 if (configuration == Clamp)
350 if (configuration == Clamp)
380 if (configuration == Clamp)
403 if (configuration == Clamp)
421 ASSERT(configuration != Clamp);
472 if (configuration == Clamp)
495 if (configuration == Clamp)
    [all...]
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 53 static inline int Clamp(int value) {
66 return Clamp(y + 16);
74 return Clamp(u + 128);
82 return Clamp(v + 128);
  /external/chromium_org/tools/telemetry/telemetry/util/
statistics.py 10 def Clamp(value, low=0.0, high=1.0):
11 """Clamp a value between some low and high value."""
160 discrepancy = Clamp((discrepancy-inv_sample_count) / (1.0-inv_sample_count))
  /external/chromium_org/ui/native_theme/
native_theme_base.h 189 SkScalar Clamp(SkScalar value,
native_theme_base.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_high_intrapred_sse2.asm 289 ;Clamp to the bit-depth
333 ;Clamp to the bit-depth
382 ;Clamp to the bit-depth
440 ;Clamp these values to the bit-depth
458 ;Clamp these values to the bit-depth
  /external/chromium_org/third_party/libwebp/enc/
frame.c 58 static float Clamp(float v, float min, float max) {
74 s->dq = Clamp(dq, -30.f, 30.f);
77 s->q = Clamp(s->q + s->dq, 0.f, 100.f);
531 q = Clamp(q, 0.f, 100.f);
  /external/webp/src/enc/
frame.c 58 static float Clamp(float v, float min, float max) {
74 s->dq = Clamp(dq, -30.f, 30.f);
77 s->q = Clamp(s->q + s->dq, 0.f, 100.f);
531 q = Clamp(q, 0.f, 100.f);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
694 dst_argb[0] = Clamp(sb);
695 dst_argb[1] = Clamp(sg);
696 dst_argb[2] = Clamp(sr);
697 dst_argb[3] = Clamp(sa);
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
52 static __inline uint32 Clamp(int32 val) {
694 dst_argb[0] = Clamp(sb);
695 dst_argb[1] = Clamp(sg);
696 dst_argb[2] = Clamp(sr);
697 dst_argb[3] = Clamp(sa);
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestObject.idl 448 // [Clamp]
449 void voidMethodClampUnsignedShortArg([Clamp] unsigned short clampUnsignedShortArg);
450 void voidMethodClampUnsignedLongArg([Clamp] unsigned long clampUnsignedLongArg);
    [all...]
  /frameworks/rs/api/
rs_core_math.spec 1089 name: clamp
1095 Clamp a value to a specified high and low bound.
1106 name: clamp
1112 Clamp a value to a specified high and low bound.
1123 name: clamp
1129 Clamp a value to a specified high and low bound.
1140 name: clamp
1146 Clamp a value to a specified high and low bound.

Completed in 1019 milliseconds

1 2