Searched refs:PicturePlayer (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/private/interface/ |
H A D | PicturePlayer.h | 109 class PicturePlayer { 111 PicturePlayer(); 112 PicturePlayer(const void* data, size_t size, BList* pictures); 113 virtual ~PicturePlayer();
|
/haiku/headers/os/interface/ |
H A D | Shape.h | 18 class PicturePlayer; variable
|
/haiku/src/kits/interface/ |
H A D | PicturePlayer.cpp | 31 using BPrivate::PicturePlayer; 707 PicturePlayer::PicturePlayer(const void *data, size_t size, BList *pictures) in PicturePlayer() function in PicturePlayer 715 PicturePlayer::~PicturePlayer() in ~PicturePlayer() 721 PicturePlayer::Play(void** callBackTable, int32 tableEntries, void* userData) in Play() 807 PicturePlayer::Play(const picture_player_callbacks& callbacks, in Play() 882 PicturePlayer::_Play(const picture_player_callbacks& callbacks, void* userData, in _Play()
|
H A D | Jamfile | 102 PicturePlayer.cpp
|
H A D | Picture.cpp | 309 BPrivate::PicturePlayer player(fExtent->Data(), fExtent->Size(), in Play()
|
/haiku/src/servers/app/ |
H A D | PictureBoundingBoxPlayer.cpp | 856 BPrivate::PicturePlayer player(mallocIO->Buffer(), in Play()
|
H A D | ServerPicture.cpp | 1282 BPrivate::PicturePlayer player(mallocIO->Buffer(), in Play()
|