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

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Distance.h 54 void setModel(ModelType model, bool clamped)
57 m_isClamped = clamped;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 110 boolean clamped,
lp_bld_pack.c 373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 110 boolean clamped,
lp_bld_pack.c 373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 195 boolean clamped= false;
199 clamped= true;
202 clamped= true;
230 if (clamped) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
146 are clamped to [-1,1] unless stated otherwise as in the case
147 of explicitly clamped to [0,1] for GL_COMBINE. or clamping the
158 requires texture source colors to be clamped to [0,1]. Texture
160 negative values generated post-filtering would be clamped to
MESA_swap_control.spec 92 nized to a video frame. The <interval> value is silently clamped to
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
146 are clamped to [-1,1] unless stated otherwise as in the case
147 of explicitly clamped to [0,1] for GL_COMBINE. or clamping the
158 requires texture source colors to be clamped to [0,1]. Texture
160 negative values generated post-filtering would be clamped to
MESA_swap_control.spec 92 nized to a video frame. The <interval> value is silently clamped to
  /frameworks/base/core/java/android/text/
Layout.java 796 return getPrimaryHorizontal(offset, false /* not clamped */);
804 public float getPrimaryHorizontal(int offset, boolean clamped) {
806 return getHorizontal(offset, trailing, clamped);
815 return getSecondaryHorizontal(offset, false /* not clamped */);
823 public float getSecondaryHorizontal(int offset, boolean clamped) {
825 return getHorizontal(offset, !trailing, clamped);
828 private float getHorizontal(int offset, boolean trailing, boolean clamped) {
831 return getHorizontal(offset, trailing, line, clamped);
834 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) {
856 if (clamped && wid > mWidth)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 148 FloatPoint projectPoint(const FloatPoint&, bool* clamped = 0) const;
150 FloatQuad projectQuad(const FloatQuad&, bool* clamped = 0) const;
TransformationMatrix.cpp 548 FloatPoint TransformationMatrix::projectPoint(const FloatPoint& p, bool* clamped) const
562 if (clamped)
563 *clamped = false;
587 if (clamped)
588 *clamped = true;
597 FloatQuad TransformationMatrix::projectQuad(const FloatQuad& q, bool* clamped) const
611 if (clamped)
612 *clamped = clamped1 || clamped2 || clamped3 || clamped4;
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1563.js 32 // Test that undefined gets properly clamped in Crankshafted pixel array
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
viewport.js 357 * @return {number} X-offset clamped to the valid range.
367 * @return {number} Y-offset clamped to the valid range.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 357 * @return {number} X-offset clamped to the valid range.
367 * @return {number} Y-offset clamped to the valid range.
  /external/chromium_org/v8/test/mjsunit/
object-seal.js 266 // Count of items to delete is clamped by length.
  /frameworks/rs/api/
rs_core_math.spec 1097 @param amount value to be clamped. Supports 1,2,3,4 components
1114 @param amount value to be clamped. Supports 1,2,3,4 components
1131 @param amount value to be clamped. Supports 1,2,3,4 components
1148 @param amount value to be clamped. Supports 1,2,3,4 components
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 191 union tgsi_exec_channel clamped;
195 clamped.f[i] = 127.99999f;
197 clamped.f[i] = -126.99999f;
199 clamped.f[i] = src->f[i];
202 src = &clamped;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 191 union tgsi_exec_channel clamped;
195 clamped.f[i] = 127.99999f;
197 clamped.f[i] = -126.99999f;
199 clamped.f[i] = src->f[i];
202 src = &clamped;
    [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 352 ;# it will be clamped to 0. orring 0 with a positive
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 352 ;# it will be clamped to 0. orring 0 with a positive
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 352 ;# it will be clamped to 0. orring 0 with a positive
    [all...]

Completed in 1283 milliseconds

1 2