Home
last modified time | relevance | path

Searched refs:scrollbar (Results 1 – 25 of 4368) sorted by relevance

12345678910>>...175

/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dscroll.c45 …gr_rect( 0, scrollbar->fake_position+scrollbar->fake_size, scrollbar->width-1, scrollbar->height-1… in ui_draw_scrollbar()
78 scrollbar->width = scrollbar->x2-scrollbar->x1+1; in ui_add_gadget_scrollbar()
79 scrollbar->height = scrollbar->y2-scrollbar->y1+1; in ui_add_gadget_scrollbar()
134 scrollbar->fake_position = scrollbar->position-scrollbar->start; in ui_scrollbar_do()
135 scrollbar->fake_position *= scrollbar->height-scrollbar->fake_size; in ui_scrollbar_do()
136 scrollbar->fake_position /= (scrollbar->stop-scrollbar->start); in ui_scrollbar_do()
148 scrollbar->fake_position = scrollbar->position-scrollbar->start; in ui_scrollbar_do()
150 scrollbar->fake_position /= (scrollbar->stop-scrollbar->start); in ui_scrollbar_do()
195 scrollbar->fake_position = scrollbar->position-scrollbar->start; in ui_scrollbar_do()
197 scrollbar->fake_position /= (scrollbar->stop-scrollbar->start); in ui_scrollbar_do()
[all …]
/dports/games/julius/julius-1.7.0/src/graphics/
H A Dscrollbar.c56 if (scrollbar->max_scroll_position > 0 || scrollbar->always_visible) { in scrollbar_draw()
58 image_buttons_draw(scrollbar->x, scrollbar->y + scrollbar->height - SCROLL_BUTTON_HEIGHT, in scrollbar_draw()
64 } else if (scrollbar->scroll_position >= scrollbar->max_scroll_position) { in scrollbar_draw()
86 if (m->x < scrollbar->x || m->x >= scrollbar->x + SCROLL_BUTTON_WIDTH) { in handle_scrollbar_dot()
89 if (m->y < scrollbar->y + SCROLL_BUTTON_HEIGHT + scrollbar->dot_padding || in handle_scrollbar_dot()
90 m->y > scrollbar->y + scrollbar->height - SCROLL_BUTTON_HEIGHT - scrollbar->dot_padding) { in handle_scrollbar_dot()
119 current = scrollbar; in scrollbar_handle_mouse()
127 scrollbar->x, scrollbar->y, &image_button_scroll_up, 1, 0)) { in scrollbar_handle_mouse()
131 scrollbar->x, scrollbar->y + scrollbar->height - SCROLL_BUTTON_HEIGHT, in scrollbar_handle_mouse()
143 if (scrollbar->scroll_position > scrollbar->max_scroll_position) { in text_scroll()
[all …]
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dscrollbar.c56 if (scrollbar->max_scroll_position > 0 || scrollbar->always_visible) { in scrollbar_draw()
58 image_buttons_draw(scrollbar->x, scrollbar->y + scrollbar->height - SCROLL_BUTTON_HEIGHT, in scrollbar_draw()
64 } else if (scrollbar->scroll_position >= scrollbar->max_scroll_position) { in scrollbar_draw()
86 if (m->x < scrollbar->x || m->x >= scrollbar->x + SCROLL_BUTTON_WIDTH) { in handle_scrollbar_dot()
89 if (m->y < scrollbar->y + SCROLL_BUTTON_HEIGHT + scrollbar->dot_padding || in handle_scrollbar_dot()
90 m->y > scrollbar->y + scrollbar->height - SCROLL_BUTTON_HEIGHT - scrollbar->dot_padding) { in handle_scrollbar_dot()
119 current = scrollbar; in scrollbar_handle_mouse()
127 scrollbar->x, scrollbar->y, &image_button_scroll_up, 1, 0)) { in scrollbar_handle_mouse()
131 scrollbar->x, scrollbar->y + scrollbar->height - SCROLL_BUTTON_HEIGHT, in scrollbar_handle_mouse()
143 if (scrollbar->scroll_position > scrollbar->max_scroll_position) { in text_scroll()
[all …]
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/
H A Dscrollbar.c41 scrollbar->min = 0; in guac_terminal_scrollbar_alloc()
74 return scrollbar; in guac_terminal_scrollbar_alloc()
81 guac_client_free_layer(scrollbar->client, scrollbar->handle); in guac_terminal_scrollbar_free()
82 guac_client_free_layer(scrollbar->client, scrollbar->container); in guac_terminal_scrollbar_free()
85 free(scrollbar); in guac_terminal_scrollbar_free()
112 scrollbar->container, scrollbar->parent, in guac_terminal_scrollbar_move_container()
180 scrollbar->handle, scrollbar->container, in guac_terminal_scrollbar_move_handle()
270 if (scrollbar->max > scrollbar->min) in calculate_state()
271 scroll_delta = scrollbar->max - scrollbar->min; in calculate_state()
326 * (scrollbar->value - scrollbar->min) in calculate_state()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollbarThemeComposite.cpp67 if (hasButtons(scrollbar)) { in paint()
107 float value = scrollbar->currentPos() / static_cast<float>(scrollbar->maximum()); in paint()
165 if (!scrollbar->enabled()) in hitTest()
169 mousePosition.move(scrollbar->x(), scrollbar->y()); in hitTest()
237 result.move(-scrollbar->x(), -scrollbar->y()); in invalidatePart()
246 …int thickness = scrollbar->orientation() == HorizontalScrollbar ? scrollbar->height() : scrollbar-… in splitTrack()
264 … float overhangAtEnd = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize(); in usedTotalSize()
271 if (scrollbar->enabled()) in thumbPosition()
272 …return max(0.0f, scrollbar->currentPos()) * (trackLength(scrollbar) - thumbLength(scrollbar)) / (u… in thumbPosition()
281 float proportion = scrollbar->visibleSize() / usedTotalSize(scrollbar); in thumbLength()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscrollbar_theme.cc56 if (HasThumb(scrollbar)) { in Paint()
69 if (!scrollbar.Enabled()) in HitTestRootFramePosition()
74 test_position.Move(scrollbar.X(), scrollbar.Y()); in HitTestRootFramePosition()
187 float size = scrollbar.TotalSize() - scrollbar.VisibleSize(); in ThumbPosition()
193 (TrackLength(scrollbar) - ThumbLength(scrollbar)) / size; in ThumbPosition()
200 if (!scrollbar.Enabled()) in ThumbLength()
220 ConstrainTrackRectToTrackPieces(scrollbar, TrackRect(scrollbar)); in TrackPosition()
228 ConstrainTrackRectToTrackPieces(scrollbar, TrackRect(scrollbar)); in TrackLength()
235 if (!HasThumb(scrollbar)) in ThumbRect()
265 ThumbLength(scrollbar), scrollbar.Height()); in SplitTrack()
[all …]
H A Dscrollbar_theme_aura.cc165 return IntRect(scrollbar.X(), scrollbar.Y(), size.Width(), size.Height()); in BackButtonRect()
172 x = scrollbar.X() + scrollbar.Width() - size.Width(); in ForwardButtonRect()
173 y = scrollbar.Y(); in ForwardButtonRect()
175 x = scrollbar.X(); in ForwardButtonRect()
176 y = scrollbar.Y() + scrollbar.Height() - size.Height(); in ForwardButtonRect()
187 return IntRect(scrollbar.X() + bs.Width(), scrollbar.Y(), in TrackRect()
188 scrollbar.Width() - 2 * bs.Width(), scrollbar.Height()); in TrackRect()
192 return IntRect(scrollbar.X(), scrollbar.Y() + bs.Height(), scrollbar.Width(), in TrackRect()
243 ButtonPartPaintingParams(scrollbar, scrollbar.CurrentPos(), part); in PaintButton()
288 const Scrollbar& scrollbar, in PartsToInvalidateOnThumbPositionChange() argument
[all …]
H A Dscrollbar_theme_aura_test.cc28 return ThumbThickness(scrollbar); in MinimumThumbLength()
44 void SendEvent(Scrollbar* scrollbar, in SendEvent() argument
59 scrollbar->MouseUp(web_mouse_event); in SendEvent()
144 .WillByDefault(Return(scrollbar)); in TEST_F()
148 scrollbar->ClearThumbNeedsRepaint(); in TEST_F()
149 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
157 scrollbar->ClearThumbNeedsRepaint(); in TEST_F()
178 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
185 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
191 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscrollbar_theme.cc55 if (HasThumb(scrollbar)) { in Paint()
68 if (!scrollbar.Enabled()) in HitTestRootFramePosition()
73 test_position.Move(scrollbar.X(), scrollbar.Y()); in HitTestRootFramePosition()
186 float size = scrollbar.TotalSize() - scrollbar.VisibleSize(); in ThumbPosition()
192 (TrackLength(scrollbar) - ThumbLength(scrollbar)) / size; in ThumbPosition()
199 if (!scrollbar.Enabled()) in ThumbLength()
219 ConstrainTrackRectToTrackPieces(scrollbar, TrackRect(scrollbar)); in TrackPosition()
227 ConstrainTrackRectToTrackPieces(scrollbar, TrackRect(scrollbar)); in TrackLength()
234 if (!HasThumb(scrollbar)) in ThumbRect()
258 ThumbLength(scrollbar), scrollbar.Height()); in SplitTrack()
[all …]
H A Dscrollbar_theme_aura.cc165 return IntRect(scrollbar.X(), scrollbar.Y(), size.Width(), size.Height()); in BackButtonRect()
172 x = scrollbar.X() + scrollbar.Width() - size.Width(); in ForwardButtonRect()
173 y = scrollbar.Y(); in ForwardButtonRect()
175 x = scrollbar.X(); in ForwardButtonRect()
176 y = scrollbar.Y() + scrollbar.Height() - size.Height(); in ForwardButtonRect()
187 return IntRect(scrollbar.X() + bs.Width(), scrollbar.Y(), in TrackRect()
188 scrollbar.Width() - 2 * bs.Width(), scrollbar.Height()); in TrackRect()
192 return IntRect(scrollbar.X(), scrollbar.Y() + bs.Height(), scrollbar.Width(), in TrackRect()
245 ButtonPartPaintingParams(scrollbar, scrollbar.CurrentPos(), part); in PaintButton()
290 const Scrollbar& scrollbar, in PartsToInvalidateOnThumbPositionChange() argument
[all …]
H A Dscrollbar_theme_aura_test.cc44 void SendEvent(Scrollbar* scrollbar, in SendEvent() argument
59 scrollbar->MouseUp(web_mouse_event); in SendEvent()
144 .WillByDefault(Return(scrollbar)); in TEST_F()
147 scrollbar->SetFrameRect(vertical_rect); in TEST_F()
148 scrollbar->ClearThumbNeedsRepaint(); in TEST_F()
149 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
159 scrollbar->ClearThumbNeedsRepaint(); in TEST_F()
181 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
188 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
194 scrollbar->ClearTrackNeedsRepaint(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dcustom_scrollbar_theme.cc78 (scrollbar.Orientation() == kHorizontalScrollbar ? scrollbar.Width() in HasButtons()
83 return TrackLength(scrollbar) - ThumbLength(scrollbar) >= 0; in HasThumb()
104 if (!HasButtons(scrollbar)) in TrackRect()
105 return scrollbar.FrameRect(); in TrackRect()
115 const Scrollbar& scrollbar, in ConstrainTrackRectToTrackPieces() argument
157 PaintPart(context, scrollbar, scrollbar.FrameRect(), kScrollbarBGPart); in PaintTrackAndButtons()
159 if (HasButtons(scrollbar)) { in PaintTrackAndButtons()
160 PaintButton(context, scrollbar, ButtonRect(scrollbar, kBackButtonStartPart), in PaintTrackAndButtons()
162 PaintButton(context, scrollbar, ButtonRect(scrollbar, kBackButtonEndPart), in PaintTrackAndButtons()
175 if (HasThumb(scrollbar)) { in PaintTrackAndButtons()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dcustom_scrollbar_theme.cc78 (scrollbar.Orientation() == kHorizontalScrollbar ? scrollbar.Width() in HasButtons()
83 return TrackLength(scrollbar) - ThumbLength(scrollbar) >= 0; in HasThumb()
104 if (!HasButtons(scrollbar)) in TrackRect()
105 return scrollbar.FrameRect(); in TrackRect()
115 const Scrollbar& scrollbar, in ConstrainTrackRectToTrackPieces() argument
157 PaintPart(context, scrollbar, scrollbar.FrameRect(), kScrollbarBGPart); in PaintTrackAndButtons()
159 if (HasButtons(scrollbar)) { in PaintTrackAndButtons()
160 PaintButton(context, scrollbar, ButtonRect(scrollbar, kBackButtonStartPart), in PaintTrackAndButtons()
162 PaintButton(context, scrollbar, ButtonRect(scrollbar, kBackButtonEndPart), in PaintTrackAndButtons()
164 PaintButton(context, scrollbar, in PaintTrackAndButtons()
[all …]
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscrollbar.h54 …scrollbar_set_visible(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_VISIBLE) : (scr…
55 … scrollbar_set_motion(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_MOVING) : (scr…
56 …crollbar_set_uparrow_pressed(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_UP_CLICKED) : (s…
71 #define scrollbar_scrollarea_height() (scrollbar.scrollarea_end - scrollbar.scrollarea_star…
72 … scrollbar_anchor_width() ((scrollbar.type == SCROLLBAR_XTERM) ? (scrollbar.win_width…
73 #define scrollbar_anchor_height() (MAX((scrollbar.anchor_bottom - scrollbar.anchor_top)…
92 …ap_arrows() do {XMapWindow(Xdisplay, scrollbar.up_win); XMapWindow(Xdisplay, scroll…
93 …p_arrows() do {XUnmapWindow(Xdisplay, scrollbar.up_win); XUnmapWindow(Xdisplay, scrol…
94 #define scrollbar_get_shadow() ((scrollbar.type == SCROLLBAR_XTERM) ? (0) : (scrollb…
100 #define scrollbar_get_win() (scrollbar.win)
[all …]
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dscrollbar.h54 …scrollbar_set_visible(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_VISIBLE) : (scr…
55 … scrollbar_set_motion(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_MOVING) : (scr…
56 …crollbar_set_uparrow_pressed(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_UP_CLICKED) : (s…
71 #define scrollbar_scrollarea_height() (scrollbar.scrollarea_end - scrollbar.scrollarea_star…
72 … scrollbar_anchor_width() ((scrollbar.type == SCROLLBAR_XTERM) ? (scrollbar.win_width…
73 #define scrollbar_anchor_height() (MAX((scrollbar.anchor_bottom - scrollbar.anchor_top)…
92 …ap_arrows() do {XMapWindow(Xdisplay, scrollbar.up_win); XMapWindow(Xdisplay, scroll…
93 …p_arrows() do {XUnmapWindow(Xdisplay, scrollbar.up_win); XUnmapWindow(Xdisplay, scrol…
94 #define scrollbar_get_shadow() ((scrollbar.type == SCROLLBAR_XTERM) ? (0) : (scrollb…
100 #define scrollbar_get_win() (scrollbar.win)
[all …]
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dscrollbar.h54 …scrollbar_set_visible(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_VISIBLE) : (scr…
55 … scrollbar_set_motion(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_MOVING) : (scr…
56 …crollbar_set_uparrow_pressed(bit) ((bit) ? (scrollbar.state |= SCROLLBAR_STATE_UP_CLICKED) : (s…
71 #define scrollbar_scrollarea_height() (scrollbar.scrollarea_end - scrollbar.scrollarea_star…
72 … scrollbar_anchor_width() ((scrollbar.type == SCROLLBAR_XTERM) ? (scrollbar.win_width…
73 #define scrollbar_anchor_height() (MAX((scrollbar.anchor_bottom - scrollbar.anchor_top)…
92 …ap_arrows() do {XMapWindow(Xdisplay, scrollbar.up_win); XMapWindow(Xdisplay, scroll…
93 …p_arrows() do {XUnmapWindow(Xdisplay, scrollbar.up_win); XUnmapWindow(Xdisplay, scrol…
94 #define scrollbar_get_shadow() ((scrollbar.type == SCROLLBAR_XTERM) ? (0) : (scrollb…
100 #define scrollbar_get_win() (scrollbar.win)
[all …]
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Theme/Chicago95/gtk-3.0/
H A Dgtk-scrollbar.css2 * scrollbar *
12 scrollbar { selector
15 scrollbar trough {
18 scrollbar slider {
29 scrollbar button,
30 scrollbar .button {
52 scrollbar button.up,
53 scrollbar button.down,
79 scrollbar .button {
97 scrollbar.junction,
[all …]
/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dgui_scrollbar.c85 if ( widget->spec.scrollbar.min == widget->spec.scrollbar.max ) in gui_scrollbar_update_track()
93 widget->spec.scrollbar.value / in gui_scrollbar_update_track()
94 (widget->spec.scrollbar.max - widget->spec.scrollbar.min); in gui_scrollbar_update_track()
117 (widget->spec.scrollbar.max - widget->spec.scrollbar.min) / in gui_scrollbar_adjust()
245 widget->spec.scrollbar.dec = in gui_scrollbar_create()
256 widget->spec.scrollbar.inc = in gui_scrollbar_create()
271 widget->spec.scrollbar.track = in gui_scrollbar_create()
338 if ( widget->spec.scrollbar.value < widget->spec.scrollbar.min ) in gui_scrollbar_add()
339 widget->spec.scrollbar.value = widget->spec.scrollbar.min; in gui_scrollbar_add()
340 if ( widget->spec.scrollbar.value > widget->spec.scrollbar.max ) in gui_scrollbar_add()
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/primitives/
H A DGTScrollBar.cpp39 GT_CHECK(scrollbar != NULL, "scrollbar is NULL"); in pageUp()
60 GT_CHECK(scrollbar != NULL, "scrollbar is NULL"); in pageDown()
160 value = qBound(0, value, scrollbar->maximum()); in moveSliderWithMouseToValue()
162 switch (scrollbar->orientation()) { in moveSliderWithMouseToValue()
211 return scrollbar->mapToGlobal(scrollbar->rect().topLeft() + QPoint(5, 5)); in getUpArrowPosition()
219 return scrollbar->mapToGlobal(scrollbar->rect().bottomRight() - QPoint(5, 5)); in getDownArrowPosition()
277 options.initFrom(scrollbar); in initScrollbarOptions()
279 options.maximum = scrollbar->maximum(); in initScrollbarOptions()
280 options.minimum = scrollbar->minimum(); in initScrollbarOptions()
281 options.singleStep = scrollbar->singleStep(); in initScrollbarOptions()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderScrollbarTheme.cpp45 if (scrollbar->orientation() == HorizontalScrollbar) { in buttonSizesAlongTrackAxis()
54 bool RenderScrollbarTheme::hasButtons(Scrollbar* scrollbar) in hasButtons() argument
58 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize); in hasButtons()
59 …return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->widt… in hasButtons()
62 bool RenderScrollbarTheme::hasThumb(Scrollbar* scrollbar) in hasThumb() argument
64 return trackLength(scrollbar) - thumbLength(scrollbar) >= 0; in hasThumb()
69 return toRenderScrollbar(scrollbar)->minimumThumbLength(); in minimumThumbLength()
84 if (!hasButtons(scrollbar)) in trackRect()
85 return scrollbar->frameRect(); in trackRect()
99 if (scrollbar->orientation() == HorizontalScrollbar) { in constrainTrackRectToTrackPieces()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm247 …: scrollbar->height()) >= 2 * (cRealButtonLength[scrollbar->controlSize()] - cButtonHitInset[scrol…
303 …onStartPart ? scrollbar->x() : scrollbar->x() + scrollbar->width() - cOuterButtonLength[scrollbar-…
306 …nStartPart ? scrollbar->y() : scrollbar->y() + scrollbar->height() - cOuterButtonLength[scrollbar-…
332 …result = IntRect(scrollbar->x() + scrollbar->width() - outerButtonLength, scrollbar->y(), outerBut…
388 …return IntRect(scrollbar->x() + startWidth, scrollbar->y(), scrollbar->width() - totalWidth, thick…
389 …return IntRect(scrollbar->x(), scrollbar->y() + startWidth, thickness, scrollbar->height() - total…
457 } else if (scrollbar->visibleSize() + scrollbar->currentPos() > scrollbar->totalSize()) {
460 overhang = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize();
500 maximum = (scrollbar->totalSize() - scrollbar->currentPos()) - scrollbar->visibleSize();
502 } else if (scrollbar->visibleSize() + scrollbar->currentPos() > scrollbar->totalSize()) {
[all …]
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DScrollbar.c550 ? sbw->scrollbar.thickness : sbw->scrollbar.length; in Initialize()
554 ? sbw->scrollbar.thickness : sbw->scrollbar.length; in Initialize()
606 dsbw->scrollbar.top = sbw->scrollbar.top; in SetValues()
609 dsbw->scrollbar.shown = sbw->scrollbar.shown; in SetValues()
617 sbw->scrollbar.thumb != dsbw->scrollbar.thumb) { in SetValues()
622 if (sbw->scrollbar.top != dsbw->scrollbar.top || in SetValues()
623 sbw->scrollbar.shown != dsbw->scrollbar.shown) in SetValues()
664 sbw->scrollbar.topLoc = -(sbw->scrollbar.length + 1); in Redisplay()
1069 sbw->scrollbar.top = loc - sbw->scrollbar.picked; in MoveThumb()
1075 if (sbw->scrollbar.top + sbw->scrollbar.shown > 1.0) in MoveThumb()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_at_sb.c535 ? sbw->scrollbar.thickness : sbw->scrollbar.length; in Initialize()
539 ? sbw->scrollbar.thickness : sbw->scrollbar.length; in Initialize()
545 sbw->scrollbar.shownLength = sbw->scrollbar.min_thumb; in Initialize()
575 dsbw->scrollbar.top = sbw->scrollbar.top; in SetValues()
578 dsbw->scrollbar.shown = sbw->scrollbar.shown; in SetValues()
587 sbw->scrollbar.thumb != dsbw->scrollbar.thumb) in SetValues()
593 if (sbw->scrollbar.top != dsbw->scrollbar.top || in SetValues()
594 sbw->scrollbar.shown != dsbw->scrollbar.shown) in SetValues()
637 sbw->scrollbar.topLoc = -(sbw->scrollbar.length + 1); in Redisplay()
1042 sbw->scrollbar.max - sbw->scrollbar.shown + 0.000001); in MoveThumb()
[all …]
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DScrollbar.c511 w->scrollbar.thickness : w->scrollbar.length; in XawScrollbarInitialize()
515 w->scrollbar.thickness : w->scrollbar.length; in XawScrollbarInitialize()
530 w->scrollbar.verCursor : w->scrollbar.horCursor; in XawScrollbarRealize()
554 dw->scrollbar.top = w->scrollbar.top; in XawScrollbarSetValues()
557 dw->scrollbar.shown = w->scrollbar.shown; in XawScrollbarSetValues()
562 w->scrollbar.thumb != dw->scrollbar.thumb) { in XawScrollbarSetValues()
567 if (w->scrollbar.top != dw->scrollbar.top || in XawScrollbarSetValues()
568 w->scrollbar.shown != dw->scrollbar.shown) in XawScrollbarSetValues()
637 w->scrollbar.downCursor : w->scrollbar.rightCursor; in StartScroll()
642 w->scrollbar.upCursor : w->scrollbar.leftCursor; in StartScroll()
[all …]
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DScrollbar.c551 ? sbw->scrollbar.thickness : sbw->scrollbar.length;
555 ? sbw->scrollbar.thickness : sbw->scrollbar.length;
561 sbw->scrollbar.shownLength = sbw->scrollbar.min_thumb;
608 dsbw->scrollbar.top = sbw->scrollbar.top;
611 dsbw->scrollbar.shown = sbw->scrollbar.shown;
619 sbw->scrollbar.thumb != dsbw->scrollbar.thumb) {
624 if (sbw->scrollbar.top != dsbw->scrollbar.top ||
625 sbw->scrollbar.shown != dsbw->scrollbar.shown)
668 sbw->scrollbar.topLoc = -(sbw->scrollbar.length + 1);
1067 if (sbw->scrollbar.top + sbw->scrollbar.shown > 1.0)
[all …]

12345678910>>...175