/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 | 795 return getPrimaryHorizontal(offset, false /* not clamped */); 803 public float getPrimaryHorizontal(int offset, boolean clamped) { 805 return getHorizontal(offset, trailing, clamped); 814 return getSecondaryHorizontal(offset, false /* not clamped */); 822 public float getSecondaryHorizontal(int offset, boolean clamped) { 824 return getHorizontal(offset, !trailing, clamped); 827 private float getHorizontal(int offset, boolean trailing, boolean clamped) { 830 return getHorizontal(offset, trailing, line, clamped); 833 private float getHorizontal(int offset, boolean trailing, int line, boolean clamped) { 855 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 | 547 FloatPoint TransformationMatrix::projectPoint(const FloatPoint& p, bool* clamped) const 561 if (clamped) 562 *clamped = false; 586 if (clamped) 587 *clamped = true; 596 FloatQuad TransformationMatrix::projectQuad(const FloatQuad& q, bool* clamped) const 610 if (clamped) 611 *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/v8/test/mjsunit/regress/ |
regress-1563.js | 32 // Test that undefined gets properly clamped in Crankshafted pixel array
|
/external/chromium_org/chrome/browser/resources/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/v8/test/mjsunit/ |
object-seal.js | 267 // Count of items to delete is clamped by length.
|
/frameworks/base/core/java/android/widget/ |
Editor.java | [all...] |
TextView.java | [all...] |
/external/chromium_org/tools/ |
bisect-perf-regression.py | [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/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 352 ;# it will be clamped to 0. orring 0 with a positive [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |