HomeSort by relevance Sort by last modified time
    Searched full:growby (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkTypedArray.cpp 111 this->growBy(count);
131 void SkDS32Array::growBy(U16CPU extra)
157 this->growBy(count);
SkTDArray_Experimental.h 83 this->growBy(count - fCount);
96 void growBy(U16CPU extra);
  /external/skia/src/animator/
SkTypedArray.cpp 111 this->growBy(count);
131 void SkDS32Array::growBy(U16CPU extra)
157 this->growBy(count);
SkTDArray_Experimental.h 83 this->growBy(count - fCount);
96 void growBy(U16CPU extra);
  /external/replicaisland/src/com/replica/replicaisland/
DynamicCollisionComponent.java 72 mBoundingVolume.growBy(mAttackVolumes.get(x));
79 mBoundingVolume.growBy(mVulnerabilityVolumes.get(x));
AABoxCollisionVolume.java 103 public void growBy(CollisionVolume other) {
SphereCollisionVolume.java 129 public void growBy(CollisionVolume other) {
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 259 // Convert to image space before sending to growBy().
262 growBy((((edge & GROW_LEFT_EDGE) != 0) ? -1 : 1) * xDelta,
289 void growBy(float dx, float dy) {
  /libcore/luni/src/main/java/java/util/
Vector.java 184 growBy(required);
471 private void growBy(int required) {
    [all...]
  /external/genext2fs/
genext2fs.c 759 static const int GROWBY = 80; /* how large we will grow strings by */
765 buf = xrealloc(buf, bufsize += GROWBY);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 853 milliseconds