scummvm/graphics
Le Philousophe 10715366e3 GRAPHICS: Fix clipping for circle and rounded squares
Rect::contains expect that bottom right is excluded but circle functions
consider the radius as included.

In addition fix an error in Wu's algorithm for rounded squares.
2023-03-19 17:32:42 +01:00
..
fonts GRAPHICS: Improve TTF rendering quality with RGB332 surfaces 2023-02-08 11:42:59 +00:00
macgui DIRECTOR: Fix regression from 48740a2ad1 2023-02-10 00:51:33 +01:00
nanosvg
opengl GRAPHICS: Handle cases where glGetString returns a nullptr 2023-03-11 18:20:36 +01:00
scaler KOLIBRI: Add kolibrios backend 2023-02-05 23:00:42 +01:00
tinygl TINYGL: Decrease to 5MB drawCallMemory usage as it was before 2023-02-12 17:13:09 +01:00
blit-scale.cpp GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
blit.cpp GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
blit.h GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
colormasks.h GRAPHICS: Fix riscos compilation with an explicit cast 2023-01-19 10:32:26 +01:00
conversion.h GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
cursor.h
cursorman.cpp
cursorman.h
font.cpp GRAPHICS: Expose Font leading and descent values 2022-11-06 23:05:20 -08:00
font.h GRAPHICS: Expose Font leading and descent values 2022-11-06 23:05:20 -08:00
fontman.cpp
fontman.h
framelimiter.cpp
framelimiter.h
korfont.cpp
korfont.h
larryScale.cpp
larryScale.h
larryScale_generated.cpp
larryScale_generator.js
maccursor.cpp GRAPHICS: Fix MacCursor handling of color 255 2022-11-12 19:32:57 -08:00
maccursor.h
macega.h
managed_surface.cpp GRAPHICS: Support blitting to and from RGB332 managed surfaces 2023-02-08 11:42:59 +00:00
managed_surface.h
mode.h
module.mk GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
nine_patch.cpp
nine_patch.h
palette.cpp
palette.h
pixelformat.cpp
pixelformat.h GRAPHICS: Implemented PixelFormat::isCLUT8() 2023-02-02 19:33:32 +01:00
pm5544.cpp JANITORIAL: Clean up all non-engine Visual Studio warnings. 2022-12-04 00:08:48 +01:00
pm5544.h GRAPHICS: Added doxygen documentation to PM5544 2022-10-08 23:39:18 +02:00
primitives.cpp
primitives.h
renderer.cpp
renderer.h
scaler.h
scalerplugin.cpp GRAPHICS: Use correct pixel size in Normal1x with CLUT8 2023-01-11 19:15:48 +01:00
scalerplugin.h BASE: Filter out old graphics modes when passed to -g 2023-02-12 09:51:42 +01:00
screen.cpp
screen.h
sjis.cpp
sjis.h
surface.cpp GRAPHICS: Support Floyd dithering for RGB332 2023-01-12 10:27:20 +03:00
surface.h GRAPHICS: Support Floyd dithering for RGB332 2023-01-12 10:27:20 +03:00
svg.cpp
svg.h
thumbnail.cpp
thumbnail.h
transform_struct.cpp
transform_struct.h GRAPHICS: Correct spelling mistake 2022-10-27 15:56:05 +02:00
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
transparent_surface.h
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp GRAPHICS: Fix clipping for circle and rounded squares 2023-03-19 17:32:42 +01:00
VectorRendererSpec.h
wincursor.cpp
wincursor.h COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
yuv_to_rgb.cpp
yuv_to_rgb.h