Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h101 void GetEndPoint(Point& out) const in GetEndPoint() function
113 Point GetEndPoint() const in GetEndPoint() function
116 GetEndPoint(endPoint); in GetEndPoint()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_axis_unit_test.cpp225 EXPECT_EQ(axisX_->GetEndPoint().x, end_.x);
226 EXPECT_EQ(axisX_->GetEndPoint().y, end_.y);
271 Point endx = axisX_->GetEndPoint();
287 Point endx = axisY_->GetEndPoint();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dline_paint_method.h48 if (!linePaintProperty->GetStartPoint() || !linePaintProperty->GetEndPoint()) { in GetContentDrawFunction()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_axis.h125 const Point& GetEndPoint() const in GetEndPoint() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.h85 ShapePoint GetEndPoint() const in GetEndPoint() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_composed_element.cpp360 ShapePoint endPoint = render->GetEndPoint(); in GetEndPointArray()