Searched refs:scroll (Results 1 - 14 of 14) sorted by last modified time

/haiku/src/kits/tracker/
H A DContainerWindow.cpp882 // Count view height is 1px smaller than scroll bar because it has
1000 // scroll when the size augmented, there is a negative offset
1002 BPoint scroll(B_ORIGIN);
1005 scroll.x = std::max(fPreviousBounds.Width() - Bounds().Width(),
1011 scroll.y = std::max(fPreviousBounds.Height() - Bounds().Height(),
1015 if (scroll != B_ORIGIN)
1016 PoseView()->ScrollBy(scroll.x, scroll.y);
1271 // scroll if there is an offset
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1538 BMessage scroll(kMsgScrollCreditsView);
1539 fScrollRunner = new(std::nothrow) BMessageRunner(this, &scroll, 25000, -1);
/haiku/src/kits/interface/
H A DMenu.cpp3322 bool scroll = false;
3325 BRect frame = _CalcFrame(screenLocation, &scroll);
3329 if (!scroll) {
3348 // scroll to the selected item
/haiku/src/apps/mail/
H A DMailWindow.cpp886 BScrollBar* scroll = fContentView->TextView()->ScrollBar(B_VERTICAL); local
887 if (scroll == NULL || fRef == NULL)
891 float pos = scroll->Value();
901 scroll->SetValue(pos);
H A DEnclosures.cpp117 BScrollView* scroll = new BScrollView("", fList, 0, false, true); local
121 scroll->ScrollBar(B_VERTICAL)->PreferredSize().width - 2, -2)
123 .Add(scroll)
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp171 BScrollBar * scroll; local
185 scroll = ScrollBar (B_HORIZONTAL);
186 scroll->SetRange (0.0, x);
187 scroll->SetProportion ((width - x) / width);
190 scroll->SetSteps (smallStep, bigStep);
192 scroll = ScrollBar (B_VERTICAL);
193 scroll->SetRange (0.0, y);
194 scroll->SetProportion ((height - y) / height);
197 scroll->SetSteps (smallStep, bigStep);
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp260 BScrollView* scroll = new BScrollView("scroll", grid, B_FOLLOW_ALL_SIDES, local
262 window->AddChild(scroll);
264 scroll->ResizeTo(bounds.Width(), bounds.Height());
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp31 void TargetedByScrollView(BScrollView *scroll_view) { scroll = scroll_view; /*scroll->ScrollBar(B_VERTICAL)->SetRange(0,add_next_at);*/ }
43 BScrollView *scroll; member in class:ErrorPanel
89 BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
95 panel->scroll->ScrollBar(B_VERTICAL)->SetRange(0,0);
131 BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
137 panel->scroll->ScrollBar(B_VERTICAL)->SetRange(0,0);
/haiku/src/libs/print/libprint/
H A DPreview.cpp513 BScrollBar * scroll = ScrollBar(B_HORIZONTAL); local
514 scroll->SetRange(0.0, x);
515 scroll->SetProportion((width - x) / width);
518 scroll->SetSteps(smallStep, bigStep);
520 scroll = ScrollBar(B_VERTICAL);
521 scroll->SetRange(0.0, y);
522 scroll->SetProportion((height - y) / height);
525 scroll->SetSteps(smallStep, bigStep);
/haiku/src/add-ons/accelerants/radeon/
H A DCursor.c92 if( vc->scroll ) {
H A DSetDisplayMode.c425 vc->scroll = mode.flags & B_SCROLL;
426 SHOW_FLOW( 2, "scrolling %s", vc->scroll ? "enabled" : "disabled" );
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c81 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) function
119 scroll(state, rect, 1, 0);
316 scroll(state, rect, 0, -1);
414 scroll(state, rect, -1, 0);
966 scroll(state, rect, 0, -count);
1106 scroll(state, rect, -count, 0);
1118 scroll(state, rect, count, 0);
1133 scroll(state, rect, 0, count);
1145 scroll(state, rect, count, 0);
1157 scroll(stat
[all...]
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h395 bool scroll; // scrolling in virtual area enabled member in struct:__anon25
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php751 // scroll to the top of the applet

Completed in 135 milliseconds