23 #ifndef SCI_GRAPHICS_DRIVERS_GFXDRIVER_INTERN_H 24 #define SCI_GRAPHICS_DRIVERS_GFXDRIVER_INTERN_H 26 #include "common/platform.h" 27 #include "sci/graphics/drivers/gfxdriver.h" 33 GfxDefaultDriver(uint16 screenWidth, uint16 screenHeight,
bool isSCI0,
bool rgbRendering);
36 void setPalette(
const byte *colors, uint start, uint num,
bool update,
const PaletteMod *palMods,
const byte *palModMapping)
override;
37 void copyRectToScreen(
const byte *src,
int srcX,
int srcY,
int pitch,
int destX,
int destY,
int w,
int h,
const PaletteMod *palMods,
const byte *palModMapping)
override;
38 void replaceCursor(
const void *cursor, uint w, uint h,
int hotspotX,
int hotspotY, uint32 keycolor)
override;
40 void copyCurrentBitmap(byte *dest, uint32 size)
const override;
41 void copyCurrentPalette(byte *dest,
int start,
int num)
const override;
42 void drawTextFontGlyph(
const byte*,
int,
int,
int,
int,
int,
int,
const PaletteMod*,
const byte*)
override;
43 bool supportsPalIntensity()
const override {
return true; }
44 bool supportsHiResGraphics()
const override {
return false; }
45 bool driverBasedTextRendering()
const override {
return false; }
47 void updatePalette(
const byte *colors, uint start, uint num);
48 byte *_compositeBuffer;
50 byte *_currentPalette;
51 byte *_internalPalette;
56 bool _cursorUsesScreenPalette;
57 const bool _alwaysCreateBmpBuffer;
58 const bool _requestRGBMode;
59 typedef void (*ColorConvProc)(byte*,
const byte*, int, int, int,
const byte*);
60 ColorConvProc _colorConv;
62 ColorConvModProc _colorConvMod;
64 void generateOutput(byte *dst,
const byte *src,
int pitch,
int w,
int h,
const PaletteMod *palMods,
const byte *palModMapping);
72 void setPalette(
const byte*, uint, uint,
bool,
const PaletteMod*,
const byte*)
override {}
74 void copyCurrentBitmap(byte*, uint32)
const override;
75 void drawTextFontGlyph(
const byte*,
int,
int,
int,
int,
int,
int,
const PaletteMod*,
const byte*)
override;
76 void copyCurrentPalette(byte *dest,
int start,
int num)
const override;
77 bool supportsPalIntensity()
const override {
return false; }
78 bool supportsHiResGraphics()
const override {
return false; }
79 bool driverBasedTextRendering()
const override {
return false; }
81 void assignPalette(
const byte *colors);
82 byte *_compositeBuffer;
83 const byte *_internalPalette;
85 virtual void setupRenderProc() = 0;
86 const bool _requestRGBMode;
95 void setPalette(
const byte *colors, uint start, uint num,
bool update,
const PaletteMod *palMods,
const byte *palModMapping)
override;
96 void copyRectToScreen(
const byte *src,
int srcX,
int srcY,
int pitch,
int destX,
int destY,
int w,
int h,
const PaletteMod *palMods,
const byte *palModMapping)
override;
97 void replaceCursor(
const void *cursor, uint w, uint h,
int hotspotX,
int hotspotY, uint32 keycolor)
override;
100 void setShakePos(
int shakeXOffset,
int shakeYOffset)
const override;
103 void drawTextFontGlyph(
const byte *src,
int pitch,
int hiresDestX,
int hiresDestY,
int hiresW,
int hiresH,
int transpColor,
const PaletteMod *palMods,
const byte *palModMapping)
override;
104 bool driverBasedTextRendering()
const override {
return true; }
106 UpscaledGfxDriver(uint16 scaledW, uint16 scaledH, int16 textAlignX,
bool scaleCursor,
bool rgbRendering);
107 void updateScreen(
int destX,
int destY,
int w,
int h,
const PaletteMod *palMods,
const byte *palModMapping);
108 void adjustCursorBuffer(uint16 newWidth, uint16 newHeight);
109 typedef void (*GlyphRenderProc)(byte*, int,
const byte*, int, int, int, int);
110 GlyphRenderProc _renderGlyph;
111 typedef void (*ScaledRenderProc)(byte*,
const byte*, int, int, int);
112 ScaledRenderProc _renderScaled;
119 virtual void renderBitmap(
const byte *src,
int pitch,
int dx,
int dy,
int w,
int h,
int &realWidth,
int &realHeight);
120 const bool _scaleCursor;
122 uint16 _cursorHeight;
123 bool _needCursorBuffer;
131 void setPalette(
const byte *colors, uint start, uint num,
bool update,
const PaletteMod*,
const byte*)
override;
132 void copyRectToScreen(
const byte *src,
int srcX,
int srcY,
int pitch,
int destX,
int destY,
int w,
int h,
const PaletteMod*,
const byte*)
override;
133 void replaceCursor(
const void *cursor, uint w, uint h,
int hotspotX,
int hotspotY, uint32 keycolor)
override;
135 void copyCurrentBitmap(byte *dest, uint32 size)
const override;
136 void copyCurrentPalette(byte *dest,
int start,
int num)
const override;
137 void drawTextFontGlyph(
const byte*,
int,
int,
int,
int,
int,
int,
const PaletteMod*,
const byte*)
override;
140 void setShakePos(
int shakeXOffset,
int shakeYOffset)
const override;
143 bool supportsPalIntensity()
const override {
return false; }
144 bool supportsHiResGraphics()
const override {
return false; }
145 bool driverBasedTextRendering()
const override {
return false; }
146 static bool validateMode(
Common::Platform p) {
return (p == Common::kPlatformDOS || p == Common::kPlatformWindows) && checkDriver(&_driverFile, 1); }
148 typedef void (*LineProc)(byte*&,
const byte*, int,
const byte*,
const byte*, bool);
149 LineProc _renderLine;
150 const byte *_convPalette;
151 uint16 _vScaleMult, _vScaleDiv;
152 const byte *_egaMatchTable;
153 byte *_egaColorPatterns;
155 byte *_compositeBuffer;
156 byte *_currentPalette;
158 virtual void loadData();
159 virtual void renderBitmap(byte *dst,
const byte *src,
int pitch,
int y,
int w,
int h,
const byte *patterns,
const byte *palette, uint16 &realWidth, uint16 &realHeight);
160 byte *_currentBitmap;
161 const byte *_internalPalette;
162 const bool _requestRGBMode;
163 static const char *_driverFile;
166 #define GFXDRV_ASSERT_READY \ 168 error("%s(): initScreen() must be called before using this method", __FUNCTION__) 170 #define GFXDRV_ERR_OPEN(x) \ 171 error("%s(): Failed to open '%s'", __FUNCTION__, x) 173 #define GFXDRV_ERR_VERSION(x) \ 174 error("%s(): Driver file '%s' unknown version", __FUNCTION__, x) 176 #define SCI_GFXDRV_VALIDATE_IMPL(name) \ 177 bool name##Driver_validateMode(Common::Platform platform) { \ 178 return name##Driver::validateMode(platform); \ 184 template <
typename T>
void updateRGBPalette(byte *dest,
const byte *src, uint start, uint num,
Graphics::PixelFormat &f);
185 template <
typename T>
void scale2x(byte *dst,
const byte *src,
int pitch,
int w,
int h);
186 void updateBitmapBuffer(byte *dst,
int dstPitch,
const byte *src,
int srcPitch,
int x,
int y,
int w,
int h);
187 byte findColorInPalette(uint32 rgbTriplet,
const byte *palette,
int numColors);
188 void renderWinMonochromeCursor(byte *dst,
const void *src,
const byte *palette, uint &w, uint &h,
int &hotX,
int &hotY, byte blackColor, byte whiteColor, uint32 &keycolor,
bool noScale);
189 void renderPC98GlyphFat(byte *dst,
int dstPitch,
const byte *src,
int srcPitch,
int w,
int h,
int transpCol);
190 const byte *monochrInit(
const char *drvFile,
bool &earlyVersion);
194 #endif // SCI_GRAPHICS_DRIVERS_GFXDRIVER_INTERN_H Definition: gfxdriver_intern.h:67
Definition: gfxdriver_intern.h:183
Definition: gfxdriver_intern.h:90
Definition: gfxdriver_intern.h:126
Definition: gfxdriver_intern.h:31
Definition: gfxdriver.h:39
Definition: helpers.h:269