Home
last modified time | relevance | path

Searched defs:SetPoints (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpolygon_model_ng.cpp39 void PolygonModelNG::SetPoints(const ShapePoints& points) in SetPoints() function in OHOS::Ace::NG::PolygonModelNG
44 void PolygonModelNG::SetPoints(FrameNode* frameNode, const ShapePoints& points) in SetPoints() function in OHOS::Ace::NG::PolygonModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpolygon_model_impl.cpp32 void PolygonModelImpl::SetPoints(const ShapePoints& points) in SetPoints() function in OHOS::Ace::Framework::PolygonModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_polygon_declaration.h37 void SetPoints(const std::string& points) in SetPoints() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_polygon.h33 void SetPoints(const std::string& points) in SetPoints() function
H A Dsvg_polygon_component.cpp62 void SvgPolygonComponent::SetPoints(const std::string& points) in SetPoints() function in OHOS::Ace::SvgPolygonComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpolyline_modifier.cpp25 void SetPoints(ArkUINodeHandle node, const ArkUI_Float32* pointX, const ArkUI_Float32* pointY, int3… in SetPoints() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_polyline_bridge.cpp23 ArkUINativeModuleValue PolylineBridge::SetPoints(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPoints() function in OHOS::Ace::NG::PolylineBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h70 void SetPoints(const ShapePoints& points) in SetPoints() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dline_pattern_test_ng.cpp127 void SetPoints(LineModelNG& lineModelNg, ShapePoint* startPoint, ShapePoint* endPoint) in SetPoints() function in OHOS::Ace::NG::LinePatternTestNg