Searched refs:rect (Results 401 - 425 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/tracker/
H A DPoseView.cpp141 // maximum size of the transparent drag bitmap, use a drag rect
1826 // rect where the new pose is.
2758 BRect rect(Bounds());
2759 rect.left = offset;
2760 Invalidate(rect);
2819 BRect rect(Bounds());
2824 int32 startIndex = (int32)(rect.top / fListElemHeight);
2833 if (loc.y > rect.bottom)
2849 rect.left = offset;
2850 Invalidate(rect);
3637 IsValidLocation(const BRect& rect) argument
8309 DrawOpenAnimation(BRect rect) argument
8956 RemoveFromExtent(const BRect &rect) argument
8981 BRect rect; local
9114 BRect rect = CalcPoseRect(pose, index, fullDraw); local
[all...]
H A DBackgroundImage.cpp259 BackgroundImage::BRectRatio(BRect rect) argument
261 return rect.Width() / rect.Height();
H A DTitleView.cpp207 BTitleView::Draw(BRect rect) argument
209 Draw(rect, false);
491 BRect rect(bounds);
492 rect.right--;
495 be_control_look->DrawButtonBackground(view, rect, rect, baseColor, 0,
762 BRect rect(fTitle->Bounds());
763 rect.OffsetBy(where.x - fInitialMouseTrackOffset, where.y - 5);
770 fTitleView->BeginRectTracking(rect);
/haiku/src/tests/servers/app/clip_to_picture/
H A Dmain.cpp359 BPicture rect; local
360 view->BeginPicture(&rect);
364 view->ClipToPicture(&rect);
/haiku/src/apps/mail/
H A DSettings.cpp257 BRect rect;
258 if (settings.FindRect("MailWindowSize", &rect) == B_OK)
259 fMailWindowFrame = rect;
/haiku/headers/private/interface/
H A DColumnListView.h179 virtual void DrawTitle(BRect rect, BView* targetView);
180 virtual void DrawField(BField* field, BRect rect,
250 BColumnListView(BRect rect,
H A DRegionSupport.h78 const clipping_rect& rect);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp45 void DrawField(BField* field, BRect rect, BView* parent) { argument
48 DrawString(B_TRANSLATE("Session cookie"), parent, rect);
50 BDateColumn::DrawField(field, rect, parent);
/haiku/src/kits/interface/
H A DMenuField.cpp1058 BRect rect;
1060 rect = fLayoutData->label_layout_item->FrameInParent();
1062 rect = Bounds();
1063 rect.right = fDivider;
1066 if (!rect.IsValid() || !rect.Intersects(updateRect))
1081 BRect fillRect(rect.InsetByCopy(0, kVMargin));
1087 be_control_look->DrawLabel(this, label, rect, updateRect, LowColor(), flags,
1100 BRect rect(fMenuBar->Frame().InsetByCopy(-kVMargin, -kVMargin));
1101 if (!rect
[all...]
/haiku/src/libs/icon/
H A DIconUtils.cpp290 BRect rect = BRect(0, 0, srcWidth * 2 - 1, srcHeight * 2 - 1); local
291 BBitmap* tmp = new BBitmap(rect, B_BITMAP_NO_SERVER_LINK, B_RGBA32);
761 BRect rect = BRect(0, 0, width - 1, height - 1); local
762 BBitmap* converted = new(std::nothrow) BBitmap(rect,
816 BRect rect = BRect(0, 0, width * 2 - 1, height * 2 - 1); local
817 BBitmap* temp = new(std::nothrow) BBitmap(rect,
830 BRect rect = BRect(0, 0, width * 3 - 1, height * 3 - 1); local
831 BBitmap* temp = new BBitmap(rect, B_BITMAP_NO_SERVER_LINK,
844 BRect rect = BRect(0, 0, width * 4 - 1, height * 4 - 1); local
845 BBitmap* temp = new BBitmap(rect, B_BITMAP_NO_SERVER_LIN
857 BRect rect = BRect(0, 0, width * 4 - 1, height * 4 - 1); local
[all...]
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp137 ExpressionTextView::SetTextRect(BRect rect) argument
140 float vInset = floorf((rect.Height() - LineHeight(0)) / 2);
142 InputTextView::SetTextRect(rect);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.h39 virtual status_t SetVideoFrame(BRect rect);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.h53 virtual BRect layout(BRect rect);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h43 void ConvertToScreen2(BRect* rect) const;
/haiku/src/apps/drivesetup/
H A DPartitionList.h50 virtual void DrawField(BField* field, BRect rect,
/haiku/src/apps/showimage/
H A DFilter.cpp272 Scaler::Scaler(BBitmap* image, BRect rect, BMessenger listener, uint32 what, argument
277 fRect(rect),
326 Scaler::Matches(BRect rect, bool dither) const argument
328 return fRect.IntegerWidth() == rect.IntegerWidth()
329 && fRect.IntegerHeight() == rect.IntegerHeight()
984 BRect rect; local
998 rect.Set(0, 0, fHeight, fWidth);
1000 rect.Set(0, 0, fWidth, fHeight);
1002 bm = new BBitmap(rect, cs);
H A DPrintOptionsWindow.cpp43 PrintOptions::SetBounds(BRect rect) argument
45 fBounds = rect;
/haiku/src/servers/app/
H A DCanvas.h59 bool ClipToRect(BRect rect, bool inverse);
/haiku/src/apps/tv/
H A DMainWin.cpp105 BRect rect = Bounds(); local
108 fBackground = new BView(rect, "background", B_FOLLOW_ALL,
122 BRect video_rect = BRect(0, fMenuBarHeight, rect.right, rect.bottom);
857 BRect rect(screen.Frame());
865 MoveTo(rect.left, rect.top);
866 ResizeTo(rect.Width(), rect.Height());
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp404 BRect rect = Supermenu()->Bounds(); local
405 Supermenu()->ConvertToScreen(&rect);
409 point = rect.RightTop() + BPoint(0, 3);
412 point = rect.LeftTop() - BPoint(Bounds().Width(), 0) + BPoint(0, 3);
/haiku/src/apps/gradients/
H A DGradientsView.cpp18 GradientsView::GradientsView(const BRect &rect) argument
19 : BView(rect, "gradientsview", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED),
/haiku/headers/os/interface/
H A DRect.h83 bool Intersects(BRect rect) const;
85 bool Contains(BRect rect) const;
/haiku/src/apps/networkstatus/
H A DRadioView.cpp91 RadioView::Draw(BView* view, BRect rect, int32 percent, int32 maxCount) argument
98 _Compute(rect, center, count, maxCount, step);
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp128 const char* label6, BRect rect)
130 fRect(rect)
126 HeaderListItem(const char* label1, const char* label2, const char* label3, const char* label4, const char* label5, const char* label6, BRect rect) argument
/haiku/src/apps/pulse/
H A DPulseApp.cpp318 BRect rect(0, 0, width - 1, height - 1);
319 DeskbarPulseView *replicant = new DeskbarPulseView(rect);

Completed in 288 milliseconds

<<11121314151617181920>>