Searched refs:BackgroundImage (Results 1 – 12 of 12) sorted by relevance
/haiku/src/kits/tracker/ |
H A D | BackgroundImage.cpp | 69 BackgroundImage* 70 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop) in GetBackgroundImage() 89 BackgroundImage* backgroundImage = NULL; in GetBackgroundImage() 116 BackgroundImage::BackgroundImageInfo* imageInfo = new in GetBackgroundImage() 117 BackgroundImage::BackgroundImageInfo(workspaces, bitmap, mode, in GetBackgroundImage() 121 backgroundImage = new BackgroundImage(node, isDesktop); in GetBackgroundImage() 130 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces, in BackgroundImageInfo() 142 BackgroundImage::BackgroundImageInfo::~BackgroundImageInfo() in ~BackgroundImageInfo() 148 BackgroundImage::BackgroundImage(const BNode* node, bool desktop) in BackgroundImage() function in BackgroundImage 159 BackgroundImage::~BackgroundImage() in ~BackgroundImage() [all …]
|
H A D | BackgroundImage.h | 52 class BackgroundImage; variable 64 class BackgroundImage { 92 static BackgroundImage* GetBackgroundImage(const BNode* node, 95 virtual ~BackgroundImage(); 106 static BackgroundImage* Refresh(BackgroundImage* oldBackgroundImage, 114 BackgroundImage(const BNode*, bool);
|
H A D | ContainerWindow.h | 61 class BackgroundImage; variable 307 BackgroundImage* fBackgroundImage;
|
H A D | Jamfile | 30 BackgroundImage.cpp
|
H A D | TrackerInitialState.cpp | 211 BackgroundImage::Mode mode, BPoint offset, uint32 workspaces, in AddTemporaryBackgroundImages() 774 BackgroundImage::kAtOffset, logoPos, 0xffffffff, false); in InstallTemporaryBackgroundImages()
|
H A D | DeskWindow.cpp | 561 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage, in UpdateDesktopBackgroundImages()
|
H A D | ContainerWindow.cpp | 924 fBackgroundImage = BackgroundImage::GetBackgroundImage(opener.Node(), isDesktop); in RestoreStateCommon() 932 fBackgroundImage = BackgroundImage::GetBackgroundImage(&defaultingNode, isDesktop); in RestoreStateCommon() 965 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage, opener.Node(), in UpdateBackgroundImage() 974 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage, &defaultingNode, in UpdateBackgroundImage()
|
/haiku/src/preferences/backgrounds/ |
H A D | BackgroundImage.cpp | 76 BackgroundImage* 77 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop, in GetBackgroundImage() 80 BackgroundImage* result = new BackgroundImage(node, isDesktop, view); in GetBackgroundImage() 148 BackgroundImage::BackgroundImageInfo* imageInfo = new in GetBackgroundImage() 149 BackgroundImage::BackgroundImageInfo(workspaces, imageIndex, in GetBackgroundImage() 173 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces, in BackgroundImageInfo() 188 BackgroundImage::BackgroundImageInfo::~BackgroundImageInfo() in ~BackgroundImageInfo() 196 BackgroundImage::BackgroundImage(const BNode* node, bool desktop, in BackgroundImage() function in BackgroundImage 214 BackgroundImage::~BackgroundImage() in ~BackgroundImage() 220 BackgroundImage::Add(BackgroundImageInfo* info) in Add() [all …]
|
H A D | BackgroundImage.h | 53 class BackgroundImage; variable 69 class BackgroundImage { 103 static BackgroundImage* GetBackgroundImage(const BNode* node, 107 virtual ~BackgroundImage(); 138 BackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view);
|
H A D | BackgroundsView.h | 142 BackgroundImage::Mode _FindPlacementMode(); 157 BackgroundImage* fCurrent; 159 BackgroundImage::BackgroundImageInfo* fCurrentInfo;
|
H A D | BackgroundsView.cpp | 487 fCurrent = BackgroundImage::GetBackgroundImage(&node, isDesktop, this); in _LoadFolder() 538 case BackgroundImage::kCentered: in _UpdateWithCurrent() 541 case BackgroundImage::kScaledToFit: in _UpdateWithCurrent() 544 case BackgroundImage::kAtOffset: in _UpdateWithCurrent() 549 case BackgroundImage::kTiled: in _UpdateWithCurrent() 583 BackgroundImage::Mode mode = _FindPlacementMode(); in _Save() 588 fCurrentInfo = new BackgroundImage::BackgroundImageInfo( in _Save() 595 if (fCurrentInfo->fMode == BackgroundImage::kAtOffset) in _Save() 611 fCurrentInfo = new BackgroundImage::BackgroundImageInfo( in _Save() 620 if (fCurrentInfo->fMode == BackgroundImage::kAtOffset) in _Save() [all …]
|
H A D | Jamfile | 6 BackgroundImage.cpp
|