Searched refs:ServerPicture (Results 1 - 15 of 15) sorted by relevance

/haiku/src/servers/app/
H A DServerPicture.h36 class ServerPicture : public BReferenceable, public PictureDataWriter { class in inherits:BReferenceable,PictureDataWriter
38 ServerPicture();
39 ServerPicture(const ServerPicture& other);
40 ServerPicture(const char* fileName,
42 virtual ~ServerPicture();
59 void PushPicture(ServerPicture* picture);
60 ServerPicture* PopPicture();
62 void AppendPicture(ServerPicture* picture);
63 bool NestPicture(ServerPicture* pictur
[all...]
H A DPictureBoundingBoxPlayer.h14 class ServerPicture;
22 static void Play(ServerPicture* picture,
H A DServerApp.h33 class ServerPicture;
87 ServerPicture* CreatePicture(
88 const ServerPicture* original = NULL);
89 ServerPicture* GetPicture(int32 token) const;
90 bool AddPicture(ServerPicture* picture);
91 void RemovePicture(ServerPicture* picture);
117 ServerPicture* _FindPicture(int32 token) const;
121 typedef std::map<int32, BReference<ServerPicture> > PictureMap;
H A DLayer.h9 #include "ServerPicture.h"
19 class Layer : public ServerPicture {
H A DCanvas.h32 class ServerPicture;
76 virtual ServerPicture* GetPicture(int32 token) const = 0;
104 virtual ServerPicture* GetPicture(int32 token) const
H A DServerPicture.cpp13 #include "ServerPicture.h"
593 BReference<ServerPicture> picture(canvas->GetPicture(token), true);
632 BReference<ServerPicture> picture(canvas->GetPicture(pictureToken), true);
1074 // #pragma mark - ServerPicture
1077 ServerPicture::ServerPicture() function in class:ServerPicture
1089 ServerPicture::ServerPicture(const ServerPicture& picture) function in class:ServerPicture
1114 ServerPicture function in class:ServerPicture
[all...]
H A DView.h42 class ServerPicture;
83 ServerPicture* GetPicture(int32 token) const;
165 void SetPicture(ServerPicture* picture);
166 ServerPicture* Picture() const
275 BReference<ServerPicture>
H A DServerWindow.h44 class ServerPicture;
H A DLayer.cpp34 virtual ServerPicture* GetPicture(int32 token) const
H A DServerApp.cpp65 #include "ServerPicture.h"
413 ServerPicture*
414 ServerApp::CreatePicture(const ServerPicture* original)
416 BReference<ServerPicture> picture;
418 picture.SetTo(new(std::nothrow) ServerPicture(*original), true);
420 picture.SetTo(new(std::nothrow) ServerPicture(), true);
429 ServerPicture*
437 ServerPicture* picture = _FindPicture(token);
447 /*! To be called only by ServerPicture itself.*/
449 ServerApp::AddPicture(ServerPicture* pictur
[all...]
H A DServerWindow.cpp74 #include "ServerPicture.h"
2110 BReference<ServerPicture> picture(fServerApp->GetPicture(pictureToken), true);
2391 BReference<ServerPicture> picture(App()->CreatePicture(), true);
2407 BReference<ServerPicture> picture(App()->GetPicture(token), true);
2421 ServerPicture* picture = fCurrentView->Picture();
3169 BReference<ServerPicture> picture(App()->GetPicture(token), true);
3217 ServerPicture* picture = fCurrentView->Picture();
3926 BReference<ServerPicture> pictureToDraw(App()->GetPicture(token), true);
3930 BReference<ServerPicture> copy(App()->CreatePicture(pictureToDraw), true);
3977 BReference<ServerPicture> pictureToCli
[all...]
H A DPictureBoundingBoxPlayer.cpp23 #include "ServerPicture.h"
843 PictureBoundingBoxPlayer::Play(ServerPicture* picture,
853 mallocIO->BufferLength(), ServerPicture::PictureList::Private(
H A DView.cpp29 #include "ServerPicture.h"
214 ServerPicture*
1026 View::SetPicture(ServerPicture* picture)
/haiku/src/servers/app/drawing/
H A DAlphaMask.h13 #include "ServerPicture.h"
22 class ServerPicture;
140 ServerPicture* picture,
153 BReference<ServerPicture> fPicture;
H A DAlphaMask.cpp21 #include "ServerPicture.h"
447 ServerPicture* picture, const DrawState& drawState, BPoint where,

Completed in 282 milliseconds