Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 16 of 16) 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/icu/icu4c/source/layout/
DDeviceTables.h23 le_uint16 startSize; member
DDeviceTables.cpp23 le_uint16 start = SWAPW(startSize); in getAdjustment()
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRFinderPatternFinder.cpp439 int32_t startSize = m_possibleCenters.GetSize(); in SelectBestpatterns() local
445 if (startSize > 3) { in SelectBestpatterns()
447 for (int32_t i = 0; i < startSize; i++) { in SelectBestpatterns()
451 average = totalModuleSize / (FX_FLOAT)startSize; in SelectBestpatterns()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1176 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1177 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1204 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1207 unsigned int s = ppem_size - startSize; in get_delta_pixels()
1222 USHORT startSize; /* Smallest size to correct--in ppem */ member
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DBooleanArray.java169 int startSize = size; in removeAll() local
181 return size != startSize; in removeAll()
DShortArray.java217 int startSize = size; in removeAll() local
229 return size != startSize; in removeAll()
DCharArray.java210 int startSize = size; in removeAll() local
222 return size != startSize; in removeAll()
DLongArray.java210 int startSize = size; in removeAll() local
222 return size != startSize; in removeAll()
DByteArray.java210 int startSize = size; in removeAll() local
222 return size != startSize; in removeAll()
DIntArray.java210 int startSize = size; in removeAll() local
222 return size != startSize; in removeAll()
DFloatArray.java210 int startSize = size; in removeAll() local
222 return size != startSize; in removeAll()
DArray.java266 int startSize = size; in removeAll() local
291 return size != startSize; in removeAll()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp512 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll() local
514 used = (startSize != Codecs.Size() + Hashers.Size()); in LoadDll()
517 startSize = Formats.Size(); in LoadDll()
519 if (startSize != Formats.Size()) in LoadDll()
/external/clang/lib/Index/
DUSRGeneration.cpp159 const unsigned startSize = Buf.size(); in EmitDeclName() local
162 return startSize == endSize; in EmitDeclName()