Searched refs:startSize (Results 1 – 7 of 7) 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()
56 int startSize; in hasButtons() local58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
23 le_uint16 startSize; member
23 le_uint16 start = SWAPW(startSize); in getAdjustment()
147 const unsigned startSize = Buf.size(); in EmitDeclName() local151 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()