HomeSort by relevance Sort by last modified time
    Searched refs:startSize (Results 1 - 11 of 11) 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/icu4c/layout/
DeviceTables.h 23 le_uint16 startSize;
DeviceTables.cpp 23 le_uint16 start = SWAPW(startSize);
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.cpp 56 int startSize;
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
59 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
  /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...]
  /dalvik/vm/alloc/
HeapSource.cpp 108 size_t startSize;
549 GcHeap* dvmHeapSourceStartup(size_t startSize, size_t maximumSize,
560 if (!(startSize <= growthLimit && growthLimit <= maximumSize)) {
562 startSize, maximumSize, growthLimit);
579 msp = createMspace(base, kInitialMorecoreStart, startSize);
600 hs->startSize = startSize;
603 hs->idealSize = startSize;
    [all...]
Copying.cpp 440 GcHeap *dvmHeapSourceStartup(size_t startSize, size_t absoluteMaxSize)
445 assert(startSize <= absoluteMaxSize);
450 heapSource->minimumSize = alignUp(startSize, BLOCK_SIZE);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 146 const unsigned startSize = Buf.size();
150 return startSize == endSize;
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 122 int startSize = sizeOf(map1);
128 startSize, sizeOf(map1));
137 startSize, sizeOf(map2));
    [all...]
  /external/zxing/core/
core.jar 

Completed in 379 milliseconds