Brian Gianforcaro
|
d0a1775369
Everywhere: Fix a variety of typos
|
2 年之前 |
MacDue
|
f9b08272db
LibGfx: Add AntiAliasingPainter::fill_rect
|
3 年之前 |
MacDue
|
bb48a61d50
LibGfx: Flatten AntiAliasingPainter::draw_ellipse_part()
|
3 年之前 |
MacDue
|
9ed5b2dfb5
LibGfx: Move AntiAliasingPainter.cpp into Gfx namespace
|
3 年之前 |
MacDue
|
6139fc5c87
LibGfx: Add AA dotted horizontal/vertical lines
|
3 年之前 |
MacDue
|
c1798620d9
LibGfx: Support AlphaSubtract blend mode for AA rounded rectangle
|
3 年之前 |
MacDue
|
c0486f93d4
LibGfx: Optimize rounded rectangle with all radii 50% to single ellipse
|
3 年之前 |
MacDue
|
2366a73474
LibGfx: Support AA rounded rectangles with elliptical borders
|
3 年之前 |
MacDue
|
0120c8580f
LibGfx: Clip outside the corners when painting an AA rounded rectangle
|
3 年之前 |
MacDue
|
5bc5c0f31b
LibGfx: Fix rendering of bottom corners in AA rounded rectangle
|
3 年之前 |
MacDue
|
5fd3716e2f
LibGfx: Fix antialiased circles becoming too pointy at small sizes
|
3 年之前 |
MacDue
|
8c2a5bbc15
LibGfx: Implement antialiased outline ellipsis
|
3 年之前 |
MacDue
|
8ac5f625e9
LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle
|
3 年之前 |
Linus Groh
|
de90faa4c4
LibGfx: Change one instance of 'colour' to 'color'
|
3 年之前 |
Linus Groh
|
173dcfb7cb
Everywhere: Fix a bunch of typos
|
3 年之前 |
MacDue
|
60aba4c9f3
LibGfx: Implement AntiAliasingPainter::draw_ellipse()
|
3 年之前 |
Florian Stellbrink
|
af3174c9ce
LibGFX: Transform vertices when drawing antialiased lines
|
3 年之前 |
Andreas Kling
|
f1d44da422
LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callback
|
3 年之前 |
Andreas Kling
|
c6e79124c7
LibGfx: Slap an -O3 optimization #pragma on Gfx::AntiAliasingPainter
|
3 年之前 |
Andreas Kling
|
908d42d0ba
LibGfx: Add fast path to AA line drawing with simple 2D transform
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
MacDue
|
3c0e17f29f
LibGfx: Support scaling in AntiAliasingPainter::draw_circle()
|
3 年之前 |
Andreas Kling
|
6b5f0d11ce
LibGfx: Fix draw_anti_aliased_line() for steep lines with "OnlyEnds"
|
3 年之前 |
Andreas Kling
|
ab794a199b
LibGfx: Transcribe "Xiaolin Wu's line algorithm" more accurately
|
3 年之前 |
MacDue
|
51e54ab1ba
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
|
3 年之前 |
Ali Mohammad Pur
|
433725fef2
LibGfx: Implement cubic bezier curves by splitting them to subcurves
|
3 年之前 |
Ali Mohammad Pur
|
5a2e7d30ce
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
|
3 年之前 |
Ali Mohammad Pur
|
e2cd558101
LibGfx: Start a very basic anti-aliased Painter implementation
|
3 年之前 |