#include <blit_dynamic.h>
Inheritance diagram for CL_Blit_Dynamic:


Public Methods | |
| CL_Blit_Dynamic (CL_SurfaceProvider *provider, CL_Target *target) | |
| virtual | ~CL_Blit_Dynamic () |
| 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 | |
| CL_SurfaceProvider* | provider |
| HermesFormat* | dest_fmt |
| HermesFormat * | src_fmt |
| HermesHandle | handle |
| HermesHandle | palette |
| bool | use_palette |
|
|
|
|
|
|
|
|
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 33 of file blit_dynamic.h. |
|
|
Definition at line 34 of file blit_dynamic.h. |
|
|
Definition at line 34 of file blit_dynamic.h. |
|
|
Definition at line 31 of file blit_dynamic.h. |
|
|
Definition at line 33 of file blit_dynamic.h. |
|
|
Definition at line 36 of file blit_dynamic.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001