1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 20:41:00 +00:00
serenity/Userland/Libraries/LibWeb/CSS/StyleValues
Jelle Raaijmakers b79fd3d1a9 LibWeb: Use box sampling instead of bilinear scaling when downscaling
As a heuristic, either the width or height of the scaled image should
decrease for box sampling to be used. Otherwise, we use bilinear
scaling.
2023-05-19 06:16:14 +02:00
..
AbstractImageStyleValue.h
AngleStyleValue.cpp
AngleStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
BackgroundRepeatStyleValue.cpp
BackgroundRepeatStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
BackgroundSizeStyleValue.cpp
BackgroundSizeStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
BackgroundStyleValue.cpp
BackgroundStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
BorderRadiusShorthandStyleValue.cpp
BorderRadiusShorthandStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
BorderRadiusStyleValue.cpp LibWeb: Propagate errors from absolutizing StyleValues 2023-05-06 08:07:28 +02:00
BorderRadiusStyleValue.h LibWeb: Propagate errors from absolutizing StyleValues 2023-05-06 08:07:28 +02:00
BorderStyleValue.cpp
BorderStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
CalculatedStyleValue.cpp LibWeb: Fix off-by-one in CSS calc() "negate" operation 2023-05-17 07:40:17 +02:00
CalculatedStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ColorStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ColorStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ConicGradientStyleValue.cpp
ConicGradientStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ContentStyleValue.cpp
ContentStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
DisplayStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
DisplayStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
EdgeStyleValue.cpp
EdgeStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
FilterValueListStyleValue.cpp LibWeb: Stop using weird resolved() in FilterValueListStyleValue 2023-05-06 21:14:38 +02:00
FilterValueListStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
FlexFlowStyleValue.cpp
FlexFlowStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
FlexStyleValue.cpp
FlexStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
FontStyleValue.cpp
FontStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
FrequencyStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridAreaShorthandStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridAreaShorthandStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTemplateAreaStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTemplateAreaStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackPlacementShorthandStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackPlacementShorthandStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackPlacementStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackPlacementStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackSizeListShorthandStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackSizeListShorthandStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackSizeListStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
GridTrackSizeListStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
IdentifierStyleValue.cpp LibWeb: Allow doing .to_color() on a StyleValue without a layout node 2023-04-28 09:42:28 +02:00
IdentifierStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ImageStyleValue.cpp LibWeb: Use box sampling instead of bilinear scaling when downscaling 2023-05-19 06:16:14 +02:00
ImageStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
InheritStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
InitialStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
LengthStyleValue.cpp LibWeb: Propagate errors from absolutizing StyleValues 2023-05-06 08:07:28 +02:00
LengthStyleValue.h LibWeb: Propagate errors from absolutizing StyleValues 2023-05-06 08:07:28 +02:00
LinearGradientStyleValue.cpp
LinearGradientStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ListStyleStyleValue.cpp
ListStyleStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
NumericStyleValue.cpp
NumericStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
OverflowStyleValue.cpp
OverflowStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
PercentageStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
PositionStyleValue.cpp LibWeb: Parse and plumb background-position-x/y 2023-04-03 07:10:33 +02:00
PositionStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
RadialGradientStyleValue.cpp
RadialGradientStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
RectStyleValue.cpp LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
RectStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ResolutionStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
ShadowStyleValue.cpp LibWeb: Propagate errors from absolutizing StyleValues 2023-05-06 08:07:28 +02:00
ShadowStyleValue.h LibWeb: Propagate errors from absolutizing StyleValues 2023-05-06 08:07:28 +02:00
StringStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
StyleValueList.cpp
StyleValueList.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
TextDecorationStyleValue.cpp
TextDecorationStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
TimeStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
TransformationStyleValue.cpp
TransformationStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
UnresolvedStyleValue.cpp
UnresolvedStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
UnsetStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00
URLStyleValue.h LibWeb: Propagate errors from StyleValue construction 2023-05-06 08:07:28 +02:00