Searched refs:_rect (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp11 UpDownButton::UpDownButton(BRect _rect, BMessage *msg, uint32 resizeFlags) argument
12 : BControl(_rect, "button", NULL, msg, resizeFlags, B_WILL_DRAW),
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h69 BRect _rect,
75 rect(_rect),
83 BRect _rect) :
84 rect(_rect) {}
68 tip_entry( BRect _rect, const char* _text, TipManager::offset_mode_t _offsetMode, BPoint _offset, uint32 _flags) argument
82 tip_entry( BRect _rect) argument
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp235 determine_bounds_draw_rect(void* _state, const BRect& _rect, bool fill) argument
238 _rect.left, _rect.top, _rect.right, _rect.bottom);
242 BRect rect = _rect;
251 determine_bounds_draw_round_rect(void* _state, const BRect& _rect, argument
254 determine_bounds_draw_rect(_state, _rect, fill);
311 determine_bounds_draw_ellipse(void* _state, const BRect& _rect, bool fill) argument
314 _rect
[all...]
H A DServerPicture.cpp298 draw_rect(void* _canvas, const BRect& _rect, bool fill) argument
301 BRect rect = _rect;
312 draw_round_rect(void* _canvas, const BRect& _rect, const BPoint& radii, argument
316 BRect rect = _rect;
355 draw_ellipse(void* _canvas, const BRect& _rect, bool fill) argument
359 BRect rect = _rect;
400 draw_rect_gradient(void* _canvas, const BRect& _rect, BGradient& gradient, bool fill) argument
403 BRect rect = _rect;
415 draw_round_rect_gradient(void* _canvas, const BRect& _rect, const BPoint& radii, BGradient& gradient, argument
419 BRect rect = _rect;
467 draw_ellipse_gradient(void* _canvas, const BRect& _rect, BGradient& gradient, bool fill) argument
[all...]
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp89 AttributeWindow::AttributeWindow(BRect _rect, entry_ref *ref, argument
91 : ProbeWindow(_rect, ref),
H A DFindWindow.cpp490 FindWindow::FindWindow(BRect _rect, BMessage& previous, BMessenger& target, argument
493 BWindow(_rect, B_TRANSLATE("Find"), B_TITLED_WINDOW,
/haiku/headers/private/interface/
H A DColumnListView.h318 bool GetRowRect(const BRow* row, BRect* _rect) const;
/haiku/src/kits/interface/
H A DColumnListView.cpp206 void GetTitleRect(BColumn* column, BRect* _rect);
296 bool FindRect(const BRow* row, BRect* _rect);
329 bool FindVisibleRect(BRow* row, BRect* _rect);
2429 TitleView::GetTitleRect(BColumn* findColumn, BRect* _rect) argument
2439 _rect->Set(leftEdge, 0, leftEdge + column->Width(),
4692 OutlineView::FindVisibleRect(BRow* row, BRect* _rect) argument
4694 if (row && _rect) {
4700 _rect->Set(fVisibleRect.left, line, fVisibleRect.right,
4713 OutlineView::FindRect(const BRow* row, BRect* _rect) argument
4719 _rect
[all...]

Completed in 120 milliseconds