Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp58 int endSize; in hasButtons() local
59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
60 …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/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.cpp477 unsigned endSize = framesToProcess - framesToProcess % 4;
478 while (i < endSize) {
493 unsigned endSize = framesToProcess - framesToProcess % 4;
494 while (i < endSize) {
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh1125 if (ppem_size < startSize || ppem_size > endSize) 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()
1156 USHORT endSize; /* Largest size to correct--in ppem */ member
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1096 if (ppem_size < startSize || ppem_size > endSize) 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()
1127 USHORT endSize; /* Largest size to correct--in ppem */ member
/external/clang/tools/libclang/
DCIndexUSRs.cpp149 const unsigned endSize = Buf.size(); in EmitDeclName() local
150 return startSize == endSize; in EmitDeclName()