hi_quad_cover

Description

Defines a user-defined coverage area.

Prototype

typedef struct {
   hi_bool is_solid;
    hi_u32 thick;
    hi_point point[4];
} hi_quad_cover;

Members

Member

Description

is_solid

This parameter can only be set to 1.

thick

Reserved.

point[4]

Coordinates of the four points of a quadrilateral.