/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 35 void SetStrokeMiterLimit(ArkUINodeHandle node, ArkUI_Float32 miterLimit) in SetStrokeMiterLimit() function 39 ShapeModelNG::SetStrokeMiterLimit(frameNode, miterLimit); in SetStrokeMiterLimit() 46 ShapeModelNG::SetStrokeMiterLimit(frameNode, DEFAULT_MITER_LIMIT); in ResetStrokeMiterLimit() 251 …rkUICommonShapeModifier modifier = { SetStrokeDashArray, ResetStrokeDashArray, SetStrokeMiterLimit, in GetCommonShapeModifier() 262 …CJUICommonShapeModifier modifier = { SetStrokeDashArray, ResetStrokeDashArray, SetStrokeMiterLimit, in GetCJUICommonShapeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.cpp | 79 void ShapeModelNG::SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function in OHOS::Ace::NG::ShapeModelNG 81 ShapeAbstractModelNG().SetStrokeMiterLimit(miterLimit); in SetStrokeMiterLimit() 141 void ShapeModelNG::SetStrokeMiterLimit(FrameNode* frameNode, double miterLimit) in SetStrokeMiterLimit() function in OHOS::Ace::NG::ShapeModelNG
|
H A D | shape_model_ng.h | 38 void SetStrokeMiterLimit(double miterLimit) override; 47 static void SetStrokeMiterLimit(FrameNode* frameNode, double miterLimit);
|
H A D | shape_abstract_model.h | 35 virtual void SetStrokeMiterLimit(double miterLimit);
|
H A D | shape_abstract_model_ng.h | 34 void SetStrokeMiterLimit(double miterLimit) override;
|
H A D | shape_model.h | 43 virtual void SetStrokeMiterLimit(double miterLimit);
|
H A D | shape_abstract_model_ng.cpp | 66 void ShapeAbstractModelNG::SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 90 void ShapeAbstractModelImpl::SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 98 component->SetStrokeMiterLimit(miterLimit); in SetStrokeMiterLimit()
|
H A D | shape_abstract_model_impl.h | 30 void SetStrokeMiterLimit(double miterLimit) override;
|
H A D | shape_model_impl.h | 35 void SetStrokeMiterLimit(double miterLimit) override;
|
H A D | shape_model_impl.cpp | 171 void ShapeModelImpl::SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function in OHOS::Ace::Framework::ShapeModelImpl 179 component->SetStrokeMiterLimit(miterLimit); in SetStrokeMiterLimit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.cpp | 240 void JSShape::SetStrokeMiterLimit(const JSCallbackInfo& info) in SetStrokeMiterLimit() function in OHOS::Ace::Framework::JSShape 247 ShapeModel::GetInstance()->SetStrokeMiterLimit(miterLimit); in SetStrokeMiterLimit() 373 JSClass<JSShape>::StaticMethod("strokeMiterLimit", &JSShape::SetStrokeMiterLimit); in JSBind()
|
H A D | js_shape.h | 42 static void SetStrokeMiterLimit(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.cpp | 150 void JSShapeAbstract::SetStrokeMiterLimit(const JSCallbackInfo& info) in SetStrokeMiterLimit() function in OHOS::Ace::Framework::JSShapeAbstract 157 ShapeAbstractModel::GetInstance()->SetStrokeMiterLimit(miterLimit); in SetStrokeMiterLimit() 407 …ass<JSShapeAbstract>::StaticMethod("strokeMiterLimit", &JSShapeAbstract::SetStrokeMiterLimit, opt); in JSBind()
|
H A D | js_shape_abstract.h | 35 static void SetStrokeMiterLimit(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.h | 37 static ArkUINativeModuleValue SetStrokeMiterLimit(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 212 ArkUINativeModuleValue CommonShapeBridge::SetStrokeMiterLimit(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeMiterLimit() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4701 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeMiterLimit)); in RegisterCommonShapeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 187 void SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function
|
H A D | shape_container_component.h | 199 void SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 147 ShapeModel::GetInstance()->SetStrokeMiterLimit(miterLimit); in FfiOHOSAceFrameworkShapeSetStrokeMiterLimit()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 259 shapeAbstactModel.SetStrokeMiterLimit(STROKE_LIMIT); in CheckStrokeMiterLimit()
|
H A D | shape_pattern_test_ng.cpp | 195 shapeModel2.SetStrokeMiterLimit(STROKE_LIMIT);
|