Searched refs:endSize (Results 1 – 5 of 5) sorted by relevance
57 int endSize; in hasButtons() local58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
105 private float endSize = 2f; field in ParticleEmitter554 return endSize; in getEndSize()567 public void setEndSize(float endSize) { in setEndSize() argument568 this.endSize = endSize; in setEndSize()955 p.size = FastMath.interpolateLinear(b, startSize, endSize); in updateParticle()1112 oc.write(endSize, "endSize", 0); in write()1149 endSize = ic.readFloat("endSize", 0); in read()
24 le_uint16 endSize; member
27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) { in getAdjustment()
150 const unsigned endSize = Buf.size(); in EmitDeclName() local151 return startSize == endSize; in EmitDeclName()