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

  /external/icu4c/layout/
DeviceTables.h 23 le_uint16 startSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 57 int startSize;
59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
60 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
  /external/clang/tools/libclang/
CIndexUSRs.cpp 146 const unsigned startSize = Buf.size();
150 return startSize == endSize;
  /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);
  /dalvik/vm/alloc/
HeapSource.cpp 110 size_t startSize;
592 GcHeap* dvmHeapSourceStartup(size_t startSize, size_t maximumSize,
603 if (!(startSize <= growthLimit && growthLimit <= maximumSize)) {
605 startSize, maximumSize, growthLimit);
622 msp = createMspace(base, kInitialMorecoreStart, startSize);
643 hs->startSize = startSize;
646 hs->idealSize = startSize;
651 hs->nativeFootprintGCWatermark = startSize;
652 hs->nativeFootprintLimit = startSize * 2
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh     [all...]
  /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/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /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/zxing/core/
core.jar 

Completed in 484 milliseconds