equal
deleted
inserted
replaced
11 class Blitter_32bppSimple : public Blitter_32bppBase { |
11 class Blitter_32bppSimple : public Blitter_32bppBase { |
12 public: |
12 public: |
13 /* virtual */ void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom); |
13 /* virtual */ void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom); |
14 /* virtual */ void DrawColorMappingRect(void *dst, int width, int height, int pal); |
14 /* virtual */ void DrawColorMappingRect(void *dst, int width, int height, int pal); |
15 /* virtual */ Sprite *Encode(SpriteLoader::Sprite *sprite, Blitter::AllocatorProc *allocator); |
15 /* virtual */ Sprite *Encode(SpriteLoader::Sprite *sprite, Blitter::AllocatorProc *allocator); |
|
16 |
|
17 /* virtual */ const char *GetName() { return "32bpp-simple"; } |
16 }; |
18 }; |
17 |
19 |
18 class FBlitter_32bppSimple: public BlitterFactory<FBlitter_32bppSimple> { |
20 class FBlitter_32bppSimple: public BlitterFactory<FBlitter_32bppSimple> { |
19 public: |
21 public: |
20 /* virtual */ const char *GetName() { return "32bpp-simple"; } |
22 /* virtual */ const char *GetName() { return "32bpp-simple"; } |