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

1 2 3 4 5 6 7 8

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
cordic.py 7 shrink = 1.0 variable
26 shrink /= math.sqrt( 1 + x*x )
29 print "shrink factor = " + repr( shrink )
30 print "shrink factor 2 = " + repr( int( shrink * (2**32) ) )
31 print "expansion factor = " + repr( 1/shrink )
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.h 27 btScalar compute(const void* coords, bool doubleCoords, int stride, int count, btScalar shrink, btScalar shrinkClamp);
79 between the addresses of consecutive vertices. If "shrink" is positive, the convex hull is shrunken
80 by that amount (each face is moved by "shrink" length units towards the center along its normal).
81 If "shrinkClamp" is positive, "shrink" is clamped to not exceed "shrinkClamp * innerRadius", where "innerRadius"
89 btScalar compute(const float* coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
91 return compute(coords, false, stride, count, shrink, shrinkClamp);
95 btScalar compute(const double* coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
97 return compute(coords, true, stride, count, shrink, shrinkClamp);
  /external/proguard/src/proguard/shrink/
UsedClassFilter.java 21 package proguard.shrink;
UsedMemberFilter.java 21 package proguard.shrink;
InterfaceUsageMarker.java 21 package proguard.shrink;
ShortestUsageMark.java 21 package proguard.shrink;
SignatureUsageMarker.java 22 package proguard.shrink;
InnerUsageMarker.java 21 package proguard.shrink;
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
ResizeSensor.js 75 '<div class="resize-sensor-shrink" style="' + style + '">' +
86 var shrink = element.resizeSensor.childNodes[1];
87 var shrinkChild = shrink.childNodes[0];
96 shrink.scrollLeft = shrink.scrollWidth;
97 shrink.scrollTop = shrink.scrollHeight;
125 addEvent(shrink, 'scroll',function() {
  /external/v8/tools/turbolizer/
constants.js 11 var SOURCE_COLLAPSE_ID = 'source-shrink';
19 var DISASSEMBLY_COLLAPSE_ID = 'disassembly-shrink';
  /external/proguard/src/proguard/
ProGuard.java 30 import proguard.shrink.Shrinker;
83 if (configuration.shrink ||
92 configuration.shrink ||
110 if (configuration.shrink)
112 shrink(); method
132 // Shrink again, if we may.
133 if (configuration.shrink)
139 shrink(); method
154 if (configuration.shrink ||
266 private void shrink() throws IOExceptio method in class:ProGuard
    [all...]
Configuration.java 112 public boolean shrink = true; field in class:Configuration
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 90 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX;
92 fSkyline[i].fX += shrink;
93 fSkyline[i].fWidth -= shrink;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btConvexHullComputer.java 159 public float compute(java.nio.FloatBuffer coords, int stride, int count, float shrink, float shrinkClamp) {
162 return LinearMathJNI.btConvexHullComputer_compute__SWIG_0(swigCPtr, this, coords, stride, count, shrink, shrinkClamp);
166 public float compute(java.nio.DoubleBuffer coords, int stride, int count, float shrink, float shrinkClamp) {
169 return LinearMathJNI.btConvexHullComputer_compute__SWIG_1(swigCPtr, this, coords, stride, count, shrink, shrinkClamp);
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 187 values.shrink(at);
189 targets.shrink(at + 1);
  /toolchain/binutils/binutils-2.25/bfd/
coff-w65.c 111 unsigned int shrink,
119 the size of the shrink - but we don't change reloc->address here,
123 /* reloc->address -= shrink; conceptual */
125 bfd_vma address = reloc->address - shrink;
131 shrink+=2;
145 shrink += 2;
171 shrink += 2;
185 gap = value - (dot - shrink);
195 shrink += 2;
201 return shrink;
    [all...]
reloc16.c 151 unsigned shrink = 0; local
187 of the "shrink" at each reloc in the section. This allows us to
219 in this section and attempt to shrink it. */
220 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
225 if (shrink != shrinks[i])
229 shrinks[j] += shrink - shrinks[i];
235 shrink = shrinks[reloc_count];
240 input_section->size -= shrink;
bout.c 1063 unsigned int shrink,
1073 gap = value - (dot - shrink);
1084 shrink += 4 ;
1085 perform_slip (abfd, 4, input_section, r->address-shrink + 4);
1088 return shrink;
1095 unsigned int shrink)
1111 new_end = ((dot - shrink + size) & ~size);
1113 shrink_delta = (old_end - new_end) - shrink;
1125 perform_slip (abfd, shrink_delta, input_section, r->address - shrink);
1126 shrink += shrink_delta
1138 unsigned int shrink = 0 ; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 73 labelToIndex.shrink(newSize);
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 72 labelToIndex.shrink(newSize);
  /external/dexmaker/src/dx/java/com/android/dx/util/
LabeledList.java 72 labelToIndex.shrink(newSize);
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 80 public Instruction shrink() method in class:BranchInstruction
LookUpSwitchInstruction.java 77 public Instruction shrink() method in class:LookUpSwitchInstruction
79 // There aren't any ways to shrink this instruction.
TableSwitchInstruction.java 81 public Instruction shrink() method in class:TableSwitchInstruction
83 // There aren't any ways to shrink this instruction.
  /frameworks/base/libs/hwui/tests/unit/
FatVectorTests.cpp 80 TEST(FatVector, shrink) {

Completed in 360 milliseconds

1 2 3 4 5 6 7 8