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

  /external/icu/icu4c/source/layout/
DeviceTables.h 24 le_uint16 endSize;
DeviceTables.cpp 27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) {
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 105 private float endSize = 2f;
554 return endSize;
565 * @param endSize the end size of the particles spawned.
567 public void setEndSize(float endSize) {
568 this.endSize = endSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 163 const unsigned endSize = Buf.size();
164 return startSize == endSize;

Completed in 133 milliseconds