ladybird/Userland/Libraries/LibWeb/Painting
Andreas Kling 5c6621547c LibWeb: Compute StackingContext transform origin only once
When mousing over twitter, 17% of time was spent computing stacking
context transform origins. Since this never changes after the stacking
context is created, we can cache it and avoid all that work.
2022-09-24 23:06:09 +02:00
..
BackgroundPainting.cpp LibWeb: Remove done TODO and fix typo 2022-08-23 13:27:02 +01:00
BackgroundPainting.h LibWeb: Follow image-rendering when painting image style values 2022-08-10 19:39:07 +02:00
BorderPainting.cpp LibWeb: Tiebreak corner color on existence of corresponding borders 2022-07-10 12:46:57 +02:00
BorderPainting.h
BorderRadiusCornerClipper.cpp
BorderRadiusCornerClipper.h LibWeb: Add ScopedCornerRadiusClip 2022-07-04 23:09:06 +02:00
ButtonPaintable.cpp
ButtonPaintable.h
CanvasPaintable.cpp LibWeb: Shrink the inner border radii to accommodate the border widths 2022-07-26 23:56:29 +01:00
CanvasPaintable.h
CheckBoxPaintable.cpp
CheckBoxPaintable.h
FilterPainting.cpp LibWeb: Paint backdrop-filter effects! 2022-09-16 10:50:48 +01:00
FilterPainting.h LibWeb: Paint backdrop-filter effects! 2022-09-16 10:50:48 +01:00
GradientPainting.cpp LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with() 2022-09-16 10:50:48 +01:00
GradientPainting.h LibWeb: Resolve double-position linear-gradient() color stops 2022-08-23 01:02:49 +02:00
ImagePaintable.cpp LibWeb: Get default fonts via Platform::FontPlugin 2022-09-17 21:27:32 +02:00
ImagePaintable.h
InlinePaintable.cpp LibWeb: Follow image-rendering when painting image style values 2022-08-10 19:39:07 +02:00
InlinePaintable.h
LabelablePaintable.cpp
LabelablePaintable.h
MarkerPaintable.cpp LibWeb: Follow image-rendering when painting image style values 2022-08-10 19:39:07 +02:00
MarkerPaintable.h
NestedBrowsingContextPaintable.cpp LibWeb: Don't paint non-visible frames 2022-08-05 12:46:42 +02:00
NestedBrowsingContextPaintable.h
Paintable.cpp
Paintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
PaintableBox.cpp LibWeb: Get default fonts via Platform::FontPlugin 2022-09-17 21:27:32 +02:00
PaintableBox.h LibWeb: Paint backdrop-filter effects! 2022-09-16 10:50:48 +01:00
PaintContext.cpp
PaintContext.h
ProgressPaintable.cpp LibWeb: Paint a frame around (system) <progress> elements 2022-07-24 13:31:01 +01: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
StackingContext.cpp LibWeb: Compute StackingContext transform origin only once 2022-09-24 23:06:09 +02:00
StackingContext.h LibWeb: Compute StackingContext transform origin only once 2022-09-24 23:06:09 +02:00
SVGGeometryPaintable.cpp
SVGGeometryPaintable.h
SVGGraphicsPaintable.cpp LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGGraphicsPaintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGPaintable.cpp LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGPaintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGSVGPaintable.cpp LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGSVGPaintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
TextPaintable.cpp
TextPaintable.h