Searched defs:startSize (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DDeviceTables.h23 le_uint16 startSize; member in struct:DeviceTable
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DIntVec.java46 public IntVec(int startSize) { argument
47 data = new int[startSize];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp57 int startSize; local
59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
60 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp146 const unsigned startSize = Buf.size(); local
150 return startSize == endSize;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh1095 if (ppem_size < startSize || ppem_size > endSize)
1098 unsigned int s = ppem_size - startSize;
1115 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1116 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1125 USHORT startSize; /* Smallest size to correct--in ppem */ member in struct:OT::Device
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java104 private float startSize = 0.2f; field in class:ParticleEmitter
755 return startSize;
765 * @param startSize the start size of the particles spawned.
767 public void setStartSize(float startSize) { argument
768 this.startSize = startSize;
839 p.size = startSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
1111 oc.write(startSize, "startSize",
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp380 int startSize = Codecs.Size(); local
382 used = (Codecs.Size() != startSize);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1096 if (ppem_size < startSize || ppem_size > endSize)
1099 unsigned int s = ppem_size - startSize;
1116 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1117 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1126 USHORT startSize; /* Smallest size to correct--in ppem */ member in struct:OT::Device
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 238 milliseconds