Home
last modified time | relevance | path

Searched refs:VertexDistCmd (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_vertex_sequence.h67 struct VertexDistCmd : public VertexDist { struct
70 VertexDistCmd() {} in VertexDistCmd() function
78 VertexDistCmd(float x_, float y_, uint32_t cmd_) : VertexDist(x_, y_), cmd(cmd_) {} in VertexDistCmd() argument