Searched refs:growBy (Results 1 - 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DDynamicCollisionComponent.java72 mBoundingVolume.growBy(mAttackVolumes.get(x));
79 mBoundingVolume.growBy(mVulnerabilityVolumes.get(x));
H A DAABoxCollisionVolume.java103 public void growBy(CollisionVolume other) { method in class:AABoxCollisionVolume
H A DSphereCollisionVolume.java129 public void growBy(CollisionVolume other) { method in class:SphereCollisionVolume
/external/skia/src/animator/
H A DSkTypedArray.cpp111 this->growBy(count);
131 void SkDS32Array::growBy(U16CPU extra) function in class:SkDS32Array
157 this->growBy(count);
H A DSkTDArray_Experimental.h83 this->growBy(count - fCount);
96 void growBy(U16CPU extra);
/external/skia/include/core/
H A DSkTDArray.h132 this->growBy(count - fCount);
142 this->growBy(reserve - fCount);
148 this->growBy(1);
162 this->growBy(count);
183 this->growBy(count);
299 void growBy(size_t extra) { function in class:SkTDArray

Completed in 128 milliseconds