mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
LibGfx: add Bitmap::clone() method
This commit is contained in:
parent
f470657d57
commit
16ebbde26f
2 changed files with 21 additions and 0 deletions
|
@ -103,6 +103,8 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
RefPtr<Gfx::Bitmap> clone() const;
|
||||
|
||||
RefPtr<Gfx::Bitmap> rotated(Gfx::RotationDirection) const;
|
||||
RefPtr<Gfx::Bitmap> flipped(Gfx::Orientation) const;
|
||||
RefPtr<Bitmap> to_bitmap_backed_by_shared_buffer() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue