hi_tde_single_src

Description

Defines the single-source bitmap area and destination bitmap area. This parameter is an input parameter used for quick copy.

Definition

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 of the destination bitmap.