Home
last modified time | relevance | path

Searched refs:SetStrokeMiterLimit (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp35 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 Dshape_model_ng.cpp79 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 Dshape_model_ng.h38 void SetStrokeMiterLimit(double miterLimit) override;
47 static void SetStrokeMiterLimit(FrameNode* frameNode, double miterLimit);
H A Dshape_abstract_model.h35 virtual void SetStrokeMiterLimit(double miterLimit);
H A Dshape_abstract_model_ng.h34 void SetStrokeMiterLimit(double miterLimit) override;
H A Dshape_model.h43 virtual void SetStrokeMiterLimit(double miterLimit);
H A Dshape_abstract_model_ng.cpp66 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 Dshape_abstract_model_impl.cpp90 void ShapeAbstractModelImpl::SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
98 component->SetStrokeMiterLimit(miterLimit); in SetStrokeMiterLimit()
H A Dshape_abstract_model_impl.h30 void SetStrokeMiterLimit(double miterLimit) override;
H A Dshape_model_impl.h35 void SetStrokeMiterLimit(double miterLimit) override;
H A Dshape_model_impl.cpp171 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 Djs_shape.cpp240 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 Djs_shape.h42 static void SetStrokeMiterLimit(const JSCallbackInfo& info);
H A Djs_shape_abstract.cpp150 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 Djs_shape_abstract.h35 static void SetStrokeMiterLimit(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_shape_bridge.h37 static ArkUINativeModuleValue SetStrokeMiterLimit(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp212 ArkUINativeModuleValue CommonShapeBridge::SetStrokeMiterLimit(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeMiterLimit() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4701 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeMiterLimit)); in RegisterCommonShapeAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h187 void SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function
H A Dshape_container_component.h199 void SetStrokeMiterLimit(double miterLimit) in SetStrokeMiterLimit() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp147 ShapeModel::GetInstance()->SetStrokeMiterLimit(miterLimit); in FfiOHOSAceFrameworkShapeSetStrokeMiterLimit()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp259 shapeAbstactModel.SetStrokeMiterLimit(STROKE_LIMIT); in CheckStrokeMiterLimit()
H A Dshape_pattern_test_ng.cpp195 shapeModel2.SetStrokeMiterLimit(STROKE_LIMIT);