Lines Matching defs:BackgroundImage

38 #include "BackgroundImage.h"
76 BackgroundImage*
77 BackgroundImage::GetBackgroundImage(const BNode* node, bool isDesktop,
80 BackgroundImage* result = new BackgroundImage(node, isDesktop, view);
148 BackgroundImage::BackgroundImageInfo* imageInfo = new
149 BackgroundImage::BackgroundImageInfo(workspaces, imageIndex,
173 BackgroundImage::BackgroundImageInfo::BackgroundImageInfo(uint32 workspaces,
188 BackgroundImage::BackgroundImageInfo::~BackgroundImageInfo()
196 BackgroundImage::BackgroundImage(const BNode* node, bool desktop,
214 BackgroundImage::~BackgroundImage()
220 BackgroundImage::Add(BackgroundImageInfo* info)
227 BackgroundImage::Remove(BackgroundImageInfo* info)
234 BackgroundImage::RemoveAll()
247 BackgroundImage::Show(BView* view, int32 workspace)
263 BackgroundImage::Show(BackgroundImageInfo* info, BView* view)
350 BackgroundImage::BRectRatio(BRect rect)
357 BackgroundImage::BRectHorizontalOverlap(BRect hostRect, BRect resizedRect)
365 BackgroundImage::BRectVerticalOverlap(BRect hostRect, BRect resizedRect)
373 BackgroundImage::Remove()
387 BackgroundImage::BackgroundImageInfo*
388 BackgroundImage::ImageInfoForWorkspace(int32 workspace) const
420 BackgroundImage::WorkspaceActivated(BView* view, int32 workspace, bool state)
448 BackgroundImage::ScreenChanged(BRect, color_space)
469 BackgroundImage::SetBackgroundImage(BNode* node)
524 /*BackgroundImage*
525 BackgroundImage::Refresh(BackgroundImage* oldBackgroundImage,
533 BackgroundImage* result = GetBackgroundImage(fromNode, desktop);
541 BackgroundImage::ChangeImageSet(BPoseView* poseView)