Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp58 int startSize; in hasButtons() local
60 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
61 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
/external/icu/icu4c/source/layout/
DDeviceTables.h23 le_uint16 startSize; member
DDeviceTables.cpp23 le_uint16 start = SWAPW(startSize); in getAdjustment()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1127 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1130 unsigned int s = ppem_size - startSize; in get_delta_pixels()
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1157 USHORT startSize; /* Smallest size to correct--in ppem */ member
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh1127 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1130 unsigned int s = ppem_size - startSize; in get_delta_pixels()
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1157 USHORT startSize; /* Smallest size to correct--in ppem */ member
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp380 int startSize = Codecs.Size(); in LoadDll() local
382 used = (Codecs.Size() != startSize); in LoadDll()
385 startSize = Formats.Size(); in LoadDll()
387 used = used || (Formats.Size() != startSize); in LoadDll()
/external/clang/lib/Index/
DUSRGeneration.cpp160 const unsigned startSize = Buf.size(); in EmitDeclName() local
164 return startSize == endSize; in EmitDeclName()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java122 int startSize = sizeOf(map1); in testNewHashMapWithExpectedSize_wontGrow() local
128 startSize, sizeOf(map1)); in testNewHashMapWithExpectedSize_wontGrow()
137 startSize, sizeOf(map2)); in testNewHashMapWithExpectedSize_wontGrow()