HomeSort by relevance Sort by last modified time
    Searched defs:endSize (Results 1 - 6 of 6) sorted by null

  /external/icu4c/layout/
DeviceTables.h 24 le_uint16 endSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 58 int endSize;
59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
60 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
  /external/clang/tools/libclang/
CIndexUSRs.cpp 149 const unsigned endSize = Buf.size();
150 return startSize == endSize;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 105 private float endSize = 2f;
554 return endSize;
565 * @param endSize the end size of the particles spawned.
567 public void setEndSize(float endSize) {
568 this.endSize = endSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
    [all...]

Completed in 383 milliseconds