Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp59 int endSize; 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.h24 le_uint16 endSize; member
DDeviceTables.cpp27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) { in getAdjustment()
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.cpp477 unsigned endSize = framesToProcess - framesToProcess % 4;
478 while (i < endSize) {
493 unsigned endSize = framesToProcess - framesToProcess % 4;
494 while (i < endSize) {
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1127 if (ppem_size < startSize || ppem_size > endSize) 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()
1158 USHORT endSize; /* Largest 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()
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()
1158 USHORT endSize; /* Largest size to correct--in ppem */ member
/external/clang/lib/Index/
DUSRGeneration.cpp163 const unsigned endSize = Buf.size(); in EmitDeclName() local
164 return startSize == endSize; in EmitDeclName()