Files
ladybird/Userland/Libraries/LibGfx
MacDue ca01017f32 LibGfx: Add Painter::fill_pixels()
This function fills a region of pixels with the result of a callback
function. This is an alternative to a for loop that repeatedly calls
Painter::set_pixel(), which can get very expensive due to the clipping
checks set_pixel() does each call.
2022-12-25 15:35:31 +01:00
..
2022-12-03 23:52:23 +00:00
2022-12-25 15:35:31 +01:00
2022-12-25 15:35:31 +01:00
2022-12-03 23:52:23 +00:00