vfs: check userland buffers before reading them.
[haiku.git] / src / servers / app / PictureBoundingBoxPlayer.h
blob115f1acbfbf5332ffc7b9b2fe7ac7778cfca0f48
1 /*
2 * Copyright 2015, Haiku.
3 * Distributed under the terms of the MIT license.
5 * Authors:
6 * Julian Harnath <julian.harnath@rwth-aachen.de>
7 */
8 #ifndef PICTURE_BOUNDING_BOX_H
9 #define PICTURE_BOUNDING_BOX_H
12 class BRect;
13 class DrawState;
14 class ServerPicture;
17 class PictureBoundingBoxPlayer {
18 public:
19 class State;
21 public:
22 static void Play(ServerPicture* picture,
23 const DrawState* drawState,
24 BRect* outBoundingBox);
28 #endif // PICTURE_BOUNDING_BOX_H