mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibWeb: Implement draw_glyph_run in PaintingCommandExecutorGPU
This commit is contained in:
parent
ee28ba0c93
commit
b6da9abfb2
5 changed files with 31 additions and 2 deletions
|
@ -48,6 +48,9 @@ public:
|
|||
|
||||
bool would_be_fully_clipped_by_painter(Gfx::IntRect) const override;
|
||||
|
||||
bool needs_prepare_glyphs_texture() const override { return false; }
|
||||
void prepare_glyph_texture(HashMap<Gfx::Font const*, HashTable<u32>> const&) override {};
|
||||
|
||||
PaintingCommandExecutorCPU(Gfx::Bitmap& bitmap);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue