Home
last modified time | relevance | path

Searched refs:endSize (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp57 int endSize; in hasButtons() local
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleEmitter.java105 private float endSize = 2f; field in ParticleEmitter
554 return endSize; in getEndSize()
567 public void setEndSize(float endSize) { in setEndSize() argument
568 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()
/external/icu4c/layout/
DDeviceTables.h24 le_uint16 endSize; member
DDeviceTables.cpp27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) { in getAdjustment()
/external/clang/tools/libclang/
DCIndexUSRs.cpp150 const unsigned endSize = Buf.size(); in EmitDeclName() local
151 return startSize == endSize; in EmitDeclName()