hi_tde_double_src
Description
Defines the information about the dual-source bitmap area and destination bitmap area. This is used in mode filling only.
Prototype
typedef struct {
hi_tde_surface *bg_surface;
hi_tde_surface *fg_surface;
hi_tde_surface *dst_surface;
hi_tde_rect *bg_rect;
hi_tde_rect *fg_rect;
hi_tde_rect *dst_rect;
} hi_tde_double_src;
Members
Member |
Description |
|---|---|
bg_surface |
Background bitmap. |
fg_surface |
Foreground bitmap. |
dst_surface |
Destination bitmap |
bg_rect |
Operation area of the background bitmap. |
fg_rect |
Operation area of the foreground bitmap. |
dst_rect |
Operation area in the destination bitmap |
Parent topic: TDE Graphics Drawing