25 #include "graphics/surface.h" 26 #include "common/rect.h" 41 blitNormal(src, srcRect, dst, dstRect);
45 blitFlipH(src, srcRect, dst, dstRect);
49 blitFlipV(src, srcRect, dst, dstRect);
53 blitFlipVH(src, srcRect, dst, dstRect);
The image will be flipped at the horizontal and vertical axis.
Definition: transform_struct.h:57
The image will be flipped at the vertical axis.
Definition: transform_struct.h:53
The image will be flipped at the horizontal axis.
Definition: transform_struct.h:51