Searched refs:vertical (Results 51 - 64 of 64) sorted by relevance

123

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp339 TextDocumentView::SetInsets(float horizontal, float vertical) argument
341 SetInsets(horizontal, vertical, horizontal, vertical);
/haiku/src/kits/tracker/
H A DUtilities.cpp524 vertical fade out in the specified region.
1278 LineBounds(BPoint where, float length, bool vertical) argument
1283 if (vertical)
1292 SeparatorLine::SeparatorLine(BPoint where, float length, bool vertical, argument
1295 BView(LineBounds(where, length, vertical), name,
1309 bool vertical = (bounds.left > bounds.right - 3); local
1311 if (vertical) {
H A DUtilities.h330 SeparatorLine(BPoint, float, bool vertical, const char* name = "");
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1041 BScrollBar* vertical = ScrollBar(B_VERTICAL); local
1042 if (vertical == NULL)
1045 float value = vertical->Value();
1046 vertical->SetValue(value + fLineHeight * lineCount);
/haiku/src/apps/showimage/
H A DShowImageView.h100 void Flip(bool vertical);
H A DShowImageView.cpp89 // mirror vertical
1724 ShowImageView::Flip(bool vertical) argument
1726 if (vertical)
/haiku/src/kits/interface/
H A DBox.cpp726 // used as vertical separator
843 if (childAlignment.vertical == B_ALIGN_USE_FULL_HEIGHT)
844 alignment.vertical = B_ALIGN_USE_FULL_HEIGHT;
H A DTwoDimensionalLayout.cpp33 // vertical dimensions are laid out independently and the items are set to the
37 // fed into the vertical layout process.
44 // VerticalCompoundLayouter is a specialization for the vertical dimension
296 BTwoDimensionalLayout::SetInsets(float horizontal, float vertical) argument
301 fTopInset = BControlLook::ComposeSpacing(vertical);
487 // layout the horizontal/vertical elements
907 // clone the vertical layouter
H A DView.cpp5160 BScrollBar* vertical = ScrollBar(B_VERTICAL); local
5161 if (horizontal == NULL && vertical == NULL) {
5173 if (vertical != NULL)
5180 std::swap(horizontal, vertical);
5185 if (vertical != NULL && deltaY != 0.0f)
5186 ScrollWithMouseWheelDelta(vertical, deltaY);
H A DTextView.cpp2174 // vertical
5019 // prevent vertical scrolling if text rect is inside view rect
5051 // how about a vertical scroll bar?
5070 BTextView::_ScrollBy(float horizontal, float vertical) argument
5073 _ScrollTo(bounds.left + horizontal, bounds.top + vertical);
5096 // set vertical scroll limits
/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
579 fVerticalTab(vertical),
/haiku/src/libs/alm/
H A DALMLayout.cpp1363 BALMLayout::SetInsets(float horizontal, float vertical) argument
1368 fTopInset = BControlLook::ComposeSpacing(vertical);
/haiku/src/kits/app/
H A DMessage.cpp2659 int32 data[2] = { alignment.horizontal, alignment.vertical };
2861 alignment->vertical = (vertical_alignment)*(data + 1);
3107 int32 data[2] = {alignment.horizontal, alignment.vertical};
3116 int32 data[2] = {alignment.horizontal, alignment.vertical};

Completed in 104 milliseconds

123