serenity/Userland/Libraries/LibGfx
Rodrigo Tobar e818c955b3 LibGfx: Allow creating Bitmaps from ReadonlyBytes objects
The existing try_create_from_serialized_byte_buffer function accepts a
ByteBuffer, but in reality it requires only a ReadonlyBytes, since
internally the only thing it does is calling buffer.bytes(). There is
thus no reason to have a function that simply accepts ReadonlyBytes, and
implement the former in terms of the newer.
2022-12-10 10:49:03 +01:00
..
Filters LibGfx: Preseve original alpha when applying tint filter 2022-11-27 20:35:22 +01:00
Font Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
AffineTransform.cpp Meta+Userland: Pass Gfx::IntSize by value 2022-12-07 11:48:27 +01:00
AffineTransform.h Meta+Userland: Pass Gfx::IntSize by value 2022-12-07 11:48:27 +01:00
AntiAliasingPainter.cpp LibGfx: Add int overloads for (AntiAliasing)Painter float methods 2022-12-08 12:46:03 +00:00
AntiAliasingPainter.h LibGfx: Add int overloads for (AntiAliasing)Painter float methods 2022-12-08 12:46:03 +00:00
Bitmap.cpp LibGfx: Allow creating Bitmaps from ReadonlyBytes objects 2022-12-10 10:49:03 +01:00
Bitmap.h LibGfx: Allow creating Bitmaps from ReadonlyBytes objects 2022-12-10 10:49:03 +01:00
BitmapMixer.cpp
BitmapMixer.h
BMPLoader.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BMPLoader.h
BMPWriter.cpp
BMPWriter.h
CharacterBitmap.h
ClassicStylePainter.cpp
ClassicStylePainter.h
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt LibGfx: Move TTF::Rasterizer to its own files 2022-11-19 11:04:34 +01:00
Color.cpp Meta+Userland: Pass Gfx::Color by value 2022-12-07 11:48:27 +01:00
Color.h Meta+Userland: Pass Gfx::Color by value 2022-12-07 11:48:27 +01:00
CursorParams.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
CursorParams.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
DDSLoader.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DDSLoader.h
DisjointRectSet.h
FillPathImplementation.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Forward.h
Gamma.h
GIFLoader.cpp
GIFLoader.h
ICOLoader.cpp
ICOLoader.h
ImageDecoder.cpp
ImageDecoder.h
JPGLoader.cpp
JPGLoader.h
Line.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Matrix.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
Matrix3x3.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx: Add int overloads for (AntiAliasing)Painter float methods 2022-12-08 12:46:03 +00:00
Painter.h LibGfx: Add int overloads for (AntiAliasing)Painter float methods 2022-12-08 12:46:03 +00:00
Palette.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Palette.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Path.cpp Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
Path.h Meta+Userland: Pass Gfx::FloatPoint by value 2022-12-07 11:48:27 +01:00
PBMLoader.cpp
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
PNGLoader.h
PNGShared.h
PNGWriter.cpp Everywhere: Use C++ concepts instead of requires clauses 2022-12-09 11:25:30 +00:00
PNGWriter.h LibGfx: Propagate errors that occur internally in PNGWriter 2022-12-08 13:01:11 +00:00
Point.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Point.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
PortableImageLoaderCommon.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
PortableImageMapLoader.h
PPMLoader.cpp
PPMLoader.h
QOILoader.cpp
QOILoader.h
QOIWriter.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
QOIWriter.h
Quad.h
Rect.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Rect.h LibGfx: Make Rect by orientation methods generic 2022-12-09 00:25:30 +01:00
ShareableBitmap.cpp Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
ShareableBitmap.h Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
Size.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Size.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
StandardCursor.h
Streamer.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SystemTheme.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TextAlignment.h
TextAttributes.h
TextDirection.cpp
TextDirection.h
TextElision.h
TextLayout.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
TextLayout.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TextWrapping.h
Triangle.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Triangle.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Vector2.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Vector3.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Vector4.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
VectorN.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WindowTheme.cpp
WindowTheme.h