Home
last modified time | relevance | path

Searched refs:SetBasicShape (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.cpp79 SetBasicShape(circle); in NativeCircle()
93 SetBasicShape(ellipse); in NativeEllipse()
107 SetBasicShape(rect); in NativeRect()
146 SetBasicShape(path); in NativePath()
H A Dshape_abstract.h33 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h70 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() function
120 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path_shape.cpp34 jsPath->SetBasicShape(path); in ConstructorCallback()
H A Djs_shape_abstract.h52 void SetBasicShape(const RefPtr<BasicShape>& basicShape) in SetBasicShape() function
H A Djs_circle_shape.cpp42 jsCircle->SetBasicShape(circle); in ConstructorCallback()
H A Djs_ellipse_shape.cpp39 jsEllipse->SetBasicShape(ellipse); in ConstructorCallback()
H A Djs_circle.cpp84 jsCircle->SetBasicShape(circle); in ConstructorCallback()
H A Djs_ellipse.cpp83 jsEllipse->SetBasicShape(ellipse); in ConstructorCallback()
H A Djs_path.cpp93 jsPath->SetBasicShape(path); in ConstructorCallback()
H A Djs_rect_shape.cpp216 jsRectShape->SetBasicShape(rect); in ConstructorCallback()
H A Djs_rect.cpp348 jsRect->SetBasicShape(rect); in ConstructorCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.cpp106 clipPath->SetBasicShape(path); in CreateBoxComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp924 clipPath->SetBasicShape(shape); in SetClipShape()
937 maskPath->SetBasicShape(shape); in SetMask()