HomeSort by relevance Sort by last modified time
    Searched refs:growBy (Results 1 - 12 of 12) sorted by null

  /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) {
  /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/chromium_org/third_party/skia/include/core/
SkTDArray.h 149 this->growBy(count - fCount);
159 this->growBy(reserve - fCount);
165 this->growBy(1);
179 this->growBy(count);
200 this->growBy(count);
351 void growBy(size_t extra) {
  /external/skia/include/core/
SkTDArray.h 149 this->growBy(count - fCount);
159 this->growBy(reserve - fCount);
165 this->growBy(1);
179 this->growBy(count);
200 this->growBy(count);
351 void growBy(size_t extra) {
  /libcore/luni/src/main/java/java/util/
Vector.java 184 growBy(required);
471 private void growBy(int required) {
    [all...]
  /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) {
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 918 milliseconds