MacDue
|
65b87bace9
LibGfx: Move Gfx::color_for_format() to header
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
MacDue
|
3e6ca1085c
LibGfx: Add apply_alpha option to Painter::blit_filtered()
|
1 year ago |
MacDue
|
0ef0ad04e1
LibGfx: Take filter by reference in Painter::blit_filtered()
|
1 year ago |
MacDue
|
eb4a58528e
LibWeb+LibGfx: Allow filling with a paint style and opacity
|
2 years ago |
MacDue
|
48fa8f97d3
LibGfx: Implement new antialiased filled path rasterizer
|
2 years ago |
Sam Atkins
|
ff70418ffc
Revert "LibGfx: Add NearestFractional scaling type to painter"
|
2 years ago |
Jelle Raaijmakers
|
6242d8e023
LibGfx: Implement box sampling image scaling
|
2 years ago |
Andreas Kling
|
2d3b7eff15
Revert "LibGfx: Implement box sampling image scaling"
|
2 years ago |
Jelle Raaijmakers
|
eb418bec32
LibGfx: Implement box sampling image scaling
|
2 years ago |
Torstennator
|
abcfaca3da
LibGfx: Add support to draw radial gradients with an rotation angle
|
2 years ago |
MacDue
|
77456d1d0b
LibGfx: Implement simple signed distance field rendering
|
2 years ago |
MacDue
|
a425b6f772
LibGfx: Make all fill_path() code member functions and move into .cpp
|
2 years ago |
MacDue
|
b1a72d66f6
LibGfx: Speed up fill_path() with per scanline clipping & fast fills
|
2 years ago |
Aliaksandr Kalenik
|
87fa1c5e66
Revert "LibWeb: Fix clip of hidden overflow..."
|
2 years ago |
Andreas Kling
|
7c607462a4
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
|
2 years ago |
Andreas Kling
|
e9078e216d
LibGfx: Make sure the Painter clip rect is never larger than the target
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
MacDue
|
285bd7a37a
LibGfx: Stop passing color stop spans by const reference
|
2 years ago |
Aliaksandr Kalenik
|
ee4ba7617c
LibWeb: Fix clip of hidden overflow when translated boxes are involved
|
2 years ago |
MacDue
|
f3c0987afe
LibGfx: Add Painter::fill_rect(rect, paint_style)
|
2 years ago |
MacDue
|
223cedc896
LibGfx: Update fill_path() to support taking a PaintStyle
|
2 years ago |
MacDue
|
c8c065b6b0
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
|
2 years ago |
MacDue
|
a1726b1ba5
LibGfx: Avoid rounding/truncating glyph positions till blitting
|
2 years ago |
MacDue
|
ca01017f32
LibGfx: Add Painter::fill_pixels()
|
2 years ago |
FrHun
|
df30440117
LibGfx: Add NearestFractional scaling type to painter
|
2 years ago |
Sam Atkins
|
83f31cb4a7
LibGfx: Add int overloads for (AntiAliasing)Painter float methods
|
2 years ago |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 years ago |
MacDue
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 years ago |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |