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

  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
IntVec.java 46 public IntVec(int startSize) {
47 data = new int[startSize];
  /external/icu/icu4c/source/layout/
DeviceTables.h 23 le_uint16 startSize;
DeviceTables.cpp 23 le_uint16 start = SWAPW(startSize);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 104 private float startSize = 0.2f;
755 return startSize;
765 * @param startSize the start size of the particles spawned.
767 public void setStartSize(float startSize) {
768 this.startSize = startSize;
839 p.size = startSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 380 int startSize = Codecs.Size();
382 used = (Codecs.Size() != startSize);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ExprModel.java 418 int startSize = -1;
419 while (startSize != mExprMap.size()) {
420 startSize = mExprMap.size();
  /external/clang/lib/Index/
USRGeneration.cpp 160 const unsigned startSize = Buf.size();
164 return startSize == endSize;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 149 milliseconds