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

  /external/icu/icu4c/source/layout/
DeviceTables.h 24 le_uint16 endSize;
DeviceTables.cpp 27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 59 int endSize;
60 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
61 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 477 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/
hb-ot-layout-common-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 163 const unsigned endSize = Buf.size();
164 return startSize == endSize;

Completed in 550 milliseconds