DrawBitmapNoScale
DrawBitmapNoScale<Bgr32Copy> drawNoScale;
DrawBitmapNoScale<Bgr32Alpha> drawNoScale;
DrawBitmapNoScale<Bgr32CopyMasked> drawNoScale;
DrawBitmapNoScale<CMap8Copy> drawNoScale;
DrawBitmapNoScale<CMap8Over> drawNoScale;
DrawBitmapNoScale<Bgr32Over> drawNoScale;
struct CMap8Over : public DrawBitmapNoScale<CMap8Over>
struct Bgr32Copy : public DrawBitmapNoScale<Bgr32Copy>
struct Bgr32Over : public DrawBitmapNoScale<Bgr32Over>
struct Bgr32Alpha : public DrawBitmapNoScale<Bgr32Alpha>
struct Bgr32CopyMasked : public DrawBitmapNoScale<Bgr32CopyMasked>
struct CMap8Copy : public DrawBitmapNoScale<CMap8Copy>