ladybird/Userland/Libraries/LibGfx
2023-10-03 16:09:55 -06:00
..
Filters AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
Font LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
ICC ICC: Implement Profile::to_pcs() for grayscale colors 2023-09-28 16:57:31 +01:00
ImageFormats LibGfx/ILBMLoader: Add support for EHB mode 2023-10-03 16:09:55 -06:00
AffineTransform.cpp LibGfx: Add AffineTransform::determinant() 2023-07-14 06:51:05 +02:00
AffineTransform.h LibGfx: Add AffineTransform::determinant() 2023-07-14 06:51:05 +02:00
AntiAliasingPainter.cpp LibGfx: Only attempt to paint strokes with a width > 0 2023-07-16 18:52:38 +02:00
AntiAliasingPainter.h LibWeb+LibGfx: Allow stroking with a paint style and opacity 2023-06-11 16:15:56 +02:00
Bitmap.cpp LibGfx: Add Gfx::Bitmap::apply_mask() 2023-09-19 10:46:05 +02:00
Bitmap.h LibGfx: Add Gfx::Bitmap::apply_mask() 2023-09-19 10:46:05 +02: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 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
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 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Triangle.h Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
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 LibGfx: Add simple VectorGraphic abstract base class 2023-07-14 06:51:05 +02:00
VectorN.h
WindowTheme.cpp
WindowTheme.h