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

  /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) {
  /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) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 230 // Convert to image space before sending to growBy().
233 growBy((((edge & GROW_LEFT_EDGE) != 0) ? -1 : 1) * xDelta, (((edge & GROW_TOP_EDGE) != 0) ? -1 : 1) * yDelta);
255 void growBy(float dx, float dy) {
  /dalvik/libcore/luni/src/main/java/java/util/
Vector.java 185 growBy(required);
472 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...]

Completed in 185 milliseconds