#include <blit_opaque.h>
Inheritance diagram for CL_Blit_Opaque:


Public Methods | |
| CL_Blit_Opaque (CL_SurfaceProvider *provider, int bytes_per_pixel, CL_Target *target) | |
| virtual | ~CL_Blit_Opaque () |
| virtual void | blt_noclip (CL_Target *dest_surf, int x, int y, int spr_no) |
| virtual void | blt_clip (CL_Target *dest_surf, int x, int y, int spr_no, const CL_ClipRect &clip) |
| virtual void | blt_scale_noclip (CL_Target *dest_surf, int x, int y, int dest_width, int dest_height, int spr_no) |
| virtual void | blt_scale_clip (CL_Target *dest_surf, int x, int y, int dest_width, int dest_height, int spr_no, const CL_ClipRect &clip) |
Protected Attributes | |
| unsigned char* | image |
| unsigned int | image_pitch |
| unsigned int | image_bytes_per_pixel |
| unsigned int | width |
| unsigned int | height |
| unsigned int | no_sprs |
|
|
|
|
|
|
|
|
Reimplemented from CL_Blit_Clip. |
|
|
Reimplemented from CL_Blit_NoClip. |
|
|
Reimplemented from CL_Blit_Scale_Clip. |
|
|
Reimplemented from CL_Blit_Scale_NoClip. |
|
|
Definition at line 30 of file blit_opaque.h. |
|
|
Definition at line 28 of file blit_opaque.h. |
|
|
Definition at line 29 of file blit_opaque.h. |
|
|
Definition at line 29 of file blit_opaque.h. |
|
|
Definition at line 30 of file blit_opaque.h. |
|
|
Definition at line 30 of file blit_opaque.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001