HomeSort by relevance Sort by last modified time
    Searched full:clamped (Results 1 - 25 of 51) sorted by null

1 2 3

  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 36 * clamped to the target value
77 * @return the clamped value
93 * @return the clamped value
113 * @return the clamped value
133 * @return the clamped value
  /dalvik/vm/mterp/x86/
cvtfp_int.S 3 * if the result > maxint, it should be clamped to maxint. If it is less
4 * than minint, it should be clamped to minint. If it is a nan, the result
  /external/dropbear/libtommath/
bn_mp_set_int.c 38 /* ensure that digits are not clamped off */
  /external/proguard/src/proguard/gui/splash/
LinearTiming.java 50 // Compute the clamped linear interpolation.
  /external/qemu/android/skin/
window.h 52 /* change the brightness of the emulator LCD screen. 'brightness' will be clamped to 0..255 */
  /external/iptables/libipq/
ipq_set_mode.3 60 is 65535 (greater values will be clamped to this by ip_queue).
  /external/webkit/WebCore/rendering/
RenderSlider.cpp 383 bool clamped; local
384 double value = range.valueFromElement(element, &clamped);
385 if (clamped)
  /external/bluetooth/glib/docs/reference/glib/tmpl/
macros.sgml 172 @Returns: the value of @x clamped to the range between @low and @high.
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_mouse.c 148 /* If not relative mode, generate relative motion from clamped X/Y.
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 71 zoom level is 23. A larger zoom level will be clamped to 23.
g-app-intents.jd 81 zoom level is 23. A larger zoom level will be clamped to 23.
  /external/icu4c/i18n/
decContext.h 230 #define DEC_Condition_PA "Clamped"
  /external/srec/srec/include/
frontapi.h 645 * waveform buffer and the resultant samples clamped to a 16-bit
803 * waveform buffer and the resultant samples clamped to a 16-bit
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 314 // a[i] == b[i] in most cases, except when a[i] has been clamped
544 // a[i] == b[i] in most cases, except when a[i] has been clamped
  /frameworks/base/media/java/android/media/
AudioTrack.java 468 * be clamped at this value.
477 * be clamped at this value.
690 * Sets the specified left/right output volume values on the AudioTrack. Values are clamped
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 397 // Update the drag view. Don't use the clamped pos here so the dragging looks
  /external/webkit/WebCore/platform/
ScrollView.cpp 295 // This rect is not clamped, since Mail actually relies on receiving an unclamped rect with negative coordinates in order to
    [all...]
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 755 // requiring height distances and clamped radius sizes to be flipped.
  /frameworks/base/core/java/android/widget/
OverScroller.java 792 // If the animation was clamped, we reached the edge
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 537 // u has not been CLAMPed yet
573 // v has not been CLAMPed yet
    [all...]
  /dalvik/vm/
InlineNative.c 421 * The "start" parameter must be clamped to [0..count].
  /external/astl/tests/
test_string.cpp 192 string str05(str01, 0, 17); // invalid length -> clamped
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 126 // Positive is down. The resulting index will be clamped to the range
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 878 // sure the pixels will not be pre-dithered/clamped until we decide they are
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 352 ;# it will be clamped to 0. orring 0 with a positive
    [all...]

Completed in 733 milliseconds

1 2 3