scummvm/graphics
Nathanael Gentry 51c7e019d9 GRAPHICS: MacCursor: Make two virtual functions
This is for the Director engine, which has a cursor class inheriting from MacCursor.
2020-07-22 10:20:56 -04:00
..
fonts GRAPHICS: Fix clash with Amiga #define 2020-04-29 00:01:30 +02:00
macgui GRAPHICS: MACGUI: Eliminate window composition surface 2020-07-21 14:48:27 -04:00
scaler SDL: Remove duplicated cursorStretch200To240() function 2019-12-25 08:52:19 +02:00
colormasks.h
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: move start + end to Graphics::TextAlign 2020-06-22 00:03:02 +02:00
font.h GRAPHICS: move start + end to Graphics::TextAlign 2020-06-22 00:03:02 +02:00
fontman.cpp
fontman.h
larryScale_generated.cpp GRAPHICS: Fix Missing Default Switch Cases in LarryScale 2019-12-11 05:37:23 +00:00
larryScale_generator.js GRAPHICS: Fix Missing Default Switch Cases in LarryScale 2019-12-11 05:37:23 +00:00
larryScale.cpp GRAPHICS: Remove redundant (and illegal) includes 2020-03-25 09:49:58 +01:00
larryScale.h
maccursor.cpp
maccursor.h GRAPHICS: MacCursor: Make two virtual functions 2020-07-22 10:20:56 -04:00
managed_surface.cpp GRAPHICS: Fix memory overrun blitting from paletted surfaces 2020-05-08 18:45:34 -07:00
managed_surface.h GRAPHICS: Added mask-driven transparency blitting to ManagedSurface 2020-04-24 00:51:24 +02:00
mode.h
module.mk Revert "GRAPHICS: MACGUI: Add QuickDraw class" 2020-06-30 12:38:46 -04:00
nine_patch.cpp GRPAHICS: Enforced sanity check in 9-patch blitting 2020-04-27 13:57:35 +02:00
nine_patch.h
palette.h
pixelformat.cpp
pixelformat.h
primitives.cpp GRAPHICS: Avoid overdraw in Rounded Rectangles 2020-06-03 00:01:08 +02:00
primitives.h DIRECTOR: Added drawing for QuickDraw cast members 2019-12-25 18:05:33 +01:00
scaler.cpp GRAPHICS: Remove more unused scalers 2019-12-17 01:18:11 +02:00
scaler.h GRAPHICS: Remove more unused scalers 2019-12-17 01:18:11 +02:00
screen.cpp GRAPHICS: Add new overridable updateScreen method to Screen 2020-02-01 13:13:51 -08:00
screen.h GRAPHICS: Add new overridable updateScreen method to Screen 2020-02-01 13:13:51 -08:00
sjis.cpp GRAPHICS: implement left sided shadowing for SJIS font 2019-12-18 20:50:44 +01:00
sjis.h GRAPHICS: implement left sided shadowing for SJIS font 2019-12-18 20:50:44 +01:00
surface.cpp GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
surface.h GRAPHICS: Add a function for scaling a standard Graphics::Surface 2020-07-18 12:16:52 +02:00
thumbnail.cpp GRAPHICS: Fixe memory override (!) 2020-04-27 13:57:35 +02:00
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 GRAPHICS: Initialize class variables in VectorRenderer 2020-04-27 13:57:35 +02:00
VectorRendererSpec.cpp GUI: RTL: Improve right align text drawing 2020-06-22 00:03:02 +02:00
VectorRendererSpec.h GRAPHICS: Added override keywords 2020-01-31 14:51:42 +01:00
wincursor.cpp GRAPHICS: Support 4-bit windows cursors 2020-07-22 00:06:36 +02:00
wincursor.h GRAPHICS: Unify loading Windows cursor groups 2020-01-11 17:34:12 +02:00
yuv_to_rgb.cpp
yuv_to_rgb.h