Checkin for Caz (without pain, even!) which adds DrawBitmap support
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
da08bdd09d
commit
1b4ec3a38b
@ -163,6 +163,7 @@ public:
|
||||
void CopyBits(const BRect &src, const BRect &dest);
|
||||
void CopyRegion(BRegion *src, const BPoint &lefttop);
|
||||
void DrawBitmap(ServerBitmap *bitmap, const BRect &source, const BRect &dest, const DrawData *d);
|
||||
void DrawBitmap(BRegion *region, ServerBitmap *bitmap, const BRect &source, const BRect &dest, const DrawData *d);
|
||||
// one more:
|
||||
void CopyRegionList(BList* list, BList* pList, int32 rCount, BRegion* clipReg);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user