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

1234567891011>>

/haiku/src/servers/app/
H A DView.cpp149 IntRect bounds(fScrollingOffset.x, fScrollingOffset.y,
152 return bounds;
157 View::ConvertToVisibleInTopView(IntRect* bounds) const
159 *bounds = *bounds & Bounds();
161 bounds->OffsetBy(fFrame.left - fScrollingOffset.x,
165 fParent->ConvertToVisibleInTopView(bounds);
699 // old and new bounds
782 // remember old bounds for tracking dirty region
1375 // the clipping spans over the bounds are
[all...]
H A DServerFont.cpp944 const agg::rect_i& r = glyph->bounds;
1117 FT_BBox bounds = face->bbox; local
1118 fBounds.left = (float)bounds.xMin / (float)face->units_per_EM;
1119 fBounds.right = (float)bounds.xMax / (float)face->units_per_EM;
1120 fBounds.top = (float)bounds.yMin / (float)face->units_per_EM;
1121 fBounds.bottom = (float)bounds.yMax / (float)face->units_per_EM;
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp434 // "bounds" is where the layer actually has content
435 BRect bounds;
436 if (archive->FindRect("bounds", &bounds) == B_OK)
437 fBounds = bounds;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp175 BRect bounds = bitmap.Bounds(); local
176 Add(bounds.IntegerWidth() + 1);
177 Add(bounds.IntegerHeight() + 1);
H A DRemoteEventStream.cpp41 RemoteEventStream::UpdateScreenBounds(BRect bounds) argument
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp270 int width = bitsHeader.bounds.IntegerWidth() + 1;
271 int height = bitsHeader.bounds.IntegerHeight() + 1;
489 bitmapHeader.bounds.Set(0, 0, width - 1, height - 1);
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1428 \param bounds The bitmap dimensions.
1436 BBitmap::BBitmap(BRect bounds, uint32 flags, color_space colorSpace, argument
1450 InitObject(bounds, colorSpace, flags, bytesPerRow, screenID);
1455 \param bounds The bitmap dimensions.
1463 BBitmap::BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, argument
1479 InitObject(bounds, colorSpace, flags, B_ANY_BYTES_PER_ROW,
1542 BRect bounds; local
1543 data->FindRect("_frame", &bounds);
1556 InitObject(bounds, cspace, flags, rowbytes, B_MAIN_SCREEN_ID);
2033 \param bounds Th
2042 InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID) argument
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A DSetDisplayMode.c352 display_mode bounds, mode; local
354 mode = bounds = *mode_in;
362 if( PROPOSE_DISPLAY_MODE( &mode, &bounds, &bounds ) == B_ERROR ) {
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp67 BRect bounds(Bounds());
72 be_control_look->DrawTabFrame(this, bounds, updateRect, base,
76 be_control_look->DrawButtonBackground(this, bounds, updateRect,
80 BRect symbolRect(bounds);
504 // clip to icon bounds, if they are smaller
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp98 uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds,
107 bounds, advanceX, advanceY, preciseAdvanceX, preciseAdvanceY,
114 // TODO: The HashTable grows without bounds. We should cleanup
97 CacheGlyph(uint32 glyphIndex, uint32 dataSize, glyph_data_type dataType, const agg::rect_i& bounds, float advanceX, float advanceY, float preciseAdvanceX, float preciseAdvanceY, float insetLeft, float insetRight) argument
/haiku/headers/os/interface/
H A DView.h361 int32 numPoints, BRect bounds,
370 int32 numPoints, BRect bounds,
377 int32 numPoints, BRect bounds,
381 BPoint point3, BRect bounds,
390 BPoint point3, BRect bounds,
395 BPoint point3, BRect bounds,
/haiku/src/apps/installer/
H A DInstallerWindow.cpp111 BRect bounds(Bounds());
113 FillRect(bounds, B_SOLID_LOW);
119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
120 placement.y = (bounds.top + bounds.bottom - fLogo->Bounds().Height()) / 2;
/haiku/src/kits/interface/
H A DMenuField.cpp468 BRect bounds = fMenuBar->ConvertFromParent(Bounds()); local
470 fMenuBar->StartMenuBar(-1, false, true, &bounds);
494 BRect bounds = fMenuBar->ConvertFromParent(Bounds()); local
496 fMenuBar->StartMenuBar(0, true, true, &bounds);
498 bounds = Bounds();
499 bounds.right = fDivider;
501 Invalidate(bounds);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp521 BRect bounds(Bounds());
524 floorf((bounds.left + bounds.right
526 floorf((bounds.top + bounds.bottom
704 BRect bounds(Bounds());
709 be_control_look->DrawTextControlBorder(this, bounds, updateRect, base,
/haiku/src/apps/showimage/
H A DShowImageView.cpp615 BRect bounds(Bounds());
617 FillRect(BRect(0, 0, bounds.right, border.top - 1), B_SOLID_LOW);
621 FillRect(BRect(border.right + 1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
623 FillRect(BRect(0, border.bottom + 1, bounds.right, bounds.bottom), B_SOLID_LOW);
632 BRect bounds(Bounds());
638 pos.x = (bounds.left + bounds.right - width) / 2;
640 pos.y = bounds.bottom - fontHeight.descent - 7;
1606 // snap zoom to "fit to bounds", an
[all...]
/haiku/src/kits/tracker/
H A DStatusWindow.cpp435 BStatusView::BStatusView(BRect bounds, thread_id thread, StatusWindowState type) argument
437 BView(bounds, "StatusView", B_FOLLOW_NONE, B_WILL_DRAW),
455 BRect rect(bounds);
645 BRect bounds(Bounds());
646 be_control_look->DrawRaisedBorder(this, bounds, updateRect, ViewColor());
/haiku/src/apps/deskbar/
H A DBarView.cpp259 BRect bounds(Bounds());
265 StrokeLine(bounds.LeftBottom(), bounds.RightBottom());
267 StrokeLine(bounds.LeftTop(), bounds.RightTop());
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp777 BRect bounds(Bounds());
781 offset.x = bounds.left + (bounds.Width() - width) / 2.0f;
782 offset.y = bounds.top + (bounds.Height()
/haiku/src/apps/terminal/
H A DTermViewStates.cpp610 BRect bounds(fView->Bounds());
611 if (where.y > bounds.bottom) {
613 fView->fAutoScrollSpeed = where.y - bounds.bottom;
614 where.x = bounds.right;
615 where.y = bounds.bottom;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp611 BRect bounds = Bounds(); local
615 for (float y = 0; y < bounds.bottom; y += m_backgroundBitmap->Bounds().Height())
617 for (float x = 0; x < bounds.right; x += m_backgroundBitmap->Bounds().Width())
/haiku/src/libs/glut/
H A DglutEvent.cpp707 BRect bounds = w->Frame(); local
708 point.x += bounds.left;
709 point.y += bounds.top;
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp130 CardView(BRect bounds);
179 CardView::CardView(BRect bounds) argument
181 BView(bounds, "graphics card view", B_FOLLOW_ALL, B_WILL_DRAW),
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp218 NodeManager::SetVideoBounds(BRect bounds) argument
220 if (bounds != fVideoBounds) {
221 fVideoBounds = bounds;
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp420 // original bounds
567 //"# ValControl::showEditField(): base bounds (%.1f, %.1f)-(%.1f,%.1f)\n",
592 BRect bounds(0, 0, width, height);
593 fBackBuffer = new BBitmap(bounds, B_RGB32, true);
594 fBackBufferView = new BView(bounds, "back", B_FOLLOW_NONE, B_WILL_DRAW);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp224 // TODO: It is necessary to invalidate all, since neither the caret bounds
475 BRect bounds(Bounds());
479 long viewWidth = bounds.IntegerWidth();
493 long viewHeight = bounds.IntegerHeight();

Completed in 155 milliseconds

1234567891011>>