src/blitter/32bpp_simple.hpp
changeset 7485 68e3df6c477e
parent 7433 8e410e7ec0d7
child 10429 1b99254f9607
equal deleted inserted replaced
7484:cdf0450632a1 7485:68e3df6c477e
    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"; }