Searched refs:bounds (Results 276 - 293 of 293) sorted by relevance

<<1112

/haiku/src/kits/interface/
H A DColorControl.cpp189 BRect bounds = _PaletteFrame(); local
190 fOffscreenBitmap = new BBitmap(bounds, B_RGB32, true, false);
191 BView* offscreenView = new BView(bounds, "off_view", 0, 0);
H A DMenu.cpp1571 BRect bounds; local
1573 && archive->FindRect("_i_frames", i, &bounds) == B_OK)
1574 AddItem(item, bounds);
2091 // pointer goes out of the submenu's bounds, or because
2554 // In that case, just give up on getting the supermenu bounds
2789 BRect bounds = Bounds(); local
2790 BRect frame = bounds.OffsetToCopy(where);
2989 // bounds, bail out immediately
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp152 BRect bounds = Bounds(); local
153 BListView::FrameResized(bounds.Width(), bounds.Height());
/haiku/src/kits/tracker/
H A DIconCache.cpp239 BRect bounds(bitmap->Bounds());
240 bounds.InsetBy((bounds.Width() + 1.0) / 8.0, (bounds.Height() + 1.0) / 8.0);
241 if (bounds.Contains(where))
H A DPoseView.h194 // make sure pose fits the screen and/or window bounds if needed
239 // the bottom right of bounds
645 void FinishPendingScroll(float&listViewScrollBy, BRect bounds);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1362 BRect bounds; local
1366 bounds = fTextRenderer.RenderString(utf8String, length,
1370 return _Clipped(bounds);
1383 BRect bounds; local
1387 bounds = fTextRenderer.RenderString(utf8String, length,
1391 return _Clipped(bounds);
H A DAGGTextRenderer.cpp231 // "glyphBounds" is the bounds of the glyph transformed
235 const agg::rect_i& r = glyph->bounds;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp776 BRect bounds(0.0, 0.0, -1.0, -1.0);
792 bounds = fTextRenderer->RenderString(utf8String,
807 return _Clipped(bounds);
1269 // constrain rect to passed bitmap bounds
/haiku/src/libs/print/libprint/
H A DMarginView.cpp105 PageView::Draw(BRect bounds) argument
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp1080 BRect bounds(fDivider, 0, Bounds().right, lineHeight);
1081 Invalidate(bounds);
/haiku/src/apps/magnify/
H A DMagnify.cpp1340 BRect bounds(Bounds());
1341 DrawBitmap(fImageBuf, bounds, bounds);
/haiku/src/apps/deskbar/
H A DStatusView.cpp293 BRect bounds = Bounds(); local
297 if (width == bounds.Width() && height == bounds.Height()) {
415 // user moved out of bounds of click area
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp480 BRect bounds(Bounds());
482 FillRect(bounds, B_SOLID_LOW);
484 DrawBitmap(fLogo, BPoint((bounds.Width() - fLogo->Bounds().Width()) / 2, 0));
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp774 // order the interval bounds, if playing backwards
812 // Finally determine the time bounds for the Playlist interval (depending
1090 PlaybackManager::NotifyVideoBoundsChanged(BRect bounds) const
1095 listener->VideoBoundsChanged(bounds);
1411 /*! Returns the Playlist frame range that bounds the playing range of a given
1501 frame has to lie within the bounds of the playing range, but it doesn't
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp1357 BeDecorator::_CreateTemporaryBitmap(BRect bounds) const
1359 UtilityBitmap* bitmap = new(std::nothrow) UtilityBitmap(bounds,
/haiku/src/apps/mediaplayer/
H A DController.cpp1284 Controller::NotifyVideoBoundsChanged(BRect bounds) const
/haiku/src/apps/terminal/
H A DTermView.cpp2354 BRect bounds = Bounds(); local
2356 int32 lastVisible = _LineAt(bounds.bottom);
/haiku/src/servers/app/
H A DServerApp.cpp736 // 1) BRect bounds
3427 BRect bounds; local
3428 link.Read<BRect>(&bounds);
3436 drawCursor, bounds) == B_OK;

Completed in 160 milliseconds

<<1112