Added extended ImportBits() to BBitmap to allow the use of BPoint offsets.
Is this too much feature creep? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16595 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -71,7 +71,12 @@ public:
|
||||
// not part of the R5 API
|
||||
status_t ImportBits(const void *data, int32 length, int32 bpr,
|
||||
int32 offset, color_space colorSpace);
|
||||
status_t ImportBits(const void *data, int32 length, int32 bpr,
|
||||
color_space colorSpace, BPoint from, BPoint to,
|
||||
int32 width, int32 height);
|
||||
status_t ImportBits(const BBitmap *bitmap);
|
||||
status_t ImportBits(const BBitmap *bitmap, BPoint from, BPoint to,
|
||||
int32 width, int32 height);
|
||||
|
||||
status_t GetOverlayRestrictions(overlay_restrictions *restrictions) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user