mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
LibAccelGfx+LibWeb: Implement SetClipRect and ClearClipRect commands
This commit is contained in:
parent
9e4d697d23
commit
01d938c77b
5 changed files with 32 additions and 3 deletions
|
@ -67,6 +67,9 @@ public:
|
|||
|
||||
void draw_glyph_run(Vector<Gfx::DrawGlyphOrEmoji> const& glyph_run, Color const& color);
|
||||
|
||||
void set_clip_rect(Gfx::IntRect);
|
||||
void clear_clip_rect();
|
||||
|
||||
void set_target_bitmap(Gfx::Bitmap&);
|
||||
void flush();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue