Lines Matching refs:BackgroundImage
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()
227 BackgroundImage::Remove(BackgroundImageInfo* info) in Remove()
234 BackgroundImage::RemoveAll() in RemoveAll()
247 BackgroundImage::Show(BView* view, int32 workspace) in Show()
263 BackgroundImage::Show(BackgroundImageInfo* info, BView* view) in Show()
350 BackgroundImage::BRectRatio(BRect rect) in BRectRatio()
357 BackgroundImage::BRectHorizontalOverlap(BRect hostRect, BRect resizedRect) in BRectHorizontalOverlap()
365 BackgroundImage::BRectVerticalOverlap(BRect hostRect, BRect resizedRect) in BRectVerticalOverlap()
373 BackgroundImage::Remove() in Remove()
387 BackgroundImage::BackgroundImageInfo*
388 BackgroundImage::ImageInfoForWorkspace(int32 workspace) const in ImageInfoForWorkspace()
420 BackgroundImage::WorkspaceActivated(BView* view, int32 workspace, bool state) in WorkspaceActivated()
448 BackgroundImage::ScreenChanged(BRect, color_space) in ScreenChanged()
469 BackgroundImage::SetBackgroundImage(BNode* node) in SetBackgroundImage()