ladybird/Userland/Libraries/LibWeb/Painting
sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*)
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).

No functional changes.
2022-07-12 23:11:35 +02:00
..
BackgroundPainting.cpp LibWeb: Use ScopedCornerRadiusClip for background painting 2022-07-04 23:09:06 +02:00
BackgroundPainting.h LibWeb: Keep both horizontal and vertical border radii till painting 2022-06-13 09:43:45 +01:00
BorderPainting.cpp LibWeb: Tiebreak corner color on existence of corresponding borders 2022-07-10 12:46:57 +02:00
BorderPainting.h LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData 2022-07-04 11:12:44 +02:00
BorderRadiusCornerClipper.cpp LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipper 2022-07-04 23:09:06 +02:00
BorderRadiusCornerClipper.h LibWeb: Add ScopedCornerRadiusClip 2022-07-04 23:09:06 +02:00
ButtonPaintable.cpp
ButtonPaintable.h
CanvasPaintable.cpp LibWeb: Support adding a border-radius to <canvas> elements 2022-07-04 23:09:06 +02:00
CanvasPaintable.h
CheckBoxPaintable.cpp
CheckBoxPaintable.h
ImagePaintable.cpp LibWeb: Use ScopedCornerRadiusClip for image painting 2022-07-04 23:09:06 +02:00
ImagePaintable.h
InlinePaintable.cpp LibWeb: Pass border radii data to shadow painting 2022-06-23 19:13:24 +01:00
InlinePaintable.h
LabelablePaintable.cpp
LabelablePaintable.h
MarkerPaintable.cpp LibWeb: Paint list markers antialiased 2022-06-05 16:16:17 +01:00
MarkerPaintable.h
NestedBrowsingContextPaintable.cpp LibWeb: Support adding a border-radius to <iframe> elements 2022-07-04 23:09:06 +02:00
NestedBrowsingContextPaintable.h
Paintable.cpp
Paintable.h LibWeb: Make hit testing respect hidden overflow 2022-07-04 11:09:27 +02:00
PaintableBox.cpp LibWeb: Support overflow: hidden with a border-radius 2022-07-04 23:09:06 +02:00
PaintableBox.h LibWeb: Support overflow: hidden with a border-radius 2022-07-04 23:09:06 +02:00
PaintContext.cpp
PaintContext.h
ProgressPaintable.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ProgressPaintable.h
RadioButtonPaintable.cpp
RadioButtonPaintable.h
ShadowPainting.cpp LibWeb: Use ScopedCornerRadiusClip for shadow painting 2022-07-04 23:09:06 +02:00
ShadowPainting.h LibWeb: Pass border radii data to shadow painting 2022-06-23 19:13:24 +01:00
StackingContext.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
StackingContext.h
SVGGeometryPaintable.cpp
SVGGeometryPaintable.h
SVGGraphicsPaintable.cpp LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintable 2022-05-06 14:11:03 +02:00
SVGGraphicsPaintable.h
SVGPaintable.cpp
SVGPaintable.h
SVGSVGPaintable.cpp
SVGSVGPaintable.h
TextPaintable.cpp
TextPaintable.h