Andreas Kling
|
10add3f4c2
LibGfx: Remove load_FORMAT() image codec wrappers
|
3 年之前 |
Andreas Kling
|
6e255b262f
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
|
3 年之前 |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 年之前 |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 年之前 |
Andreas Kling
|
16f064d9be
LibGfx: Convert Gfx::Bitmap to east const style
|
3 年之前 |
Andreas Kling
|
d85d741c59
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
|
3 年之前 |
Andreas Kling
|
09cba7c780
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
|
3 年之前 |
Andreas Kling
|
8262bbf624
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
|
3 年之前 |
Andreas Kling
|
5e41c70e83
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
|
3 年之前 |
Andreas Kling
|
db90b4554e
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
|
3 年之前 |
Andreas Kling
|
69c4614a94
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
|
3 年之前 |
Andreas Kling
|
2da4cfcc80
LibGfx: Use ErrorOr<T> for Bitmap::clone()
|
3 年之前 |
Andreas Kling
|
c417820bff
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
|
3 年之前 |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 年之前 |
Andreas Kling
|
f23f99d51b
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
|
3 年之前 |
Andreas Kling
|
e5dde37e24
AK: Bring AK::Error into the global namespace
|
3 年之前 |
Andreas Kling
|
af562c857e
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
|
3 年之前 |
Andreas Kling
|
e2eabb4132
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
|
3 年之前 |
Timothy
|
b953588e0e
LibGfx: Add method to load bitmap from fd
|
3 年之前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
Karol Kosek
|
c126ffa9b8
LibGfx: Use correct variable size on bitmap to buffer convertion
|
4 年之前 |
Andreas Kling
|
2d1a651e0a
Kernel: Make purgeable memory a VMObject level concept (again)
|
4 年之前 |
Andreas Kling
|
143443e0b6
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
|
4 年之前 |
Andreas Kling
|
24b5295b30
LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept
|
4 年之前 |
Andreas Kling
|
deec79b3c6
LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()
|
4 年之前 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 年之前 |
Daniel Bertalan
|
f14a4994b0
Everywhere: Don't promote float to double where not needed
|
4 年之前 |
Andreas Kling
|
86d0145260
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
|
4 年之前 |
Matthew Jones
|
ea4116f5bd
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
|
4 年之前 |
Jean-Baptiste Boric
|
e4394b1605
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
|
4 年之前 |