Home
last modified time | relevance | path

Searched refs:SetStrokeLineJoin (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp72 void ShapeAbstractModelImpl::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
81 component->SetStrokeLineJoin(LineJoinStyle::BEVEL); in SetStrokeLineJoin()
83 component->SetStrokeLineJoin(LineJoinStyle::ROUND); in SetStrokeLineJoin()
85 component->SetStrokeLineJoin(LineJoinStyle::MITER); in SetStrokeLineJoin()
H A Dshape_model_impl.cpp152 void ShapeModelImpl::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::Framework::ShapeModelImpl
161 component->SetStrokeLineJoin(LineJoinStyle::BEVEL); in SetStrokeLineJoin()
163 component->SetStrokeLineJoin(LineJoinStyle::ROUND); in SetStrokeLineJoin()
165 component->SetStrokeLineJoin(LineJoinStyle::MITER); in SetStrokeLineJoin()
H A Dshape_abstract_model_impl.h29 void SetStrokeLineJoin(int lineJoinStyle) override;
H A Dshape_model_impl.h34 void SetStrokeLineJoin(int lineJoinStyle) override;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp159 void SetStrokeLineJoin(ArkUINodeHandle node, int lineJoinStyle) in SetStrokeLineJoin() function
163 ShapeModelNG::SetStrokeLineJoin(frameNode, lineJoinStyle); in SetStrokeLineJoin()
170 ShapeModelNG::SetStrokeLineJoin(frameNode, DEFAULT_STROKE_LINE_JOIN); in ResetStrokeLineJoin()
250 ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoin, in GetCommonShapeModifier()
261 ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoin, in GetCJUICommonShapeModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.h37 void SetStrokeLineJoin(int lineJoinStyle) override;
56 static void SetStrokeLineJoin(FrameNode* frameNode, int lineJoinStyle);
H A Dshape_model_ng.cpp72 void ShapeModelNG::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeModelNG
74 ShapeAbstractModelNG().SetStrokeLineJoin(lineJoinStyle); in SetStrokeLineJoin()
134 void ShapeModelNG::SetStrokeLineJoin(FrameNode* frameNode, int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeModelNG
H A Dshape_abstract_model.h34 virtual void SetStrokeLineJoin(int lineJoinStyle);
H A Dshape_model.h42 virtual void SetStrokeLineJoin(int lineJoinStyle);
H A Dshape_abstract_model_ng.h33 void SetStrokeLineJoin(int lineJoinStyle) override;
H A Dshape_abstract_model_ng.cpp57 void ShapeAbstractModelNG::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeAbstractModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.h41 static void SetStrokeLineJoin(int lineJoin);
H A Djs_shape_abstract.h34 static void SetStrokeLineJoin(int lineJoin);
H A Djs_shape_abstract.cpp138 void JSShapeAbstract::SetStrokeLineJoin(int lineJoin) in SetStrokeLineJoin() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract
140 ShapeAbstractModel::GetInstance()->SetStrokeLineJoin(lineJoin); in SetStrokeLineJoin()
399 JSClass<JSShapeAbstract>::StaticMethod("strokeLineJoin", &JSShapeAbstract::SetStrokeLineJoin, opt); in JSBind()
H A Djs_shape.cpp228 void JSShape::SetStrokeLineJoin(int lineJoin) in SetStrokeLineJoin() function in OHOS::OHOS::Ace::Framework::JSShape
230 ShapeModel::GetInstance()->SetStrokeLineJoin(lineJoin); in SetStrokeLineJoin()
365 JSClass<JSShape>::StaticMethod("strokeLineJoin", &JSShape::SetStrokeLineJoin); in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_shape_bridge.h35 static ArkUINativeModuleValue SetStrokeLineJoin(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp186 ArkUINativeModuleValue CommonShapeBridge::SetStrokeLineJoin(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeLineJoin() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4754 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineJoin)); in RegisterCommonShapeAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h182 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::ShapeComponent
H A Dshape_container_component.h194 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::ShapeContainerComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp141 ShapeModel::GetInstance()->SetStrokeLineJoin(static_cast<int32_t>(LINE_JOIN_STYLE_LIST[lineJoin])); in FfiOHOSAceFrameworkShapeSetStrokeLineJoin()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp238 shapeAbstactModel.SetStrokeLineJoin(LINE_JOIN); in CheckStrokeLineJoin()
H A Dshape_pattern_test_ng.cpp194 shapeModel2.SetStrokeLineJoin(LINE_JOIN); in HWTEST_F()

Completed in 27 milliseconds