Searched refs:bigStep (Results 1 - 4 of 4) sorted by path

/haiku/src/libs/print/libprint/
H A DPreview.cpp516 float bigStep = frame.Width() - 2; local
517 float smallStep = bigStep / 10.;
518 scroll->SetSteps(smallStep, bigStep);
523 bigStep = frame.Height() - 2;
524 smallStep = bigStep / 10.;
525 scroll->SetSteps(smallStep, bigStep);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp40 float smallStep, bigStep; local
41 scrollBar->GetSteps(&smallStep, &bigStep);
43 smallStep, bigStep, scrollBar->Proportion());
48 scrollBar->GetSteps(&smallStep, &bigStep);
51 smallStep, bigStep, scrollBar->Proportion(),
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1833 float bigStep = floor(MediaNodePanel::M_DEFAULT_WIDTH + M_CLEANUP_H_GAP); local
1834 scrollBar->SetSteps(floor(bigStep / 10.0), bigStep);
1840 float bigStep = floor(MediaNodePanel::M_DEFAULT_HEIGHT + M_CLEANUP_V_GAP); local
1841 scrollBar->SetSteps(floor(bigStep / 10.0), bigStep);
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp173 float bigStep, smallStep; local
188 bigStep = frame.Width() - 2;
189 smallStep = bigStep / 10.;
190 scroll->SetSteps (smallStep, bigStep);
195 bigStep = frame.Height() - 2;
196 smallStep = bigStep / 10.;
197 scroll->SetSteps (smallStep, bigStep);

Completed in 126 milliseconds