hi_fb_point

Description

Defines the start coordinates of HiFB.

Prototype

typedef struct {
    hi_s32 x_pos;
    hi_s32 y_pos;
} hi_fb_point;

Members

Member

Description

x_pos

Horizontal coordinate of the start point.

y_pos

Vertical coordinate of the start point.