Searched defs:endSize (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DDeviceTables.h24 le_uint16 endSize; member in struct:DeviceTable
/external/webkit/Source/WebCore/rendering/
H A DRenderScrollbarTheme.cpp57 int endSize; local
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
59 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp152 const unsigned endSize = Buf.size(); local
153 return startSize == endSize;

Completed in 119 milliseconds