summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/AntiAliasingPainter.h
AgeCommit message (Expand)Author
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2023-01-26LibGfx: Add small convenience functions for Lines and AA PainterTorstennator
2023-01-22LibGfx: Update fill_path() to support taking a PaintStyleMacDue
2022-12-08LibGfx: Add int overloads for (AntiAliasing)Painter float methodsSam Atkins
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-03LibGfx: Fix some more antialiased line off-by-onesMacDue
2022-12-03LibGfx: Remove some unused AntiAliasingPainter methodsMacDue
2022-11-30LibGfx: Remove unnecessary path members from AntiAliasingPainterMacDue
2022-11-26LibGfx: Add draw_line_for_path() and remove AntiAliasPolicyMacDue
2022-11-26LibGfx: Implement nicer antialiased linesMacDue
2022-11-15LibGfx: Optimize anti-aliased line drawing and strokingTorstennator
2022-09-03LibGfx: Add AntiAliasingPainter::fill_rectMacDue
2022-06-18LibGfx: Add AA dotted horizontal/vertical linesMacDue
2022-06-14LibGfx: Add .as_rect() to AntiAliasingPainter::CornerRadiusMacDue
2022-06-14LibGfx: Support AlphaSubtract blend mode for AA rounded rectangleMacDue
2022-06-13LibGfx: Support AA rounded rectangles with elliptical bordersMacDue
2022-06-01LibGfx: Implement antialiased outline ellipsisMacDue
2022-06-01LibGfx: Rename draw_ellipse/circle to fill_ellipse/circleMacDue
2022-05-07LibGfx: Implement AntiAliasingPainter::draw_ellipse()MacDue
2022-04-11LibGFX: Transform vertices when drawing antialiased linesFlorian Stellbrink
2022-04-10LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callbackAndreas Kling
2022-04-10LibGfx: Add fast path to AA line drawing with simple 2D transformAndreas Kling
2022-03-18LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_cornersMacDue
2021-09-18LibGfx: Implement cubic bezier curves by splitting them to subcurvesAli Mohammad Pur
2021-09-18LibWeb: Use Gfx::AntiAliasingPainter to draw SVG pathsAli Mohammad Pur
2021-09-18LibGfx: Start a very basic anti-aliased Painter implementationAli Mohammad Pur