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

/external/icu4c/layout/
H A DDeviceTables.h24 le_uint16 endSize; member in struct:DeviceTable
H A DDeviceTables.cpp27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) {
/external/webkit/Source/WebCore/rendering/
H A DRenderScrollbarTheme.cpp57 int endSize; local
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
59 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java105 private float endSize = 2f; field in class:ParticleEmitter
554 return endSize;
565 * @param endSize the end size of the particles spawned.
567 public void setEndSize(float endSize) { argument
568 this.endSize = endSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
1112 oc.write(endSize, "endSize", 0);
1149 endSize
[all...]
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp150 const unsigned endSize = Buf.size(); local
151 return startSize == endSize;

Completed in 155 milliseconds