ladybird/Userland/Libraries/LibGfx
Gabriel Nava 9a61041941 LibWeb: Add CanvasPath arcTo support
Adds initial CanvasPath arcTo support for 2D rendering contexts
https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-arcto
2023-09-17 17:22:52 +02:00
..
Filters AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
Font LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
ICC
ImageFormats LibGfx/ILBM: Add support for uncompressed files 2023-09-14 21:00:54 +01:00
AffineTransform.cpp
AffineTransform.h
AntiAliasingPainter.cpp
AntiAliasingPainter.h
Bitmap.cpp
Bitmap.h LibGfx/ILBM: Add an IFF-ILBM decoder :) 2023-08-15 18:36:11 +01:00
BitmapMixer.cpp
BitmapMixer.h
CharacterBitmap.h
CIELAB.h
ClassicStylePainter.cpp
ClassicStylePainter.h
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt LibGfx/ILBM: Add an IFF-ILBM decoder :) 2023-08-15 18:36:11 +01:00
Color.cpp
Color.h
CursorParams.cpp
CursorParams.h
DeltaE.cpp AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
DeltaE.h
DisjointRectSet.h
EdgeFlagPathRasterizer.cpp LibGfx: Track edge extent in EdgeFlagPathRasterizer 2023-08-06 16:24:28 +02:00
EdgeFlagPathRasterizer.h LibGfx: Track edge extent in EdgeFlagPathRasterizer 2023-08-06 16:24:28 +02:00
Forward.h
Gamma.h
GradientPainting.cpp AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
Gradients.h AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
GrayscaleBitmap.h
Line.h
Matrix.h
Matrix3x3.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx: Add apply_alpha option to Painter::blit_filtered() 2023-07-30 09:31:43 +02:00
Painter.h LibGfx: Add apply_alpha option to Painter::blit_filtered() 2023-07-30 09:31:43 +02:00
PaintStyle.h LibGfx: Add support for SVG repeat/reflect gradients 2023-08-20 20:04:10 +02:00
Palette.cpp
Palette.h
Path.cpp LibWeb: Add CanvasPath arcTo support 2023-09-17 17:22:52 +02:00
Path.h LibWeb: Add CanvasPath arcTo support 2023-09-17 17:22:52 +02:00
Point.cpp
Point.h LibWeb: Use CSSPixels only when calculating radial gradient sizes 2023-09-09 13:03:11 +02:00
Quad.h
Rect.cpp
Rect.h LibWeb: Make DOMRectReadOnly use double instead of float 2023-08-23 12:11:21 +01:00
ShareableBitmap.cpp
ShareableBitmap.h
Size.cpp
Size.h LibGfx+Userland: Rename Size::scaled_by to Size::scaled 2023-08-17 09:57:30 -04:00
StandardCursor.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp
SystemTheme.h
TextAlignment.h
TextAttributes.h
TextDirection.cpp
TextDirection.h
TextElision.h
TextLayout.cpp
TextLayout.h
TextWrapping.h
Triangle.cpp
Triangle.h
Vector2.h
Vector3.h
Vector4.h
VectorGraphic.cpp LibGfx+Userland: Rename Size::scaled_by to Size::scaled 2023-08-17 09:57:30 -04:00
VectorGraphic.h
VectorN.h
WindowTheme.cpp
WindowTheme.h