Home
last modified time | relevance | path

Searched refs:BackgroundImage (Results 1 – 12 of 12) sorted by relevance

/haiku/src/kits/tracker/
H A DBackgroundImage.cpp69 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 DBackgroundImage.h52 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 DContainerWindow.h61 class BackgroundImage; variable
307 BackgroundImage* fBackgroundImage;
H A DJamfile30 BackgroundImage.cpp
H A DTrackerInitialState.cpp211 BackgroundImage::Mode mode, BPoint offset, uint32 workspaces, in AddTemporaryBackgroundImages()
774 BackgroundImage::kAtOffset, logoPos, 0xffffffff, false); in InstallTemporaryBackgroundImages()
H A DDeskWindow.cpp561 fBackgroundImage = BackgroundImage::Refresh(fBackgroundImage, in UpdateDesktopBackgroundImages()
H A DContainerWindow.cpp924 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 DBackgroundImage.cpp76 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 DBackgroundImage.h53 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 DBackgroundsView.h142 BackgroundImage::Mode _FindPlacementMode();
157 BackgroundImage* fCurrent;
159 BackgroundImage::BackgroundImageInfo* fCurrentInfo;
H A DBackgroundsView.cpp487 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 DJamfile6 BackgroundImage.cpp