hi_tde_single_src
Description
Defines the information about the single-source bitmap area and destination bitmap area. Currently, this data structure is used as an input parameter in the fast copy function.
Prototype
typedef struct {
hi_tde_surface *src_surface;
hi_tde_surface *dst_surface;
hi_tde_rect *src_rect;
hi_tde_rect *dst_rect;
} hi_tde_single_src;
Members
Member |
Description |
|---|---|
src_surface |
Source bitmap. |
dst_surface |
Destination bitmap |
src_rect |
Operation area of the source bitmap. |
dst_rect |
Operation area in the destination bitmap |
Parent topic: TDE Graphics Drawing