Searched refs:rect (Results 376 - 400 of 512) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/mail/
H A DConfigWindow.h45 void DrawItem(BView* owner, BRect rect,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h53 virtual void DrawField(BField* field, BRect rect,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.cpp90 CamSensor::SetVideoFrame(BRect rect) argument
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp561 BRect rect(Bounds());
562 rect.top = rect.bottom - kDraggerSize;
563 rect.left = rect.right - kDraggerSize;
564 BDragger* dragger = new BDragger(rect, this,
583 BRect rect(Bounds());
584 rect.top = rect.bottom - kDraggerSize;
585 rect
1491 BRect rect = colorBox; local
[all...]
/haiku/src/apps/glteapot/
H A DObjectView.h57 ObjectView(BRect rect, const char* name,
/haiku/src/kits/screensaver/
H A DScreenSaverSettings.cpp53 BRect rect; local
54 if (fSettings.FindRect("windowframe", &rect) == B_OK)
55 fWindowFrame = rect;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h333 BRect rect; local
334 status_t result = Read(rect);
338 region.Include(rect);
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp142 BRect rect = bitmap->Bounds(); local
143 png_uint_32 width = (png_uint_32)rect.Width() + 1;
144 png_uint_32 height = (png_uint_32)rect.Height() + 1;
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp72 PreviewView::PreviewView(BFile* jobFile, BRect rect) argument
73 : BView(rect, "PreviewView", B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS)
105 void PreviewView::Draw(BRect rect) { argument
/haiku/src/kits/tracker/
H A DNavigator.cpp127 BRect rect(Bounds());
131 be_control_look->DrawBorder(this, rect, updateRect, base,
134 _inherited::Draw(rect & updateRect);
H A DUtilities.cpp565 DraggableIcon::DraggableIcon(BRect rect, const char* name, argument
569 BView(rect, name, resizingMode, flags),
602 BRect rect(0, 0, which - 1, which - 1);
603 rect.OffsetTo(offset);
604 return rect;
621 BRect rect(Bounds());
622 BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
1280 BRect rect; local
1281 rect.SetLeftTop(where);
1282 rect
[all...]
H A DFilePanelPriv.cpp702 BRect rect; local
703 rect.top = fMenuBar->Bounds().Height() + spacing;
704 rect.left = spacing;
705 rect.right = rect.left + (spacing * 50);
706 rect.bottom = rect.top + (f_height > 22 ? f_height : 22);
708 fDirMenuField = new BMenuField(rect, "DirMenuField", "", NULL);
711 fDirMenuField->MenuBar()->SetMaxContentWidth(rect.Width() - 26.0f);
750 BRect rect(defaultButtonRec
[all...]
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h192 void translate_from_base_ren(rect_i& rect) argument
194 rect.x1 += m_offset_x;
195 rect.x2 += m_offset_x;
196 rect.y1 += m_offset_y;
197 rect.y2 += m_offset_y;
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp304 BRect rect; local
305 if(Addons()->FindRect(DUN_TAB_VIEW_RECT, &rect) != B_OK)
306 rect.Set(0, 0, 200, 300);
310 *width = rect.Width();
312 *height = rect.Height();
/haiku/src/kits/shared/
H A DVariant.cpp102 BRect *rect = (BRect *)data; local
103 _SetTo(rect->left, rect->top, rect->right, rect->bottom);
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp296 BRect rect(left, top, left + fWidth - 1, top + fHeight - 1);
299 header.bounds.left = B_HOST_TO_BENDIAN_FLOAT(rect.left);
300 header.bounds.top = B_HOST_TO_BENDIAN_FLOAT(rect.top);
301 header.bounds.right = B_HOST_TO_BENDIAN_FLOAT(rect.right);
302 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(rect.bottom);
/haiku/headers/os/interface/
H A DWindow.h164 void ConvertToScreen(BRect* rect) const;
165 BRect ConvertToScreen(BRect rect) const;
166 void ConvertFromScreen(BRect* rect) const;
167 BRect ConvertFromScreen(BRect rect) const;
176 void CenterIn(const BRect& rect);
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp375 BRect rect(0.0f, 0.0f, kSwitchWidth, sHPad + 2.0f);
376 rect.OffsetTo(BPoint(frame.right - rect.Width(),
377 ContentLocation().y + ((frame.Height() - rect.Height()) / 2)));
384 be_control_look->DrawArrowShape(Menu(), rect, Menu()->Frame(), local
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp73 RotateRect(BRect rect) argument
75 BRect rotated(rect.top, rect.left, rect.bottom, rect.right);
167 BRect rect; local
178 rect.Set(0, 0, fBandWidth - 1, fBandHeight - 1);
179 fBitmap = new(std::nothrow) BBitmap(rect, fOrgJobData->GetSurfaceType(),
189 BRect rotatedRect(0, 0, rect.bottom, rect
[all...]
/haiku/src/servers/app/decorator/
H A DDecorator.cpp754 BRect rect(fLeftBorder);
755 rect.top = fTopBorder.top;
756 rect.bottom = fBottomBorder.bottom;
757 dirty.Include(rect);
765 BRect rect(fRightBorder);
766 rect.top = fTopBorder.top;
767 rect.bottom = fBottomBorder.bottom;
768 dirty.Include(rect);
1002 Decorator::_DrawTabs(BRect rect) argument
1011 _DrawTab(tab, rect);
[all...]
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp540 // is that the BView rect tracking does not
541 // scroll the rect starting point along with us
1495 PathManipulator::_InvalidateCanvas(BRect rect) const
1498 fCanvasView->ConvertFromCanvas(&rect);
1499 fCanvasView->Invalidate(rect);
1537 BRect rect(0.0, 0.0, -1.0, -1.0);
1546 rect.Set(p.x, p.y, p.x, p.y);
1547 rect.InsetBy(-POINT_EXTEND, -POINT_EXTEND);
1552 rect.Set(pIn.x, pIn.y, pIn.x, pIn.y);
1553 rect
[all...]
/haiku/src/apps/diskprobe/
H A DProbeView.cpp200 TypeView(BRect rect, const char* name,
1022 TypeView::TypeView(BRect rect, const char* name, int32 index, argument
1024 : BView(rect, name, resizingMode, B_FRAME_EVENTS)
1037 BRect rect = Bounds(); local
1040 rect.left = frame.left;
1041 rect.top = frame.top;
1043 rect.right = frame.right;
1045 rect.bottom = frame.bottom;
1047 fTypeEditorView->ResizeTo(rect.Width(), rect
1060 BRect rect = Bounds(); local
1715 BRect rect = printJob.PrintableRect(); local
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp669 // adapt the data rect to the new region of boxes
728 BRect rect; local
729 rect.left = origin.x < current.x ? origin.x : current.x;
730 rect.top = origin.y < current.y ? origin.y : current.y;
731 rect.right = origin.x < current.x ? current.x : origin.x;
732 rect.bottom = origin.y < current.y ? current.y : origin.y;
736 if (rect.Intersects(box->Frame()))
759 // the entire data-rect
775 // the entire data-rect
/haiku/src/preferences/media/
H A DMediaWindow.cpp206 BRect rect = Frame(); local
207 PRINT_OBJECT(rect);
208 snprintf(buffer, 512, "# MediaPrefs Settings\n rect = %i,%i,%i,%i\n",
209 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom));
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp268 virtual void DrawTitle(BRect rect, BView* targetView);
269 virtual void DrawField(BField* field, BRect rect,
303 Table::Column::DrawTitle(BRect rect, BView* targetView) argument
305 fTableColumn->DrawTitle(rect, targetView);
310 Table::Column::DrawField(BField* _field, BRect rect, BView* targetView) argument
320 fTableColumn->DrawValue(value, rect, targetView);

Completed in 206 milliseconds

<<11121314151617181920>>