Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 25 of 72) sorted by relevance

123

/haiku/docs/user/interface/
H A DRect.dox59 \brief The value of the rectangle's left edge.
67 \brief The value of the rectangle's top edge.
75 \brief The value of the rectangle's right edge.
83 \brief The value of the rectangle's bottom edge.
202 \param rect The rectangle to test.
225 \brief Returns The width of the rectangle rounded using
228 \return The width of the rectangle as an int32.
236 \brief Returns the width of the rectangle.
238 \return The width of the rectangle as a float.
244 \brief Returns The height of the rectangle rounded using
[all …]
H A DPolygon.dox109 \brief Returns the frame rectangle that encloses the BPolygon object.
137 the \a destination rectangle.
139 The \a source rectangle is used so that the points are mapped
141 \a destination rectangle exactly, pass the frame rectangle as the
H A DMenuItem.dox312 \brief Returns the bounds rectangle of the menu item.
314 \return The bounds rectangle of the menu item in the coordinate system
323 \brief Fills out \a _width and \a _height with the content rectangle
330 The content rectangle excludes the item margins and the area that
333 The content rectangle can be calculated using this method as well as
336 \param _width Filled out with the width of the content rectangle.
337 \param _height Filled out with the height of the content rectangle.
416 \brief Returns the top-left point of the content rectangle.
422 The content rectangle can be calculated using this method as well as
425 \return The top-left point of the content rectangle as a BPoint in the
H A DSeparatorItem.dox120 \brief Fills out \a _width and \a _height with the content rectangle
127 \param _width Filled out with the width of the content rectangle.
128 \param _height Filled out with the height of the content rectangle.
H A DRegion.dox144 \brief Returns a rectangle that encloses the BRegion.
165 \brief Returns the rectangle contained in the region at the given \a index.
178 \brief Returns the rectangle contained in the region at the given \a index.
314 \a point to each rectangle contained in the region and recalculates
325 \brief Applies the given \a x and \a y offsets to each rectangle contained
380 rectangle.
411 rectangle.
H A DMenuField.dox29 located to the left of the menu bar. The frame rectangle is divided
36 by the bounds set by the divider position and \a frame rectangle.
41 frame rectangle is ignored.
43 If a menu field's frame rectangle is less than 20 pixels wide, the width
45 the currently selected item. If the frame rectangle is wider than 20
46 pixels then the divider position and the width of the frame rectangle set
74 \param frame The \a frame rectangle of the menu field including the label.
92 \param frame The \a frame rectangle of the menu field including the label.
H A DDragger.dox72 A BDragger draws in the right bottom corner of its frame rectangle. If the
74 rectangle needs to be no larger than the handle. However, if the \a target
75 is a child of the dragger then the dragger's frame rectangle must enclose
78 \param frame The frame rectangle that the dragger is draw into.
H A DPopUpMenu.dox180 The \a clickToOpen rectangle should be specified in the screen's
182 rectangle to work.
194 is inside the \a clickToOpen rectangle the menu is kept on-screen,
195 if the cursor is located outside of the \a clickToOpen rectangle
H A DView.dox177 \brief The whole rectangle moves with the cursor.
396 Typically focus is indicated by drawing a blue rectangle around the view.
443 frame rectangle to be specified.
658 view with a defined frame rectangle or to use the Layout APIs to position and
688 the view is surrounded by a blue rectangle to indicate that it is the window's
699 draw which is never larger than the view's bound rectangle. A view can never
700 draw outside its bounds nor can it draw outside of the bounds rectangle of any
707 Each view has a ViewColor() that fills the frame rectangle before the
751 use a frame rectangle.
770 in the parent's coordinate system. The frame rectangle should be specified in
[all …]
H A DTabView.dox263 \param frame The frame rectangle to draw in.
300 \param frame The frame rectangle.
420 \brief Draws all the tabs in the BTabView and returns the frame rectangle
431 \param selectedTabRect The frame rectangle of the currently selected tab.
551 \brief Returns the frame rectangle of the tab at the specified \a index.
H A DStringView.dox39 \param frame The frame rectangle to draw the string view into.
48 In order to prevent the string from being truncated the frame rectangle
50 The string is drawn at the bottom of the frame rectangle and by default
H A DWindow.dox116 A borderless rectangle with no provisions to move or close the window.
626 \param frame The inner \a frame rectangle in the screen coordinate system.
675 \param frame The inner \a frame rectangle in the screen coordinate system.
680 - \c B_NO_BORDER_WINDOW_LOOK A borderless rectangle with no provisions
756 \param frame The inner \a frame rectangle in the screen coordinate system.
1039 rectangle that the window has been moved to.
1230 -# the rectangle defined by SetZoomLimits(),
1231 -# the rectangle defined by SetSizeLimits().
1624 \brief Returns the bounding rectangle of the window.
1626 \return The bounding rectangle of the window as a BRect in the window's
[all …]
H A DMenuBar.dox118 rectangle determines only where the menu bar is located, not its size.
122 \param frame The \a frame rectangle to create the menu bar in.
H A D_interface_intro.dox51 Root level views added to the window have their frame rectangle defined in
H A DMenu.dox396 \brief Adds a menu \a item in the specified \a frame rectangle within the menu.
403 \param frame The \a frame rectangle where to add the \a item to the menu.
446 \brief Adds a \a submenu in the specified \a frame rectangle within the
454 \param frame The \a frame rectangle where to add the submenu to the menu.
884 \param frame The \a frame rectangle to create the menu in.
/haiku/docs/develop/servers/app_server/
H A DDecorator.rst145 Main drawing call which checks the intersection of the rectangle
174 protected ones with the button rectangle. These protected versions
175 are, by default, empty. The rectangle passed to them is the invalid
177 rectangle.
224 client rectangle. It is possible to have oddly-shaped window borders,
228 footprint is permitted to include the client rectangle area, but this
249 rectangle of the invalid region which needs redrawn as a result of the
H A DDesktopClasses.rst183 Requests that the layer be drawn on screen. The rectangle passed is in
187 1. call the display driver's FillRect on the rectangle, filling with
H A DWinBorder.rst28 …through each BRect in the invalid region and call Decorator::Draw(BRect) for each invalid rectangle
198 3. iterate through each rectangle in the visible region and call the decorator's Draw on it.
/haiku/src/apps/terminal/
H A DColorPreview.h38 void SetMode(bool rectangle);
H A DColorPreview.cpp221 ColorPreview::SetMode(bool rectangle) in SetMode() argument
223 fIsRectangle = rectangle; in SetMode()
/haiku/src/preferences/appearance/
H A DColorPreview.h38 void SetMode(bool rectangle);
H A DColorPreview.cpp221 ColorPreview::SetMode(bool rectangle) in SetMode() argument
223 fIsRectangle = rectangle; in SetMode()
/haiku/headers/libs/agg/
H A Dagg_renderer_primitives.h60 void rectangle(int x1, int y1, int x2, int y2) in rectangle() function
77 rectangle(x1, y1, x2, y2); in outlined_rectangle()
/haiku/docs/user/game/
H A DDirectWindow.dox195 Bounding rectangle of the visible part of the content area of the window
227 \param frame The initial frame rectangle of the window.
242 \param frame The initial frame rectangle of the window.
/haiku/src/tests/kits/device/stickit_BJoystick/
H A Darticle.txt82 …e numbered from 0 to numButtons-1. The BRect, r, is initialized to the rectangle of the first but…
84 …label. Alignment and font settings are tweaked as appropriate, and the rectangle is adjusted so t…
128 …ed or not. If it's pressed, the rectangle is filled solid with the high color; otherwise, the int…

123