Searched refs:horizontal (Results 1 - 25 of 54) sorted by path

123

/haiku/headers/libs/alm/
H A DALMLayoutBuilder.h47 BALMLayoutBuilder& SetInsets(float horizontal, float vertical);
51 BALMLayoutBuilder& SetSpacing(float horizontal, float vertical);
H A DArea.h83 void SetInsets(float horizontal, float vertical);
/haiku/headers/os/device/
H A DJoystick.h34 int16 horizontal; member in class:BJoystick
/haiku/headers/os/interface/
H A DAlignment.h12 alignment horizontal; member in class:BAlignment
17 inline BAlignment(alignment horizontal,
26 inline void SetHorizontal(alignment horizontal);
42 : horizontal(B_ALIGN_HORIZONTAL_UNSET),
50 : horizontal(other.horizontal),
57 BAlignment::BAlignment(alignment horizontal, vertical_alignment vertical) argument
58 : horizontal(horizontal),
67 return horizontal;
79 SetHorizontal(alignment horizontal) argument
[all...]
H A DGridLayout.h14 BGridLayout(float horizontal
28 void SetSpacing(float horizontal, float vertical);
H A DGridLayoutBuilder.h12 BGridLayoutBuilder(float horizontal
H A DGridView.h14 BGridView(float horizontal
18 float horizontal = B_USE_DEFAULT_SPACING,
H A DSplitView.h23 void SetInsets(float horizontal, float vertical);
H A DTwoDimensionalLayout.h22 void SetInsets(float horizontal, float vertical);
/haiku/headers/private/device/
H A Djoystick_driver.h17 uint32 horizontal; member in struct:_joystick
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp302 DiagramBox::ResizeBy(float horizontal, float vertical) argument
305 fFrame.right += horizontal;
H A DDiagramBox.h82 virtual void ResizeBy(float horizontal, float vertical);
H A DDiagramEndPoint.cpp289 float horizontal,
293 m_frame.right += horizontal;
288 ResizeBy( float horizontal, float vertical) argument
H A DDiagramEndPoint.h148 float horizontal,
H A DDiagramItem.h218 float horizontal,
217 ResizeBy( float horizontal, float vertical) argument
H A DDiagramItemGroup.cpp601 DiagramItemGroup::GetItemAlignment(float *horizontal, float *vertical) argument
604 if (horizontal)
605 *horizontal = fItemAlignment.x;
H A DDiagramItemGroup.h108 void SetItemAlignment(float horizontal, float vertical) argument
110 fItemAlignment.Set(horizontal, vertical);
113 void GetItemAlignment(float *horizontal, float *vertical);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp512 Chart::_UpdateScrollBar(bool horizontal) argument
514 const ChartDataRange& range = horizontal ? fDomain : fRange;
515 const ChartDataRange& displayRange = horizontal
517 float chartSize = horizontal ? fChartFrame.Width() : fChartFrame.Height();
519 float& scrollSize = horizontal ? fHScrollSize : fVScrollSize;
520 float& scrollValue = horizontal ? fHScrollValue : fVScrollValue;
521 BScrollBar* scrollBar = ScrollBar(horizontal ? B_HORIZONTAL : B_VERTICAL);
547 Chart::_ScrollTo(float value, bool horizontal) argument
549 float& scrollValue = horizontal ? fHScrollValue : fVScrollValue;
553 const ChartDataRange& range = horizontal
[all...]
H A DChart.h90 void _UpdateScrollBar(bool horizontal);
91 void _ScrollTo(float value, bool horizontal);
H A DChartLegend.h35 float* horizontal, float* vertical) = 0;
H A DStringChartLegend.cpp44 float* horizontal, float* vertical)
46 *horizontal = 2 * fEmWidth;
43 GetMinimumLegendSpacing(BView* view, float* horizontal, float* vertical) argument
H A DStringChartLegend.h32 float* horizontal, float* vertical);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1844 BScrollBar* horizontal = fSourceView->ScrollBar(B_HORIZONTAL); local
1845 if (horizontal == NULL)
1848 float value = horizontal->Value();
1849 horizontal->SetValue(value + fCharacterWidth * charCount);
/haiku/src/kits/device/
H A DJoystick.cpp50 horizontal(0),
250 horizontal = values->axes[0];
252 horizontal = 0;
/haiku/src/kits/interface/
H A DAlignment.cpp12 switch (horizontal) {
21 return (float)horizontal;

Completed in 133 milliseconds

123