Searched refs:startSize (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/layout/
H A DDeviceTables.h23 le_uint16 startSize; member in struct:DeviceTable
H A DDeviceTables.cpp23 le_uint16 start = SWAPW(startSize);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp58 int startSize; local
60 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
61 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp380 int startSize = Codecs.Size(); local
382 used = (Codecs.Size() != startSize);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh1127 if (ppem_size < startSize || ppem_size > endSize)
1130 unsigned int s = ppem_size - startSize;
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1157 USHORT startSize; /* Smallest 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)
1130 unsigned int s = ppem_size - startSize;
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1157 USHORT startSize; /* Smallest size to correct--in ppem */ member in struct:OT::Device
/external/clang/lib/Index/
H A DUSRGeneration.cpp160 const unsigned startSize = Buf.size(); local
164 return startSize == endSize;
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTest.java122 int startSize = sizeOf(map1);
128 startSize, sizeOf(map1));
137 startSize, sizeOf(map2));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 872 milliseconds