Searched refs:startSize (Results 1 – 10 of 10) sorted by relevance
46 public IntVec(int startSize) { in IntVec() argument47 data = new int[startSize]; in IntVec()
104 private float startSize = 0.2f; field in ParticleEmitter755 return startSize; in getStartSize()767 public void setStartSize(float startSize) { in setStartSize() argument768 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()
57 int startSize; in hasButtons() local59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()60 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
23 le_uint16 startSize; member
23 le_uint16 start = SWAPW(startSize); in getAdjustment()
1125 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
1096 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
380 int startSize = Codecs.Size(); in LoadDll() local382 used = (Codecs.Size() != startSize); in LoadDll()385 startSize = Formats.Size(); in LoadDll()387 used = used || (Formats.Size() != startSize); in LoadDll()
146 const unsigned startSize = Buf.size(); in EmitDeclName() local150 return startSize == endSize; in EmitDeclName()
122 int startSize = sizeOf(map1); in testNewHashMapWithExpectedSize_wontGrow() local128 startSize, sizeOf(map1)); in testNewHashMapWithExpectedSize_wontGrow()137 startSize, sizeOf(map2)); in testNewHashMapWithExpectedSize_wontGrow()