Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpolygon_modifier.cpp25 ShapePoints shapePoints; in SetPolygonPoints() local
31 shapePoints.push_back(shapePoint); in SetPolygonPoints()
34 PolygonModelNG::SetPoints(frameNode, shapePoints); in SetPolygonPoints()
H A Dpolyline_modifier.cpp26 ShapePoints shapePoints; in SetPoints() local
32 shapePoints.push_back(shapePoint); in SetPoints()
35 PolygonModelNG::SetPoints(frameNode, shapePoints); in SetPoints()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_polygon_pattern_test_ng.cpp35 ShapePoints shapePoints; in CheckPoints() local
38 shapePoints.emplace_back(ShapePoint(Dimension(POINTS.at(i).at(0)), Dimension(POINTS.at(i).at(1)))); in CheckPoints()
40 PolygonModelNG().SetPoints(shapePoints); in CheckPoints()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_polygon.cpp69 ShapePoints shapePoints; in JsPoints() local
70 PolygonModel::GetInstance()->SetPoints(shapePoints); in JsPoints()
99 shapePoints.push_back(shapePoint); in JsPoints()
101 PolygonModel::GetInstance()->SetPoints(shapePoints); in JsPoints()

Completed in 2 milliseconds