Home
last modified time | relevance | path

Searched refs:centerPoint_ (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h33 return centerPoint_; in GetCenterPoint()
38 centerPoint_ = point; in SetCenterPoint()
78 centerPoint_.Rotate(point, angle); in Rotate()
85 centerPoint_.SetX(centerPoint_.GetX() + xOffset); in Move()
86 centerPoint_.SetY(centerPoint_.GetY() + yOffset); in Move()
91 out.SetX(centerPoint_.GetX() + radius_); in GetPointByAngle()
92 out.SetY(centerPoint_.GetY()); in GetPointByAngle()
93 out.Rotate(centerPoint_, angl in GetPointByAngle()
141 Point centerPoint_; global() member in OHOS::Ace::Arc
[all...]

Completed in 2 milliseconds