/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_INDEXOF.S | 38 /* Clamp start to [0..count] */
|
/external/dropbear/libtommath/ |
bn_mp_add_d.c | 43 /* clamp */
|
bn_mp_dr_reduce.c | 78 /* clamp, sub and return */
|
bn_mp_sub_d.c | 40 /* clamp */
|
/external/webkit/JavaScriptCore/wtf/ |
ByteArray.h | 41 if (!(value > 0)) // Clamp NaN to 0
|
/external/webkit/WebCore/html/canvas/ |
WebGLIntArray.h | 56 if (isnan(value)) // Clamp NaN to 0
|
WebGLShortArray.h | 55 if (isnan(value)) // Clamp NaN to 0
|
WebGLByteArray.h | 58 if (isnan(value)) // Clamp NaN to 0
|
WebGLUnsignedByteArray.h | 56 if (isnan(value)) // Clamp NaN to 0
|
WebGLUnsignedIntArray.h | 56 if (isnan(value)) // Clamp NaN to 0
|
/frameworks/base/graphics/java/android/graphics/ |
Shader.java | 35 CLAMP (0),
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Shader.java | 36 CLAMP (0),
|
GradientShader.java | 125 case CLAMP: 153 case CLAMP:
|
/system/vold/ |
hash.h | 51 this we have to clamp the result in some places to [0,2^32); no
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
LinearGradientTest.java | 56 lg = new LinearGradient(0, 0, 0, 40, color, position, TileMode.CLAMP); 72 lg = new LinearGradient(0, 0, 0, 40, Color.RED, Color.BLUE, TileMode.CLAMP);
|
/external/skia/bench/ |
BitmapBench.cpp | 10 "clamp", "repeat", "mirror" 88 - tiling: none, repeat, mirror, clamp
|
/frameworks/base/graphics/java/android/graphics/utils/ |
BoundaryPatch.java | 96 Shader.TileMode.CLAMP, 97 Shader.TileMode.CLAMP));
|
/external/skia/src/core/ |
SkBitmapProcState_matrix_clamp.h | 138 /* clamp & output */ 346 /* clamp X>>16 (aka xhi) to 0..maxX */ 350 /* clamp Y>>16 (aka yhi) to 0..maxY */ 372 /* clamp the second 4 here */ 376 /* clamp X>>16 (aka xhi) to 0..maxX */ 380 /* clamp Y>>16 (aka yhi) to 0..maxY */ 439 SkDebugf("clamp-nofilter-persp failed piece %d\n", bad); 572 SkDebugf("clamp-filter-scale fails\n"); 718 SkDebugf("clamp-filter-affine fails\n"); 727 SkDebugf("clamp-filter-affine fails\n") [all...] |
/frameworks/base/opengl/libs/ETC1/ |
etc1.cpp | 122 static inline etc1_byte clamp(int x) { function 191 *q++ = clamp(r + delta); 192 *q++ = clamp(g + delta); 193 *q++ = clamp(b + delta); 311 int decodedG = clamp(g + modifier); 316 int decodedR = clamp(r + modifier); 321 int decodedB = clamp(b + modifier);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaClustering.java | 112 mClusterSplitTime = Shared.clamp(mClusterSplitTime, MIN_CLUSTER_SPLIT_TIME_IN_MS, MAX_CLUSTER_SPLIT_TIME_IN_MS); 114 mMinClusterSize = Shared.clamp(mMinClusterSize, MIN_MIN_CLUSTER_SIZE, MAX_MIN_CLUSTER_SIZE); 115 mMaxClusterSize = Shared.clamp(mMaxClusterSize, MIN_MAX_CLUSTER_SIZE, MAX_MAX_CLUSTER_SIZE);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
NexusRS.java | 23 import static android.renderscript.Sampler.Value.CLAMP; 239 sampleBuilder.setWrapS(CLAMP); 240 sampleBuilder.setWrapT(CLAMP);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11gamma.c | 40 /* Clamp the gamma values */
|
/external/quake/quake/src/QW/client/ |
d_scan.c | 145 // calculate the initial s/z, t/z, 1/z, s, and t and clamp 205 // can't step off polygon), clamp, calculate s and t steps across 279 // calculate the initial s/z, t/z, 1/z, s, and t and clamp 339 // can't step off polygon), clamp, calculate s and t steps across
|
/external/quake/quake/src/WinQuake/ |
d_scan.cpp | 147 // calculate the initial s/z, t/z, 1/z, s, and t and clamp
207 // can't step off polygon), clamp, calculate s and t steps across
281 // calculate the initial s/z, t/z, 1/z, s, and t and clamp
341 // can't step off polygon), clamp, calculate s and t steps across
|
/external/webkit/JavaScriptCore/runtime/ |
JSByteArray.h | 60 if (!(value > 0)) // Clamp NaN to 0
|