Searched refs:Frame (Results 226 - 250 of 370) sorted by relevance

1234567891011>>

/haiku/src/apps/diskusage/
H A DControlsView.cpp164 float averageWidth = Frame().Width() / countTabs;
180 float toShave = width - Frame().Width();
/haiku/src/kits/interface/
H A DLayoutUtils.cpp290 BRect frame = view->Frame();
337 BRect frame = item->Frame();
H A DPrivateScreen.cpp221 BPrivateScreen::Frame() function in class:BPrivateScreen
366 rect = Frame();
395 rect = Frame();
H A DShelf.cpp309 pos = view->Frame().LeftTop();
311 pos = zombie_view->Frame().LeftTop();
472 rect = dragger->Frame();
474 rect = dragger->fTarget->Frame();
1318 const BPoint point = location ? *location : view->Frame().LeftTop();
1375 BRect frame = view->Frame().OffsetToCopy(point);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp761 BRect r = ItemAt(i, DiagramItem::M_BOX)->Frame();
790 BRect r = ItemAt(i, DiagramItem::M_BOX)->Frame();
1285 Invalidate(panel->Frame());
1324 Invalidate(panel->Frame());
1372 Invalidate(source->Frame());
1373 Invalidate(destination->Frame());
1374 Invalidate(wire->Frame());
1413 Invalidate(wire->Frame());
1419 Invalidate(source->Frame());
1425 Invalidate(destination->Frame());
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp138 virtual BRect Frame();
157 virtual BRect Frame();
432 ActivityView::HistoryLayoutItem::Frame() function in class:ActivityView::HistoryLayoutItem
487 ActivityView::LegendLayoutItem::Frame() function in class:ActivityView::LegendLayoutItem
1202 BRect historyFrame = fHistoryLayoutItem->Frame();
1203 BRect legendFrame = fLegendLayoutItem->Frame();
1256 height = fLegendLayoutItem->Frame().Height();
/haiku/src/preferences/screen/
H A DScreenWindow.cpp228 80.0 * scaling), "monitor", screen.Frame().IntegerWidth() + 1,
229 screen.Frame().IntegerHeight() + 1);
632 fSettings->SetWindowFrame(Frame());
999 if (frame.right <= Frame().right
1000 && frame.bottom <= Frame().bottom) {
1001 MoveTo((frame.Width() - Frame().Width()) / 2,
1002 (frame.Height() - Frame().Height()) / 2);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp746 BRect screenFrame = BScreen(B_MAIN_SCREEN_ID).Frame();
747 BRect windowFrame = fWindow->Frame();
1249 BRect frame = fIconView->Frame();
1267 BRect frame = fIconView->Frame();
1302 frame = fWindow->WindowView()->Frame();
1475 rect = fIconView->Frame();
1560 rect = fWindow->WindowView()->Frame();
1651 CenterWindow(BScreen(B_MAIN_SCREEN_ID).Frame(), frame.Size());
1692 CenterWindow(screenFrame | BScreen(B_MAIN_SCREEN_ID).Frame(),
1693 Frame()
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp186 if (invalid.Frame().IsValid())
396 if (fFlags & B_FULL_UPDATE_ON_RESIZE && fVisible.Frame().IsValid()) {
552 if (!parentLocalVisible.Frame().IsValid() && !(fFullVisible.CountRects() > 0))
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp162 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
348 status = settings.AddRect("window frame", Frame());
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp330 b.bottom = fDrawingModeMF->Frame().top - 10.0;
341 float minWidth = controlGroup->Frame().Width() + 30.0;
342 float minHeight = fPenSizeS->Frame().bottom
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp141 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
492 status = settings.AddRect("window frame", Frame());
H A DCharacterView.cpp313 BRect box = Frame();
385 where.x += (rect.Width() - fMenu->Frame().Width()) / 2;
386 where.y += (rect.Height() - fMenu->Frame().Height()) / 2;
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp405 saveMsg.AddRect("window frame", Frame());
430 float left = min_c(screen.Frame().right - width, frame.left);
431 float top = min_c(screen.Frame().bottom - height, frame.top);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp145 if (screen.Frame().Contains(windowFrame.LeftTop()))
218 BWindow::Zoom(Frame().LeftTop(), width, height);
533 alert->CenterIn(Frame());
654 BRect screenFrame = screen.Frame();
715 settings.AddRect(kKeyWindowFrame, Frame());
901 float width = owner->Frame().Width();
/haiku/src/libs/alm/
H A DArea.cpp460 Area::Frame() const function in class:Area
581 BRect areaFrame(Frame());
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp244 if (!Window()->Frame().Contains(ConvertToScreen(point)))
398 BRect screenRect = BScreen().Frame();
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp233 BRect screenFrame = screen.Frame();
356 fSettings.SetWindowPosition(Frame().LeftTop());
/haiku/src/apps/resedit/
H A DResView.cpp72 r.top = fBar->Frame().bottom + 4;
136 r = Window()->Frame().OffsetByCopy(10, 10);
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp359 memcpy(buffer, (const void *)(undi_isr.Frame.seg * 16 + undi_isr.Frame.ofs), size);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp659 windFrame = Frame(); // Window Frame aus Resource ermitteln
686 fPrefs -> SetRect ("WindowFrame", Frame() );
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp265 _AppTypeCascade(window->Frame());
459 BRect screenBorder = screen.Frame();
/haiku/src/servers/app/
H A DWindow.cpp389 BRect frame(Frame());
570 fTopView->MoveBy((int32)(fFrame.left - fTopView->Frame().left),
571 (int32)(fFrame.top - fTopView->Frame().top), NULL);
574 fTopView->ResizeBy((int32)(fFrame.Width() - fTopView->Frame().Width()),
575 (int32)(fFrame.Height() - fTopView->Frame().Height()), NULL);
1820 decorator->Draw(dirtyBorderRegion->Frame());
2172 BRect ownFrame = Frame();
2173 BRect frame = window->Frame();
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1242 status_t ret = archive->AddRect("window frame", Frame());
1453 return Frame();
1470 fNonFullscreenWindowFrame = Frame();
1701 BRect screenFrame = screen.Frame();
1703 BRect frame = Frame();
1710 width = min_c(width, screen.Frame().Width());
1711 height = min_c(height, screen.Frame().Height());
1835 AuthenticationPanel* panel = new AuthenticationPanel(Frame());
2439 ResizeTo(screen.Frame().Width(), screen.Frame()
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h183 BRect Frame();

Completed in 171 milliseconds

1234567891011>>