Searched refs:horizontal (Results 26 - 50 of 54) sorted by relevance

123

/haiku/headers/os/device/
H A DJoystick.h34 int16 horizontal; member in class:BJoystick
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h19 void SetSpacing(float horizontal, float vertical);
H A DGroupView.cpp77 GroupView::SetSpacing(float horizontal, float vertical) argument
79 if (horizontal != fColumnSpacing || vertical != fRowSpacing) {
80 fColumnSpacing = horizontal;
/haiku/src/libs/alm/
H A DALMLayoutBuilder.cpp105 BALMLayoutBuilder::SetInsets(float horizontal, float vertical) argument
107 fLayout->SetInsets(horizontal, vertical);
122 BALMLayoutBuilder::SetSpacing(float horizontal, float vertical) argument
124 fLayout->SetSpacing(horizontal, vertical);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h63 void SetInsets(float horizontal, float vertical);
H A DTextDocumentView.cpp339 TextDocumentView::SetInsets(float horizontal, float vertical) argument
341 SetInsets(horizontal, vertical, horizontal, vertical);
/haiku/src/kits/interface/
H A DGridLayout.cpp155 BGridLayout::BGridLayout(float horizontal, float vertical) argument
165 SetSpacing(horizontal, vertical);
283 BGridLayout::SetSpacing(float horizontal, float vertical) argument
285 horizontal = BControlLook::ComposeSpacing(horizontal);
287 if (horizontal != fHSpacing || vertical != fVSpacing) {
288 fHSpacing = horizontal;
H A DSeparatorView.cpp99 fAlignment.horizontal = (alignment)hAlignment;
144 result = into->AddInt32("_halignment", fAlignment.horizontal);
179 switch (fAlignment.horizontal) {
H A DToolTipManager.cpp210 switch (alignment.horizontal) {
240 && alignment.horizontal == B_ALIGN_CENTER))
H A DBox.cpp722 // used as horizontal separator
841 if (childAlignment.horizontal == B_ALIGN_USE_FULL_WIDTH)
842 alignment.horizontal = B_ALIGN_USE_FULL_WIDTH;
H A DTwoDimensionalLayout.cpp32 // The basic idea of the layout process is simple. The horizontal and the
36 // The horizontal dimension must be laid out first and and the results are
216 // active layout context when doing last horizontal layout
296 BTwoDimensionalLayout::SetInsets(float horizontal, float vertical) argument
298 fLeftInset = BControlLook::ComposeSpacing(horizontal);
487 // layout the horizontal/vertical elements
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h218 float horizontal,
217 ResizeBy( float horizontal, float vertical) argument
H A DDiagramBox.cpp302 DiagramBox::ResizeBy(float horizontal, float vertical) argument
305 fFrame.right += horizontal;
H A DDiagramItemGroup.cpp601 DiagramItemGroup::GetItemAlignment(float *horizontal, float *vertical) argument
604 if (horizontal)
605 *horizontal = fItemAlignment.x;
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h22 void SetInsets(float horizontal, float vertical);
H A DSplitView.h23 void SetInsets(float horizontal, float vertical);
H A DLayoutBuilder.h91 inline GridBuilder AddGrid(float horizontal
117 inline ThisBuilder& SetInsets(float horizontal, float vertical);
142 inline Grid(float horizontal
146 float horizontal = B_USE_DEFAULT_SPACING,
149 float horizontal = B_USE_DEFAULT_SPACING,
220 inline ThisBuilder& SetSpacing(float horizontal, float vertical);
227 inline ThisBuilder& SetInsets(float horizontal, float vertical);
273 inline GridBuilder AddGrid(float horizontal
301 inline ThisBuilder& SetInsets(float horizontal, float vertical);
339 inline GridBuilder AddGrid(float horizontal
722 SetInsets(float horizontal, float vertical) argument
1069 SetSpacing(float horizontal, float vertical) argument
1106 SetInsets(float horizontal, float vertical) argument
1398 SetInsets(float horizontal, float vertical) argument
1556 AddGrid(float horizontal, float vertical) argument
[all...]
/haiku/headers/private/device/
H A Djoystick_driver.h17 uint32 horizontal; member in struct:_joystick
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp56 switch (LayoutAlignment().horizontal) {
/haiku/src/kits/device/
H A DJoystick.cpp50 horizontal(0),
250 horizontal = values->axes[0];
252 horizontal = 0;
/haiku/headers/libs/alm/
H A DArea.h83 void SetInsets(float horizontal, float vertical);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp104 update_coefficients(int32 taps, double filterCutOff, bool horizontal, bool isY, argument
112 bool isVerticalUV = !horizontal && !isY;
113 int32 mantissaSize = horizontal ? 7 : 6;
645 // horizontal scaling
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h58 Crossing(Tab* vertical, Tab* horizontal);
H A DSATGroup.cpp577 Crossing::Crossing(Tab* vertical, Tab* horizontal) argument
580 fHorizontalTab(horizontal)
/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);

Completed in 111 milliseconds

123