Home
last modified time | relevance | path

Searched refs:hScrollbarHeight (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DScrollPane.java235 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
240 viewsize.height -= hScrollbarHeight; in getViewportSize()
262 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
281 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DScrollPane.java235 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
240 viewsize.height -= hScrollbarHeight; in getViewportSize()
262 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
281 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/
H A DScrollPane.java241 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
246 viewsize.height -= hScrollbarHeight; in getViewportSize()
268 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
287 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DScrollPane.java247 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
252 viewsize.height -= hScrollbarHeight; in getViewportSize()
274 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
293 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DScrollPane.java247 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
252 viewsize.height -= hScrollbarHeight; in getViewportSize()
274 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
293 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/
H A DScrollPane.java247 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
252 viewsize.height -= hScrollbarHeight; in getViewportSize()
274 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
293 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/
H A DScrollPane.java247 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
252 viewsize.height -= hScrollbarHeight; in getViewportSize()
274 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
293 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/
H A DScrollPane.java247 int hScrollbarHeight = getHScrollbarHeight (); in getViewportSize() local
252 viewsize.height -= hScrollbarHeight; in getViewportSize()
274 else if (dim.height > (viewsize.height - hScrollbarHeight)) in getViewportSize()
293 viewsize.height -= hScrollbarHeight; in getViewportSize()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/awt/peer/gtk/
H A DGtkTextAreaPeer.java108 int hScrollbarHeight = 0; in minimumSize() local
140 int hScrollbarHeight = 0; in preferredSize() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/awt/peer/gtk/
H A DGtkTextAreaPeer.java108 int hScrollbarHeight = 0; in minimumSize() local
140 int hScrollbarHeight = 0; in preferredSize() local
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dviewpad.c901 gfloat hScrollbarWidth, hScrollbarHeight; in _xfdashboard_viewpad_allocate() local
948 hScrollbarHeight=0.0f; in _xfdashboard_viewpad_allocate()
949 clutter_actor_get_preferred_height(priv->hScrollbar, -1, NULL, &hScrollbarHeight); in _xfdashboard_viewpad_allocate()
953 vScrollbarHeight-=hScrollbarHeight; in _xfdashboard_viewpad_allocate()
963 else box=clutter_actor_box_new(0, viewHeight-hScrollbarHeight, hScrollbarWidth, viewHeight); in _xfdashboard_viewpad_allocate()
974 if(hScrollbarVisible) viewHeight-=hScrollbarHeight; in _xfdashboard_viewpad_allocate()
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DQsciScintillaCompat.py1556 hScrollbarHeight = hScrollbar.sizeHint().height()
1559 geom.setHeight(geom.height() + hScrollbarHeight)
1565 geom.setY(geom.y() - hScrollbarHeight)
1572 userListWidget.move(geom.x(), geom.y() - hScrollbarHeight)
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.cpp5554 nscoord hScrollbarHeight = mHScrollbarBox ? in LayoutScrollbars() local
5556 r.height = std::max(std::max(r.height, hScrollbarHeight), resizerMinSize.height); in LayoutScrollbars()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp5610 nscoord hScrollbarHeight = in LayoutScrollbars() local
5614 std::max(std::max(r.height, hScrollbarHeight), resizerMinSize.height); in LayoutScrollbars()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGfxScrollFrame.cpp6888 nscoord hScrollbarHeight = pc->DevPixelsToAppUnits(sizes.mHorizontal); in LayoutScrollbars() local
6890 std::max(std::max(r.height, hScrollbarHeight), resizerMinSize.height); in LayoutScrollbars()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGfxScrollFrame.cpp6888 nscoord hScrollbarHeight = pc->DevPixelsToAppUnits(sizes.mHorizontal); in LayoutScrollbars() local
6890 std::max(std::max(r.height, hScrollbarHeight), resizerMinSize.height); in LayoutScrollbars()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp6260 nscoord hScrollbarHeight = in LayoutScrollbars() local
6264 std::max(std::max(r.height, hScrollbarHeight), resizerMinSize.height); in LayoutScrollbars()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGfxScrollFrame.cpp6967 nscoord hScrollbarHeight = pc->DevPixelsToAppUnits(sizes.mHorizontal); in LayoutScrollbars() local
6969 std::max(std::max(r.height, hScrollbarHeight), resizerMinSize.height); in LayoutScrollbars()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/
H A DChangeLog-200411864 unused variables hScrollbarHeight and vScrollbarWidth.
/dports/lang/gcc48/gcc-4.8.5/libjava/
H A DChangeLog-200411864 unused variables hScrollbarHeight and vScrollbarWidth.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A DChangeLog-200411864 unused variables hScrollbarHeight and vScrollbarWidth.
/dports/lang/gnat_util/gcc-6-20180516/libjava/
H A DChangeLog-200411864 unused variables hScrollbarHeight and vScrollbarWidth.
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/
H A DChangeLog-200411864 unused variables hScrollbarHeight and vScrollbarWidth.
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/
H A DChangeLog-200414314 unused variables hScrollbarHeight and vScrollbarWidth.
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/
H A DChangeLog-200414314 unused variables hScrollbarHeight and vScrollbarWidth.

123