HomeSort by relevance Sort by last modified time
    Searched refs:growBy (Results 1 - 8 of 8) 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/skia/src/animator/
SkTypedArray.cpp 119 this->growBy(count);
139 void SkDS32Array::growBy(U16CPU extra)
165 this->growBy(count);
SkTDArray_Experimental.h 91 this->growBy(count - fCount);
104 void growBy(U16CPU extra);
  /external/skia/include/core/
SkTDArray.h 129 this->growBy(count - fCount);
139 this->growBy(reserve - fCount);
145 this->growBy(1);
159 this->growBy(count);
180 this->growBy(count);
296 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) {

Completed in 165 milliseconds