Searched refs:AddImage (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/bin/debug/profile/
H A DTeam.h37 status_t AddImage(SharedImage* sharedImage,
H A DTeam.cpp128 status_t error = thread->AddImage(fImages.ItemAt(i));
210 Team::AddImage(SharedImage* sharedImage, const image_info& imageInfo, function in class:Team
229 thread->AddImage(image);
H A DThread.h62 status_t AddImage(Image* image);
H A Dprofile.cpp242 status_t AddImage(team_id teamID, const image_info& imageInfo, int32 event) function in class:ThreadManager
254 fTeams.ItemAt(i)->AddImage(sharedImage, imageInfo, teamID,
261 return team->AddImage(sharedImage, imageInfo, teamID, event);
364 team->AddImage(sharedImage, sharedImage->Info(), B_SYSTEM_TEAM, 0);
383 error = team->AddImage(sharedImage, imageInfo, teamID, 0);
598 threadManager.AddImage(event->team, event->info, 0);
959 threadManager.AddImage(message.origin.team,
H A DThread.cpp140 Thread::AddImage(Image* image) function in class:Thread
/haiku-fatelf/src/preferences/backgrounds/
H A DBackgroundsView.h115 int32 AddImage(BPath path);
H A DBackgroundImage.cpp126 imageIndex = view->AddImage(bpath);
H A DBackgroundsView.cpp990 int32 index = AddImage(path);
1062 BackgroundsView::AddImage(BPath path) function in class:BackgroundsView
/haiku-fatelf/src/apps/debugger/model/
H A DTeam.h106 status_t AddImage(const ImageInfo& imageInfo,
H A DTeam.cpp196 Team::AddImage(const ImageInfo& imageInfo, LocatableFile* imageFile, function in class:Team
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp1657 status_t error = fTeam->AddImage(imageInfo, file, &image);

Completed in 72 milliseconds