hi_tde_single_src

Description

Defines single-source bitmap area information and destination bitmap area information. This parameter is an input parameter in the quick 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