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

  /external/icu/icu4c/source/layout/
DeviceTables.h 23 le_uint16 startSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 58 int startSize;
60 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
61 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
  /external/clang/lib/Index/
USRGeneration.cpp 160 const unsigned startSize = Buf.size();
164 return startSize == endSize;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 380 int startSize = Codecs.Size();
382 used = (Codecs.Size() != startSize);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 122 int startSize = sizeOf(map1);
128 startSize, sizeOf(map1));
137 startSize, sizeOf(map2));
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/zxing/core/
core.jar 

Completed in 179 milliseconds