1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:05:07 +00:00
serenity/Userland/Libraries/LibWeb/Painting
Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T>
This makes it much clearer what this cast actually does: it will
VERIFY that the thing we're casting is a T (using is<T>()).
2021-06-24 19:57:01 +02:00
..
BorderPainting.cpp LibWeb: Take border-radius into account when painting borders 2021-05-20 22:08:02 +02:00
BorderPainting.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PaintContext.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackingContext.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
StackingContext.h LibWeb: Make painting order more spec-compliant 2021-05-07 22:27:48 +02:00