Searched refs:PicturePlayer (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/interface/
H A DShape.h18 class PicturePlayer;
96 friend class BPrivate::PicturePlayer;
/haiku/headers/private/interface/
H A DPicturePlayer.h14 /*! PicturePlayer is used to play picture data. */
109 class PicturePlayer { class in namespace:BPrivate
111 PicturePlayer();
112 PicturePlayer(const void* data, size_t size, BList* pictures);
113 virtual ~PicturePlayer();
/haiku/src/kits/interface/
H A DPicturePlayer.cpp12 /** PicturePlayer is used to play picture data. */
14 #include <PicturePlayer.h>
30 using BPrivate::PicturePlayer;
706 PicturePlayer::PicturePlayer(const void *data, size_t size, BList *pictures) function in class:PicturePlayer
714 PicturePlayer::~PicturePlayer()
720 PicturePlayer::Play(void** callBackTable, int32 tableEntries, void* userData)
806 PicturePlayer::Play(const picture_player_callbacks& callbacks,
881 PicturePlayer
[all...]
H A DPicture.cpp29 #include <PicturePlayer.h>
309 BPrivate::PicturePlayer player(fExtent->Data(), fExtent->Size(),
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp33 #include <PicturePlayer.h>
852 BPrivate::PicturePlayer player(mallocIO->Buffer(),
H A DServerPicture.cpp34 #include <PicturePlayer.h>
1272 // TODO: for now: then change PicturePlayer
1278 BPrivate::PicturePlayer player(mallocIO->Buffer(),

Completed in 85 milliseconds