Searched refs:rect (Results 326 - 350 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/headers/os/interface/
H A DPoint.h27 void ConstrainTo(BRect rect);
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp22 BRect rect(0, 0, right, bottom);
24 BBitmap testImage(rect, kColorSpace, true);
25 BBitmap preview(rect, kColorSpace);
26 BView view(rect, "", B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp86 BRect rect(10, 10, 400, 400);
87 View* view = new View(rect);
134 sizeViewsGroup->SetFrame(BRect(BPoint(rect.left, rect.bottom + 10),
/haiku/headers/private/app/
H A DServerProtocolStructs.h70 BRect rect; member in struct:ViewBeginRectTrackingInfo
/haiku/src/preferences/printers/
H A DJobListView.cpp190 BRect rect(0, 0, height, height);
191 fIcon = new BBitmap(rect, B_RGBA32);
193 BRect rect(0, 0, B_MINI_ICON - 1, B_MINI_ICON - 1);
194 fIcon = new BBitmap(rect, B_CMAP8);
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.h47 const char* label6, BRect rect);
/haiku/src/apps/fontdemo/
H A DFontDemoView.h22 FontDemoView(BRect rect);
H A DControlView.cpp136 BRect rect(Bounds());
138 StrokeLine(rect.LeftTop(), rect.RightTop());
139 StrokeLine(rect.LeftTop(), rect.LeftBottom());
142 StrokeLine(rect.LeftBottom(), rect.RightBottom());
143 StrokeLine(rect.RightBottom(), rect.RightTop());
/haiku/src/kits/tracker/
H A DDialogPane.cpp259 BRect rect(0, 0, be_plain_font->Size(), be_plain_font->Size());
260 rect.OffsetBy(1, 1);
282 be_control_look->DrawArrowShape(this, rect, rect, arrowColor,
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp60 BRect rect, const char* title, window_look look, uint32 flags)
67 decorator = _AllocateDecorator(settings, rect, desktop);
100 DecorAddOn::_AllocateDecorator(DesktopSettings& settings, BRect rect, argument
103 return new (std::nothrow)SATDecorator(settings, rect, desktop);
59 AllocateDecorator(Desktop* desktop, DrawingEngine* engine, BRect rect, const char* title, window_look look, uint32 flags) argument
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp251 BRect rect = updateRect & Bounds(); local
255 StrokeLine(BPoint(0, rect.top), BPoint(0, rect.bottom));
257 StrokeLine(BPoint(rect.left, 0), BPoint(rect.right, 0));
261 StrokeLine(BPoint(1, rect.top), BPoint(1, rect.bottom));
263 StrokeLine(BPoint(rect.left, 1), BPoint(rect.right, 1));
286 BRect rect(Bound
[all...]
/haiku/src/servers/app/drawing/
H A Ddrawing_support.h69 void align_rect_to_pixels(BRect* rect);
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.h60 PreviewView(BFile* jobFile, BRect rect);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.h36 virtual void SetTextRect(BRect rect);
/haiku/src/apps/mail/
H A DEnclosures.h94 virtual void DrawItem(BView* owner, BRect rect,
/haiku/src/servers/app/
H A DScreen.h48 void SetFrame(const BRect& rect);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp470 SlideShowSaver::LayoutCaption(BView *view, BFont &font, BPoint &pos, BRect &rect) argument
485 rect.Set(0, 0, (width-1)+2, (height-1)+2+1); // 2 for border and 1 for text shadow
486 rect.OffsetTo(pos);
487 rect.OffsetBy(-1, -1-fontHeight.ascent); // -1 for border
495 BRect rect; local
496 LayoutCaption(view, font, pos, rect);
502 view->FillRect(rect);
/haiku/src/kits/interface/
H A DCheckBox.cpp113 BRect rect(checkBoxRect);
114 be_control_look->DrawCheckBox(this, rect, updateRect, base, flags);
520 BRect rect(_CheckBoxFrame(fontHeight));
521 float width = rect.right + rect.left;
522 float height = rect.bottom + rect.top;
H A DRadioButton.cpp99 BRect rect(knobRect);
100 be_control_look->DrawRadioButton(this, rect, updateRect, base, flags);
253 BRect rect(_KnobFrame(fontHeight));
254 float width = rect.right + rect.left;
255 float height = rect.bottom + rect.top;
H A DMenuBar.cpp43 BRect rect; member in struct:menubar_data
239 BRect rect(min_c(fLastBounds->right, newWidth), 0,
241 Invalidate(rect);
246 BRect rect(0, min_c(fLastBounds->bottom, newHeight) - 1,
248 Invalidate(rect);
282 BRect rect(Bounds());
286 be_control_look->DrawBorder(this, rect, updateRect, base,
289 be_control_look->DrawMenuBarBackground(this, rect, updateRect, base,
508 data.rect = *specialRect;
529 menuBar->fExtraRect = &data.rect;
[all...]
H A DStatusBar.cpp294 BRect rect = outerFrame; local
295 rect.top = 0;
296 rect.bottom = outerFrame.top - 1;
298 if (updateRect.Intersects(rect)) {
307 fTextDivider = rect.right;
314 rect.Width());
319 float width = max_c(0.0, fTextDivider - rect.left);
335 DrawString(leftText.String(), BPoint(rect.left, baseLine));
346 rect = outerFrame;
348 be_control_look->DrawStatusBar(this, rect, updateRec
[all...]
H A DPrivateScreen.cpp362 BRect rect;
364 rect = *bounds;
366 rect = Frame();
368 BBitmap* bitmap = new (std::nothrow) BBitmap(rect, ColorSpace());
374 status = ReadBitmap(bitmap, drawCursor, &rect);
391 BRect rect;
393 rect = *bounds;
395 rect = Frame();
401 link.Attach<BRect>(rect);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp290 ViewLayer::ConvertToParent(BRect* rect) const
293 rect->OffsetBy(fFrame.left - fScrollingOffset.x,
317 ViewLayer::ConvertFromParent(BRect* rect) const
320 rect->OffsetBy(fScrollingOffset.x - fFrame.left,
345 ViewLayer::ConvertToTop(BRect* rect) const
347 ConvertToParent(rect);
350 fParent->ConvertToTop(rect);
375 ViewLayer::ConvertFromTop(BRect* rect) const
377 ConvertFromParent(rect);
380 fParent->ConvertFromTop(rect);
[all...]
/haiku/src/tests/servers/app/painter/
H A DPainter.h121 // strokes a one pixel wide solid rect, no blending
128 // fills a solid rect with color c, no blending
210 inline BRect ClipRect(const BRect& rect) const
211 { return _Clipped(rect); }
222 void _Transform(BRect* rect) const;
223 BRect _Transform(const BRect& rect) const;
224 BRect _Clipped(const BRect& rect) const;
/haiku/src/apps/terminal/
H A DTermView.cpp213 BRect rect(0, 0, 16, 16);
214 rect.OffsetTo(Bounds().right - rect.Width(),
215 Bounds().bottom - rect.Height());
218 AddChild(new BDragger(rect, this,
529 BRect rect(x1 * fFontWidth, _LineOffset(y1),
531 //debug_printf("Invalidate((%f, %f) - (%f, %f))\n", rect.left, rect.top,
532 //rect.right, rect
635 SetTermSize(BRect rect, bool notifyShell) argument
646 GetTermSizeFromRect(const BRect &rect, int *_rows, int *_columns) argument
2964 BRect rect; local
[all...]

Completed in 298 milliseconds

<<11121314151617181920>>