scummvm/graphics
2020-08-30 14:43:41 +02:00
..
fonts GRAPHICS: Allocate more memory on generating scaled Mac fonts 2020-08-17 00:50:56 +02:00
macgui GRAPHICS: MACGUI: Reset MacWindget dirty flag on blit. 2020-08-24 20:53:37 +02:00
scaler
colormasks.h BACKENDS: Remove unneeded use of Graphics::createPixelFormat 2020-07-25 13:32:45 +02:00
conversion.cpp GRAPHICS: Allow using scaleBlitBilinear using different pixel formats and pitches 2020-07-18 12:16:52 +02:00
conversion.h GRAPHICS: Move code for bilinear scaling out of TransparentSurface 2020-07-18 12:16:52 +02:00
cursor.h
cursorman.cpp
cursorman.h
font.cpp GRAPHICS: Properly assign chars in handleEllipsis according to stringtype 2020-08-30 14:43:41 +02:00
font.h GRAPHICS: Use template for handleEllipsis 2020-08-30 14:43:41 +02:00
fontman.cpp
fontman.h
larryScale_generated.cpp
larryScale_generator.js
larryScale.cpp
larryScale.h
maccursor.cpp
maccursor.h GRAPHICS: MacCursor: Make two virtual functions 2020-07-22 10:20:56 -04:00
managed_surface.cpp GRPAHICS: Match new[] with proper delete[] 2020-07-27 12:15:11 +02:00
managed_surface.h GRAPHICS: Support converting between different palettes using ManagedSurface 2020-07-25 13:29:09 +02:00
mode.h
module.mk GRAPHICS: MACGUI: Add border types 2020-07-31 16:38:37 -04:00
nine_patch.cpp GRAPHICS: Allow using Mac WM best color in 9patch 2020-07-31 16:38:37 -04:00
nine_patch.h GRAPHICS: Fix warning 2020-08-01 14:43:15 +02:00
palette.h
pixelformat.cpp
pixelformat.h
primitives.cpp GRAPHICS: Avoid overdraw in Rounded Rectangles 2020-06-03 00:01:08 +02:00
primitives.h
scaler.cpp
scaler.h
screen.cpp GRAPHICS: Ensure that creating a ManagedSurface from another preserves the palette 2020-07-25 13:29:09 +02:00
screen.h
sjis.cpp
sjis.h
surface.cpp GRAPHICS: Create FloodFill mask with the matching pixel format of the main surface 2020-08-16 23:50:46 +02:00
surface.h GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
thumbnail.cpp
thumbnail.h
transform_struct.cpp
transform_struct.h
transform_tools.cpp
transform_tools.h
transparent_surface.cpp GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
transparent_surface.h GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
VectorRenderer.cpp
VectorRenderer.h GUI: U32: Temporarily overload drawString 2020-08-30 14:43:41 +02:00
VectorRendererSpec.cpp GUI: RTL: Fix 1-off issue for drawing u32 strings 2020-08-30 14:43:41 +02:00
VectorRendererSpec.h GUI: U32: Temporarily overload drawString 2020-08-30 14:43:41 +02:00
wincursor.cpp GRAPHICS: Support 4-bit windows cursors 2020-07-22 00:06:36 +02:00
wincursor.h
yuv_to_rgb.cpp
yuv_to_rgb.h