Searched refs:view (Results 451 - 475 of 493) sorted by relevance

<<11121314151617181920

/haiku/src/apps/resedit/
H A DBitmapView.cpp464 BView *view = new BView(r, "drawview", 0, 0); local
467 scaled->AddChild(view);
468 view->DrawBitmap(fBitmap, fBitmap->Bounds(), scaled->Bounds());
631 // 1) Check to see if either dimension is bigger than the view's display area
646 // Smaller than view, so just center and return
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp167 CardMessageFilter(CardView* view);
181 BView(bounds, "graphics card view", B_FOLLOW_ALL, B_WILL_DRAW),
271 CardMessageFilter::CardMessageFilter(CardView* view) argument
274 fView(view)
344 // invalidate all areas in the view that need redrawing
521 // so that the view does not accidentally draw a freed bitmap
/haiku/src/kits/interface/
H A DBox.cpp35 BRect label_box; // label box (label string or label view); in case
280 // Force low color to match view color for proper label drawing.
593 // Even if the user set a layout, restore label view to it's
596 // layout the label view
753 for (int32 i = 0; BView* view = ChildAt(i); i++) {
754 if (view != fLabelView)
755 return view;
780 // the label view is placed at (0, 10) at its preferred size
H A DAlert.cpp141 TAlertView* view = (TAlertView*)FindView("_master_"); local
142 if (view)
143 view->SetBitmap(_CreateTypeIcon());
H A DStringView.cpp467 status_t status = data->AddString("suites", "suite/vnd.Be-string-view");
631 _ZN11BStringView16InvalidateLayoutEb)(BView* view, bool descendants)
636 view->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
H A DButton.cpp740 BView* view, bool descendants)
745 view->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp381 BView* view = new BView(Bounds(), "bitmap", B_FOLLOW_NONE, local
383 bitmap->AddChild(view);
386 view->DrawPicture(&picture);
387 view->Sync();
389 view->RemoveSelf();
390 delete view;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp50 Chart::AxisInfo::Render(BView* view, const BRect& updateRect) argument
53 axis->Render(view, updateRect);
/haiku/src/servers/print/
H A DConfigWindow.cpp122 LeftAlign(BView* view) argument
125 .Add(view)
/haiku/headers/os/interface/
H A DWindow.h331 uint32 _TransitForMouseMoved(BView* view,
352 BView* _FindView(BView* view, BPoint point) const;
H A DTabView.h46 // sets/gets the view to be displayed for this tab
47 virtual void SetView(BView* view);
H A DListView.h55 virtual void TargetedByScrollView(BScrollView* view);
/haiku/src/apps/mail/
H A DEnclosures.cpp38 // The enclosures list view (TListView), the list items (TListItem),
39 // and the view containing the list
319 TListView::TListView(TEnclosuresView *view) argument
322 fParent(view)
/haiku/src/kits/tracker/
H A DUtilities.h201 // blit this to your view when you are done rendering
560 ActualFontHeight(const BView* view) argument
563 view->GetFontHeight(&height);
H A DContainerWindow.cpp131 BView* view = dynamic_cast<BView*>(*target); local
135 if (view != NULL
136 && dynamic_cast<BPoseView*>(view) == NULL
137 && dynamic_cast<DraggableContainerIcon*>(view) == NULL
138 && view->Window() != NULL) {
139 view->Window()->Activate(true);
748 // pose view is expected to be setup at this point
831 // for now only show attributes in list view
833 // using different attributes as titles in icon view modes
882 // Count view heigh
1290 BView* view = CurrentFocus(); local
1317 BView* view = CurrentFocus(); local
1327 BView* view = CurrentFocus(); local
[all...]
H A DFilePanelPriv.cpp124 BPoseView* view = panel->PoseView();
146 if (view->ActivePose())
147 view->CommitActivePose(false);
148 else if (view->IsFiltering())
156 if (key == B_RETURN && view->ActivePose()) {
157 view->CommitActivePose();
592 = dynamic_cast<BTextControl*>(FindView("text view"));
748 // add file name text view
754 fTextControl = new BTextControl(rect, "text view",
864 // because pose view focu
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.h143 const overlay_buffer* buffer, const overlay_view* view);
/haiku/src/apps/mediaplayer/
H A DController.h137 // video view
138 void SetVideoView(VideoView *view);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h175 status_t ReadViewState(BView& view, ::pattern& pattern);
/haiku/src/apps/codycam/
H A DCodyCam.cpp185 BView* view = NULL; local
189 view = BMediaTheme::ViewFor(web);
190 view->SetResizingMode(B_FOLLOW_ALL_SIDES);
191 fVideoControlWindow = new ControlWindow(view, node);
612 // a view to hold the video image
904 // If this is a tab view, find out which tab
920 // Another tab view? Restore previous selection
/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp920 //create config view
921 BView *view = NULL; local
936 &view, NULL) == B_BAD_VALUE);
944 CPPUNIT_ASSERT(pDefRoster->MakeConfigurationView(-1, NULL, &view,
950 &view, &extent) == B_OK);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp281 IFS::Draw(BView* view, const buffer_info* info, int32 frames) argument
334 _DrawFractal(view, info);
381 IFS::_DrawFractal(BView* view, const buffer_info* info) argument
617 view->DrawBitmapAsync(F->bitmap, b, b);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp202 PackageListener(PackageListView* view) argument
204 fView(view)
738 BView("item count view", B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),
801 table-view are updated. Derivation of the plural for some
1072 PackageListView::AttachWorkStatusView(WorkStatusView* view) argument
1074 fWorkStatusView = view;
/haiku/src/apps/magnify/
H A DMagnify.cpp120 "Make the view square.", 0,
305 // add info view
1654 TMagnify* view = (TMagnify*)arg; local
1658 TWindow* window = (TWindow*)view->Window();
1662 if (view->NeedToUpdate() || view->Active())
1663 view->Update(view->NeedToUpdate());
/haiku/src/apps/terminal/
H A DTermView.cpp140 TextBufferSyncLocker(TermView* view) argument
142 fView(view)
447 TermView *view = new (std::nothrow) TermView(data); local
448 return view;
509 // convert view coordinates to terminal text buffer position
517 // convert terminal text buffer position to view coordinates
1036 //! Draw part of a line in the given view.
1576 // show the current size in a view
3007 // scroll down to align the start with the top of the view
3010 // scroll up to align the end with the bottom of the view
3235 NotifyTermViewQuit(TermView* view, int32 reason) argument
3241 SetTermViewTitle(TermView* view, const char* title) argument
3247 PreviousTermView(TermView* view) argument
3253 NextTermView(TermView* view) argument
[all...]

Completed in 228 milliseconds

<<11121314151617181920