mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Implement draw_glyph_run in PaintingCommandExecutorGPU
This commit is contained in:
parent
ee28ba0c93
commit
b6da9abfb2
Notes:
sideshowbarker
2024-07-17 01:11:48 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: b6da9abfb2
Pull-request: https://github.com/SerenityOS/serenity/pull/21788
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/trflynn89
5 changed files with 31 additions and 2 deletions
|
@ -376,6 +376,9 @@ public:
|
|||
virtual CommandResult blit_corner_clipping(BorderRadiusCornerClipper&) = 0;
|
||||
|
||||
virtual bool would_be_fully_clipped_by_painter(Gfx::IntRect) const = 0;
|
||||
|
||||
virtual bool needs_prepare_glyphs_texture() const { return false; }
|
||||
virtual void prepare_glyph_texture(HashMap<Gfx::Font const*, HashTable<u32>> const& unique_glyphs) = 0;
|
||||
};
|
||||
|
||||
class RecordingPainter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue