MacDue
|
bb8c8a67dc
LibGfx: Fix a slight mistake in AA ellipse error calculation
|
2 tahun lalu |
Andreas Kling
|
7c607462a4
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
|
2 tahun lalu |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 tahun lalu |
MacDue
|
223cedc896
LibGfx: Update fill_path() to support taking a PaintStyle
|
2 tahun lalu |
MacDue
|
2376385f0c
LibGfx: Improve AA stroke_path() line intersections a little
|
2 tahun lalu |
Sam Atkins
|
83f31cb4a7
LibGfx: Add int overloads for (AntiAliasing)Painter float methods
|
2 tahun lalu |
MacDue
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 tahun lalu |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 tahun lalu |
MacDue
|
40e978df85
LibGfx: Fix some more antialiased line off-by-ones
|
2 tahun lalu |
MacDue
|
acc0fceaae
LibGfx: Remove some unused AntiAliasingPainter methods
|
2 tahun lalu |
MacDue
|
b85af4e9bf
LibGfx: Add some AntiAliasingPainter FIXMEs
|
2 tahun lalu |
MacDue
|
b8492006da
LibGfx: Disable line intersection stroking for 1px lines
|
2 tahun lalu |
MacDue
|
8dfe43273c
LibGfx: Fix off-by-one for antialiased line length
|
2 tahun lalu |
MacDue
|
754b8a643d
LibGfx: Remove unnecessary path members from AntiAliasingPainter
|
2 tahun lalu |
MacDue
|
613963cbce
LibGfx: Don't bother painting transparent lines
|
2 tahun lalu |
MacDue
|
db235a87bf
LibGfx: Allow float thickness lines and fix fill path glitches
|
2 tahun lalu |
MacDue
|
76de41c3b7
LibGfx: Add draw_line_for_path() and remove AntiAliasPolicy
|
2 tahun lalu |
MacDue
|
f7a680f30a
LibGfx: Implement nicer antialiased lines
|
2 tahun lalu |
Torstennator
|
b2a6066042
LibGfx: Optimize anti-aliased line drawing and stroking
|
2 tahun lalu |
Nico Weber
|
2af028132a
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2 tahun lalu |
Brian Gianforcaro
|
d0a1775369
Everywhere: Fix a variety of typos
|
2 tahun lalu |
MacDue
|
f9b08272db
LibGfx: Add AntiAliasingPainter::fill_rect
|
2 tahun lalu |
MacDue
|
bb48a61d50
LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()
|
3 tahun lalu |
MacDue
|
9ed5b2dfb5
LibGfx: Move AntiAliasingPainter.cpp into Gfx namespace
|
3 tahun lalu |
MacDue
|
6139fc5c87
LibGfx: Add AA dotted horizontal/vertical lines
|
3 tahun lalu |
MacDue
|
c1798620d9
LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle
|
3 tahun lalu |
MacDue
|
c0486f93d4
LibGfx: Optimize rounded rectangle with all radii 50% to single ellipse
|
3 tahun lalu |
MacDue
|
2366a73474
LibGfx: Support AA rounded rectangles with elliptical borders
|
3 tahun lalu |
MacDue
|
0120c8580f
LibGfx: Clip outside the corners when painting an AA rounded rectangle
|
3 tahun lalu |
MacDue
|
5bc5c0f31b
LibGfx: Fix rendering of bottom corners in AA rounded rectangle
|
3 tahun lalu |