Searched refs:view (Results 276 - 300 of 492) sorted by relevance

<<11121314151617181920

/haiku/headers/libs/alm/
H A DALMLayout.h120 Area* AreaFor(const BView* view) const;
125 XTab* LeftOf(const BView* view) const;
127 XTab* RightOf(const BView* view) const;
129 YTab* TopOf(const BView* view) const;
131 YTab* BottomOf(const BView* view) const;
136 virtual Area* AddView(BView* view, XTab* left, YTab* top,
138 virtual Area* AddView(BView* view, Row* row, Column* column);
246 BLayoutItem* _LayoutItemToAdd(BView* view);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h92 void Draw(BView* view, const buffer_info* info,
99 void _DrawFractal(BView* view,
/haiku/src/preferences/printers/
H A DPrinterListView.h76 void GetColumnWidth(BView* view, float& leftColumn,
83 bool Remove(BListView* view);
/haiku/src/kits/interface/
H A DToolTipManager.cpp318 ToolTipView* view = new ToolTipView(tip); local
321 AddChild(view);
326 view->ResetWindowFrame(where);
333 ToolTipView* view = static_cast<ToolTipView*>(ChildAt(0)); local
337 view->HideTip();
342 BToolTip* tip = view->Tip();
354 view->ShowTip();
358 if (view->IsTipHidden())
H A DSlider.cpp408 BView* view = OffscreenView(); local
409 if (view != NULL && view->LockLooper()) {
410 view->SetViewColor(B_TRANSPARENT_COLOR);
412 view->SetLowUIColor(LowUIColor());
414 view->SetLowColor(LowColor());
416 view->UnlockLooper();
844 // This view is embedded somewhere, most likely the Tracker Desktop
903 BView* view = OffscreenView(); local
909 be_control_look->DrawSliderBar(view, fram
921 BView* view = OffscreenView(); local
972 BView* view = OffscreenView(); local
1595 BView* view = OffscreenView(); local
1608 BView* view = OffscreenView(); local
[all...]
/haiku/headers/os/interface/
H A DPrintJob.h48 virtual void DrawView(BView* view, BRect rect,
76 void _RecurseView(BView* view, BPoint origin,
/haiku/src/tests/servers/app/tiled_bitmap_test/
H A DTiledBitmapTest.cpp88 BView *view = new View(Bounds()); local
89 AddChild(view);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.h86 void Draw(BView* view, const BPoint& offset,
110 void _DrawLayout(BView* view,
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h37 void DrawTo(BView* view, BRect rect);
52 void _DrawBattery(BView* view, BRect rect);
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h66 // if rect is invalid, the entry represents the view's entire
155 // add the given entry for the designated view
156 // (which may be the target view or a child.)
158 // - the given view is NOT a child of the target view
159 // - or if tips can't be added to this view due to it,
163 BView* view,
169 // the given view -- or B_OK otherwise.
172 BView* view,
175 // match the given point (in target's view coordinate
[all...]
/haiku/src/kits/tracker/
H A DPose.cpp73 BPose::BPose(Model* model, BPoseView* view, uint32 clipboardMode, argument
89 CreateWidgets(view);
103 gPeriodicUpdatePoses.AddPose(this, view,
736 // might need to move a text view if we're active
806 BPose::DrawIcon(BPoint where, BView* view, BSize size, bool direct, argument
810 view->SetDrawingMode(B_OP_ALPHA);
811 view->SetHighColor(0, 0, 0, 64);
813 view->SetBlendingMode(B_CONSTANT_ALPHA, B_ALPHA_OVERLAY);
815 view->SetDrawingMode(B_OP_OVER);
817 IconCache::sIconCache->Draw(ResolvedModel(), view, wher local
827 DrawBar(BPoint where, BView* view, BSize iconSize) argument
[all...]
H A DPose.h78 void DrawBar(BPoint where, BView* view, BSize iconSize);
80 void DrawIcon(BPoint where, BView* view, BSize size, bool direct,
106 BPoseView* view, bool visible);
244 BPose::Draw(BRect poseRect, const BRect& updateRect, BPoseView* view, argument
247 Draw(poseRect, updateRect, view, (BView*)view, fullDraw, B_ORIGIN,
H A DIconMenuItem.cpp50 DimmedIconBlitter(BView* view, BPoint where, BBitmap* bitmap, void*) argument
53 rgb_color oldHighColor = view->HighColor();
54 view->SetHighColor(0, 0, 0, 128);
55 view->SetDrawingMode(B_OP_ALPHA);
56 view->SetBlendingMode(B_CONSTANT_ALPHA, B_ALPHA_OVERLAY);
57 view->DrawBitmap(bitmap, where);
58 view->SetHighColor(oldHighColor);
60 view->SetDrawingMode(B_OP_BLEND);
61 view->DrawBitmap(bitmap, where);
63 view
[all...]
H A DIconCache.cpp50 // Use lazily allocated bitmap arrays for every view for node icon cache
1098 IconCache::Draw(Model* model, BView* view, BPoint where, IconDrawMode mode, argument
1119 resultingCacheLocker->LockedItem()->Draw(entry, view, where, mode,
1128 IconCache::SyncDraw(Model* model, BView* view, BPoint where, argument
1145 resultingCacheLocker->LockedItem()->Draw(entry, view, where,
1221 IconCache::Deleting(const BView* view) argument
1224 fNodeCache.Deleting(view);
1436 SharedIconCache::Draw(IconCacheEntry* entry, BView* view, BPoint where, argument
1439 ((SharedCacheEntry*)entry)->Draw(view, where, mode, size, async);
1444 SharedIconCache::Draw(IconCacheEntry* entry, BView* view, BPoin argument
1531 Draw(BView* view, BPoint where, IconDrawMode mode, BSize size, bool async) argument
1557 Draw(BView* view, BPoint where, IconDrawMode mode, BSize size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1617 Draw(BView* view, BPoint where, IconDrawMode mode, BSize size, bool async) argument
1646 Draw(BView* view, BPoint where, IconDrawMode mode, BSize size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1706 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, BSize size, bool async) argument
1714 Draw(IconCacheEntry* entry, BView* view, BPoint where, IconDrawMode mode, BSize size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
[all...]
/haiku/src/add-ons/accelerants/skeleton/
H A DOverlay.c384 oc->view.h_alignment = 0;
385 oc->view.v_alignment = 0;
394 oc->view.width_alignment = 15;
400 oc->view.width_alignment = 31;
405 oc->view.width_alignment = 31;
409 oc->view.height_alignment = 0;
410 oc->view.width.min = 1;
411 oc->view.height.min = 2; /* two fields */
412 oc->view.width.max = ob->width;
413 oc->view
[all...]
/haiku/src/add-ons/accelerants/nvidia/
H A DOverlay.c419 oc->view.h_alignment = 0;
420 oc->view.v_alignment = 0;
429 oc->view.width_alignment = 15;
435 oc->view.width_alignment = 31;
440 oc->view.width_alignment = 31;
444 oc->view.height_alignment = 0;
445 oc->view.width.min = 1;
446 oc->view.height.min = 2; /* two fields */
447 oc->view.width.max = ob->width;
448 oc->view
[all...]
/haiku/src/servers/notification/
H A DNotificationWindow.cpp212 NotificationView* view = new NotificationView(notification, local
215 group->AddInfo(view);
232 AppGroupView* view = NULL; local
233 if (message->FindPointer("view", (void**)&view) != B_OK)
237 // it, the view has become used again, in which case we shouldn't
239 if (view->HasChildren())
243 if (fAppViews.erase(view->Group()) < 1)
246 view->RemoveSelf();
247 delete view;
473 AppGroupView* view = aIt->second; local
[all...]
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp154 // Draw bitmap centered within the view
578 BStringView* view = new BStringView(name, label); local
579 view->SetAlignment(B_ALIGN_RIGHT);
580 view->SetHighColor(kLabelColor);
582 return view;
589 BStringView* view = new BStringView(name, ""); local
590 view->SetExplicitMinSize(BSize(200, B_SIZE_UNSET));
591 view->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
592 view->SetTruncation(B_TRUNCATE_SMART);
594 return view;
607 _SetVisible(BView* view, bool visible) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c455 oc->view.h_alignment = 0;
456 oc->view.v_alignment = 0;
463 oc->view.width_alignment = 7;
469 /* oc->view.width_alignment = 31;
474 oc->view.width_alignment = 31;
478 oc->view.height_alignment = 0;
479 oc->view.width.min = 1;
480 oc->view.height.min = 2; /* two fields */
481 oc->view.width.max = ob->width;
482 oc->view
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp422 RemoteMessage::ReadViewState(BView& view, ::pattern& pattern) argument
447 uint32 flags = view.Flags() & ~B_SUBPIXEL_PRECISE;
448 view.SetFlags(flags | (subPixelPrecise ? B_SUBPIXEL_PRECISE : 0));
449 view.SetPenSize(penSize);
450 view.SetDrawingMode(drawingMode);
451 view.SetBlendingMode(sourceAlpha, alphaFunction);
452 view.SetLineMode(capMode, joinMode, miterLimit);
453 view.SetHighColor(highColor);
454 view.SetLowColor(lowColor);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp160 LineChartRenderer::Render(BView* view, BRect updateRect) argument
193 view->SetLineMode(B_ROUND_CAP, B_ROUND_JOIN);
205 view->SetHighColor(info->config.Color());
206 view->MovePenTo(B_ORIGIN);
207 view->StrokeShape(&shape);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp40 BView* view = new BView(Bounds(), "", B_FOLLOW_ALL_SIDES, 0); local
41 view->SetViewColor(216, 216, 216);
42 view->SetLowColor(216, 216, 216);
73 view->AddChild(box);
74 AddChild(view);
/haiku/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp256 BView* view; local
261 // view = new TestView1(window->Bounds(), "test1", B_FOLLOW_ALL,
263 // window->AddChild(view);
270 // view = new TestView2(window->Bounds(), "test2", B_FOLLOW_ALL,
272 // window->AddChild(view);
279 // view = new TestView3(window->Bounds(), "test3", B_FOLLOW_ALL,
281 // window->AddChild(view);
288 // view = new TestView4(window->Bounds(), "test4", B_FOLLOW_ALL,
290 // window->AddChild(view);
298 view
[all...]
/haiku/src/apps/pairs/
H A DPairsWindow.cpp319 BTextView* view = alert->TextView(); local
322 view->SetStylable(true);
324 view->GetFont(&font);
327 view->SetFontAndColor(0,
329 view->ResizeToPreferred();
/haiku/src/apps/terminal/
H A DTermWindow.h94 virtual void NotifyTermViewQuit(TermView* view,
96 virtual void SetTermViewTitle(TermView* view,
98 virtual void PreviousTermView(TermView* view);
99 virtual void NextTermView(TermView* view);
177 void _ResizeView(TermView* view);

Completed in 122 milliseconds

<<11121314151617181920