mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibGfx: Add a method to copy a Bitmap to a PaintingSurface
This commit is contained in:
parent
3d8ab0e67c
commit
b08f12d3e6
Notes:
github-actions[bot]
2024-11-13 13:39:39 +00:00
Author: https://github.com/tcl3
Commit: b08f12d3e6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2309
2 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,7 @@ public:
|
|||
#endif
|
||||
|
||||
void read_into_bitmap(Bitmap&);
|
||||
void write_from_bitmap(Bitmap&);
|
||||
|
||||
IntSize size() const;
|
||||
IntRect rect() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue