Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 10 of 10) 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/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp57 int startSize; in hasButtons() local
59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
60 …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/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh1125 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1128 unsigned int s = ppem_size - startSize; in get_delta_pixels()
1145 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1146 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1155 USHORT startSize; /* Smallest size to correct--in ppem */ member
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1096 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1099 unsigned int s = ppem_size - startSize; in get_delta_pixels()
1116 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1117 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1126 USHORT startSize; /* Smallest size to correct--in ppem */ member
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp380 int startSize = Codecs.Size(); in LoadDll() local
382 used = (Codecs.Size() != startSize); in LoadDll()
385 startSize = Formats.Size(); in LoadDll()
387 used = used || (Formats.Size() != startSize); in LoadDll()
/external/clang/tools/libclang/
DCIndexUSRs.cpp146 const unsigned startSize = Buf.size(); in EmitDeclName() local
150 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()