Searched refs:rect (Results 226 - 250 of 512) sorted by relevance

1234567891011>>

/haiku/src/servers/app/
H A DWorkspacesView.cpp101 BRect rect(column * width, row * height, (column + 1) * width,
104 rect.OffsetBy(frame.LeftTop());
108 rect.right = frame.right;
110 rect.bottom = frame.bottom;
112 return rect;
147 // scale down the rect
292 BRect rect = _WorkspaceAt(index); local
299 drawingEngine->StrokeRect(rect, black);
302 drawingEngine->StrokeRect(rect, gray);
305 rect
396 BRect rect = _WorkspaceAt(row * columns); local
407 BRect rect = _WorkspaceAt(column); local
[all...]
/haiku/headers/private/interface/
H A DPicturePlayer.h37 void (*draw_rect)(void* userData, const BRect& rect, bool fill);
38 void (*draw_round_rect)(void* userData, const BRect& rect,
44 void (*draw_ellipse)(void* userData, const BRect& rect, bool fill);
93 void (*clip_to_rect)(void* userData, const BRect& rect, bool inverse);
98 void (*draw_rect_gradient)(void* userData, const BRect& rect, BGradient& gradient, bool fill);
99 void (*draw_round_rect_gradient)(void* userData, const BRect& rect, const BPoint& radii, BGradient& gradient, bool fill);
102 void (*draw_ellipse_gradient)(void* userData, const BRect& rect, BGradient& gradient, bool fill);
H A DColumnTypes.h35 virtual void DrawTitle(BRect rect, BView* parent);
86 virtual void DrawField(BField* field, BRect rect, BView* parent);
127 virtual void DrawField(BField* field, BRect rect, BView* parent);
160 virtual void DrawField(BField* field, BRect rect, BView* parent);
188 virtual void DrawField(BField* field, BRect rect, BView* parent);
216 virtual void DrawField(BField* field, BRect rect, BView* parent);
231 virtual void DrawField(BField* field, BRect rect, BView* parent);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp438 BRect rect(0, 0,
441 fWindow = new TSwitcherWindow(rect, this);
1449 BRect rect = fIconView->Bounds(); local
1450 if (rect.left > (fManager->SlotSize() * fManager->CenterSlot())) {
1463 if (lastFrame.right > rect.right) {
1475 rect = fIconView->Frame();
1478 pt1.x = rect.left - 5;
1479 pt1.y = floorf((rect.bottom + rect.top) / 2);
1494 pt1.x = rect
1531 BRect rect = fWindow->WindowView()->Bounds(); local
1622 BRect rect = frame; local
1914 BRect rect = startRect; local
2039 BRect rect = FrameOf(index); local
2072 BRect rect = FrameOf(index); local
2186 TWindowView(BRect rect, TSwitchManager* manager, TSwitcherWindow* window) argument
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp94 BRect rect = textview->Frame(); local
95 rect.top = cancel->Frame().top;
98 rect.bottom = rect.top + fh.ascent + fh.descent + 5.0;
100 fFormatMF = new BMenuField(rect, "format popup", B_TRANSLATE("Format"),
128 rect = cancel->Frame();
129 rect.OffsetTo(fFormatMF->Frame().right + 5.0, rect.top);
130 fSettingsB = new BButton(rect, "settings",
368 // BRect rect(
[all...]
/haiku/headers/libs/print/libprint/
H A DJobData.h510 JobData::SetPaperRect(const BRect &rect) argument
512 fPaperRect = rect;
524 JobData::SetScaledPaperRect(const BRect &rect) argument
526 fScaledPaperRect = rect;
538 JobData::SetPrintableRect(const BRect &rect) argument
540 fPrintableRect = rect;
552 JobData::SetScaledPrintableRect(const BRect &rect) argument
554 fScaledPrintableRect = rect;
566 JobData::SetPhysicalRect(const BRect &rect) argument
568 fPhysicalRect = rect;
581 SetScaledPhysicalRect(const BRect &rect) argument
[all...]
H A DPreview.h55 PreviewView(BFile* jobFile, BRect rect);
97 void _DrawPageFrame(BRect rect);
99 void _DrawMarginFrame(BRect rect);
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h61 BRect rect(0, 0, 200, 50);
62 BBitmap* bitmap = new BBitmap(rect, B_RGB32, true);
63 BView* bitmapView = new BView(rect, "bitmap", B_FOLLOW_NONE,
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp101 UpdateQueue::AddRect(const BRect& rect) argument
103 if (!rect.IsValid())
109 fUpdateRegion.Include(rect);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h42 BRect ConvertFromContainer(BRect rect) const;
44 BRect ConvertToContainer(BRect rect) const;
60 void Invalidate(BRect rect);
/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp25 View(BRect rect);
45 View::View(BRect rect) argument
46 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp23 View(BRect rect);
59 View::View(BRect rect) argument
60 : BView(rect, "lock focus", B_FOLLOW_ALL, B_WILL_DRAW),
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp22 ShowInvalidationView(BRect rect);
55 ShowInvalidationView::ShowInvalidationView(BRect rect) argument
57 BView(rect, "show invalidation", B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp16 View(BRect rect, const char* name, uint32 followMode,
33 View::View(BRect rect, const char* name, uint32 followMode, argument
35 : BView(rect, name, followMode, B_WILL_DRAW),
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp61 BRect rect; local
62 if (settings->FindRect("window frame", &rect) == B_OK)
63 SetFrame(rect);
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp128 !(*viewEntry->m_tips.begin())->rect.IsValid()) {
151 // remove tip matching the given rect's upper-left corner or
152 // all tips if rect is invalid.
155 BView* pView, const BRect& rect) {
193 if(rect.IsValid()) {
194 tip_entry matchEntry(rect);
204 // invalid rect == wildcard
260 // fetch this view's current frame rect
283 if(entry->rect.Contains(point))
310 // get frame rect (i
154 remove( BView* pView, const BRect& rect) argument
414 remove( BView* view, const BRect& rect) argument
630 setTip( const BRect& rect, const char* text, BView* view, TipManager::offset_mode_t offsetMode, BPoint offset, uint32 flags) argument
666 removeTip( const BRect& rect, BView* view) argument
[all...]
/haiku/src/kits/interface/
H A DPrintJob.cpp392 BPrintJob::DrawView(BView* view, BRect rect, BPoint where) argument
402 _RecurseView(view, B_ORIGIN - rect.LeftTop(), &picture, rect);
403 _AddPicture(picture, rect, where);
522 BRect rect)
527 region.Set(BRect(rect.left, rect.top, rect.right, rect.bottom));
528 view->fState->print_rect = rect;
521 _RecurseView(BView* view, BPoint origin, BPicture* picture, BRect rect) argument
656 _AddPicture(BPicture& picture, BRect& rect, BPoint& where) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_rounded_rect.h38 void rect(double x1, double y1, double x2, double y2);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamColorSpaceTransform.cpp62 CamColorSpaceTransform::SetVideoFrame(BRect rect) argument
/haiku/src/apps/pulse/
H A DConfigView.h32 ConfigView(BRect rect, const char *name, uint32 mode,
/haiku/src/apps/soundrecorder/
H A DVUView.h19 VUView(BRect rect, uint32 resizeFlags);
H A DVolumeSlider.cpp17 VolumeSlider::VolumeSlider(BRect rect, const char *title, uint32 resizeFlags) argument
18 : BControl(rect, "slider", NULL, new BMessage(VOLUME_CHANGED),
161 SpeakerView::SpeakerView(BRect rect, uint32 resizeFlags) argument
162 : BBox(rect, "speaker", resizeFlags, B_WILL_DRAW, B_NO_BORDER),
/haiku/src/bin/network/ppp_up/
H A DConnectionView.h23 ConnectionView(BRect rect, const BString& interfaceName);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.h46 PPDConfigView(BRect rect, const char *name, uint32 resizeMask, uint32 flags);
/haiku/headers/os/interface/
H A DPolygon.h46 void _MapRectangle(BRect* rect, const BRect& source,

Completed in 100 milliseconds

1234567891011>>