Files
ladybird/Libraries/LibDraw/GraphicsBitmap.cpp
Andreas Kling 183ee5847c LibDraw: Add GraphicsBitmap::to_shareable_bitmap()
This function returns the bitmap itself if it's already backed by a
SharedBuffer object, otherwise it creates a shareable copy of itself
and returns that.
2019-12-08 17:07:44 +01:00

3.5 KiB