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

/external/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp59 int endSize; local
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/
H A 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/
H A Dhb-ot-layout-common-private.hh1127 if (ppem_size < startSize || ppem_size > endSize)
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1158 USHORT endSize; /* Largest size to correct--in ppem */ member in struct:OT::Device
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1127 if (ppem_size < startSize || ppem_size > endSize)
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1158 USHORT endSize; /* Largest size to correct--in ppem */ member in struct:OT::Device
/external/clang/lib/Index/
H A DUSRGeneration.cpp163 const unsigned endSize = Buf.size(); local
164 return startSize == endSize;

Completed in 865 milliseconds