Home
last modified time | relevance | path

Searched refs:scrollWidth (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc-gui/
H A Dtype-declation-overflow.goml6 assert-property: ("body", {"scrollWidth": "1100"})
8 assert-property: (".item-decl pre", {"scrollWidth": "1324"})
12 assert-property: ("body", {"scrollWidth": "1100"})
14 assert-property: ("#main", {"scrollWidth": "840"})
16 assert-property: (".item-decl pre", {"scrollWidth": "1103"})
21 assert-property: ("body", {"scrollWidth": "1100"})
23 assert-property: ("#main", {"scrollWidth": "840"})
25 assert-property: (".item-decl pre", {"scrollWidth": "950"})
H A Ddocblock-table-overflow.goml6 compare-elements-property: (".top-doc .docblock", ".top-doc .docblock > p", ["scrollWidth"])
7 assert-property: (".top-doc .docblock", {"scrollWidth": "816"})
9 assert-property: (".top-doc .docblock table", {"scrollWidth": "1573"})
14 …#implementations + details .docblock", "#implementations + details .docblock > p", ["scrollWidth"])
15 assert-property: ("#implementations + details .docblock", {"scrollWidth": "816"})
17 assert-property: ("#implementations + details .docblock table", {"scrollWidth": "1573"})
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DShortcutKeys.cpp300 const auto scrollWidth = width - SCROLLBAR_WIDTH - 10; in OnScrollDraw() local
318 DrawSeparator(dpi, y, scrollWidth); in OnScrollDraw()
323 DrawItem(dpi, y, scrollWidth, _list[i], isHighlighted); in OnScrollDraw()
498 void DrawSeparator(rct_drawpixelinfo& dpi, int32_t y, int32_t scrollWidth) in DrawSeparator() argument
501 gfx_fill_rect(&dpi, { { 0, top }, { scrollWidth, top } }, ColourMapA[colours[0]].mid_dark); in DrawSeparator()
502 …gfx_fill_rect(&dpi, { { 0, top + 1 }, { scrollWidth, top + 1 } }, ColourMapA[colours[0]].lightest); in DrawSeparator()
506 …rct_drawpixelinfo& dpi, int32_t y, int32_t scrollWidth, const ShortcutStringPair& shortcut, bool i… in DrawItem() argument
512 …gfx_filter_rect(&dpi, { 0, y - 1, scrollWidth, y + (SCROLLABLE_ROW_HEIGHT - 2) }, FilterPaletteID:… in DrawItem()
515 auto bindingOffset = (scrollWidth * 2) / 3; in DrawItem()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-multicol/
H A Dmulticol-overflow-transform-001.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dmulticol-overflow-positioned-transform-001.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-multicol/
H A Dmulticol-overflow-transform-001.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dmulticol-overflow-positioned-transform-001.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-overflow/
H A Dscrollable-overflow-transform-dynamic-002.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dscrollable-overflow-transform-dynamic-003.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dscrollable-overflow-transform-dynamic-001.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dscrollable-overflow-transform-dynamic-004.html.ini2 [Check scrollWidth before and after position and transform chage]
6 [Check scrollWidth and scrollHeight after position and transform chage]
H A Dscrollable-overflow-transform-dynamic-005.html.ini2 [Check scrollWidth before and after appendChild() and transform chage]
6 [Check scrollWidth and scrollHeight before and after appendChild() and transform chage]
H A Dscrollable-overflow-transform-dynamic-006.html.ini2 [Check scrollWidth before and after removeChild() and transform chage]
6 [Check scrollWidth and scrollHeight before and after removeChild() and transform chage]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-overflow/
H A Dscrollable-overflow-transform-dynamic-001.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dscrollable-overflow-transform-dynamic-003.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dscrollable-overflow-transform-dynamic-002.html.ini2 [Check scrollWidth before and after transform chage]
6 [Check scrollWidth and scrollHeight before and after transform chage]
H A Dscrollable-overflow-transform-dynamic-004.html.ini2 [Check scrollWidth before and after position and transform chage]
6 [Check scrollWidth and scrollHeight after position and transform chage]
H A Dscrollable-overflow-transform-dynamic-005.html.ini2 [Check scrollWidth before and after appendChild() and transform chage]
6 [Check scrollWidth and scrollHeight before and after appendChild() and transform chage]
H A Dscrollable-overflow-transform-dynamic-006.html.ini2 [Check scrollWidth before and after removeChild() and transform chage]
6 [Check scrollWidth and scrollHeight before and after removeChild() and transform chage]
/dports/audio/praat/praat-6.2.03/stat/
H A DTableEditor.cpp279 int y = Machine_getMenuBarBottom () + 4, scrollWidth = Machine_getScrollBarWidth ();
285 our drawingArea = GuiDrawingArea_createShown (our windowForm, 0, - scrollWidth, y, - scrollWidth,
290 …r verticalScrollBar = GuiScrollBar_createShown (our windowForm, - scrollWidth, 0, y, - scrollWidth,
293 …horizontalScrollBar = GuiScrollBar_createShown (our windowForm, 0, - scrollWidth, - scrollWidth, 0,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/runner/components/
H A Drunner_tag.vue39 const { scrollWidth, offsetWidth } = this.$el;
40 this.overflowing = scrollWidth > offsetWidth;
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dfltkpreview.cc43 scrollWidth = 1; in FltkPreview()
113 scrollWidth = width - vScrollbarThickness; in setViewportSize()
216 + preview->scrollWidth / 2); in reallocate()
257 - preview->scrollWidth / 2; in scrollTo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/
H A DScintillaWX.cpp426 int horizEnd = scrollWidth; in ModifyScrollBars()
440 if (scrollWidth < pageWidth) { in ModifyScrollBars()
452 if (scrollWidth < pageWidth) { in ModifyScrollBars()
805 if (xPos > scrollWidth - rcText.Width()) { in DoHScroll()
806 xPos = scrollWidth - rcText.Width(); in DoHScroll()
812 xPos = scrollWidth; in DoHScroll()
854 if (xPos > scrollWidth - rcText.Width()) { in DoMouseWheel()
855 xPos = scrollWidth - rcText.Width(); in DoMouseWheel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/
H A DScintillaWX.cpp426 int horizEnd = scrollWidth; in ModifyScrollBars()
440 if (scrollWidth < pageWidth) { in ModifyScrollBars()
452 if (scrollWidth < pageWidth) { in ModifyScrollBars()
805 if (xPos > scrollWidth - rcText.Width()) { in DoHScroll()
806 xPos = scrollWidth - rcText.Width(); in DoHScroll()
812 xPos = scrollWidth; in DoHScroll()
854 if (xPos > scrollWidth - rcText.Width()) { in DoMouseWheel()
855 xPos = scrollWidth - rcText.Width(); in DoMouseWheel()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/
H A DScintillaWX.cpp463 int horizEnd = scrollWidth; in ModifyScrollBars()
477 if (scrollWidth < pageWidth) { in ModifyScrollBars()
489 if (scrollWidth < pageWidth) { in ModifyScrollBars()
972 if (xPos > scrollWidth - rcText.Width()) { in DoHScroll()
973 xPos = wxRound(scrollWidth - rcText.Width()); in DoHScroll()
979 xPos = scrollWidth; in DoHScroll()
1021 if (xPos > scrollWidth - rcText.Width()) { in DoMouseWheel()
1022 xPos = wxRound(scrollWidth - rcText.Width()); in DoMouseWheel()

12345678910>>...20