Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
DIntVec.java46 public IntVec(int startSize) { in IntVec() argument
47 data = new int[startSize]; in IntVec()
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleEmitter.java104 private float startSize = 0.2f; field in ParticleEmitter
755 return startSize; in getStartSize()
767 public void setStartSize(float startSize) { in setStartSize() argument
768 this.startSize = startSize; in setStartSize()
839 p.size = startSize; in emitParticle()
955 p.size = FastMath.interpolateLinear(b, startSize, endSize); in updateParticle()
1111 oc.write(startSize, "startSize", 0); in write()
1148 startSize = ic.readFloat("startSize", 0); in read()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp56 int startSize; in hasButtons() local
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
/external/icu4c/layout/
DDeviceTables.h23 le_uint16 startSize; member
DDeviceTables.cpp23 le_uint16 start = SWAPW(startSize); in getAdjustment()
/external/clang/tools/libclang/
DCIndexUSRs.cpp147 const unsigned startSize = Buf.size(); in EmitDeclName() local
151 return startSize == endSize; in EmitDeclName()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java122 int startSize = sizeOf(map1); in testNewHashMapWithExpectedSize_wontGrow() local
128 startSize, sizeOf(map1)); in testNewHashMapWithExpectedSize_wontGrow()
137 startSize, sizeOf(map2)); in testNewHashMapWithExpectedSize_wontGrow()