Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpolygon_modifier.cpp24 ShapePoint shapePoint; in SetPolygonPoints() local
29 shapePoint.first = Dimension(xVal, DimensionUnit::VP); in SetPolygonPoints()
30 shapePoint.second = Dimension(yVal, DimensionUnit::VP); in SetPolygonPoints()
31 shapePoints.push_back(shapePoint); in SetPolygonPoints()
H A Dpolyline_modifier.cpp25 ShapePoint shapePoint; in SetPoints() local
30 shapePoint.first = Dimension(xVal, DimensionUnit::VP); in SetPoints()
31 shapePoint.second = Dimension(yVal, DimensionUnit::VP); in SetPoints()
32 shapePoints.push_back(shapePoint); in SetPoints()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_polygon.cpp74 ShapePoint shapePoint; in JsPoints() local
86 shapePoint.first = Dimension(pointArray->GetValueAt(0)->ToNumber<double>(), DimensionUnit::VP); in JsPoints()
88 shapePoint.first = StringUtils::StringToDimension(pointArray->GetValueAt(0)->ToString(), true); in JsPoints()
93 shapePoint.second = Dimension(pointArray->GetValueAt(1)->ToNumber<double>(), DimensionUnit::VP); in JsPoints()
95 shapePoint.second = StringUtils::StringToDimension(pointArray->GetValueAt(1)->ToString(), true); in JsPoints()
99 shapePoints.push_back(shapePoint); in JsPoints()

Completed in 1 milliseconds