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

  /external/skia/legacy/src/animator/
SkTypedArray.cpp 111 this->growBy(count);
131 void SkDS32Array::growBy(U16CPU extra)
157 this->growBy(count);
  /external/skia/src/animator/
SkTypedArray.cpp 111 this->growBy(count);
131 void SkDS32Array::growBy(U16CPU extra)
157 this->growBy(count);
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 103 public void growBy(CollisionVolume other) {
SphereCollisionVolume.java 129 public void growBy(CollisionVolume other) {
  /external/skia/include/core/
SkTDArray.h 136 this->growBy(count - fCount);
146 this->growBy(reserve - fCount);
152 this->growBy(1);
166 this->growBy(count);
187 this->growBy(count);
338 void growBy(size_t extra) {
  /external/skia/legacy/include/core/
SkTDArray.h 132 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) {
  /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 1293 milliseconds