Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderScrollbarTheme.cpp57 int endSize; in hasButtons() local
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
/external/icu4c/layout/
DDeviceTables.h24 le_uint16 endSize; member
DDeviceTables.cpp27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) { in getAdjustment()