Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp73 void ShapeAbstractModelImpl::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
82 component->SetStrokeLineJoin(LineJoinStyle::BEVEL); in SetStrokeLineJoin()
84 component->SetStrokeLineJoin(LineJoinStyle::ROUND); in SetStrokeLineJoin()
86 component->SetStrokeLineJoin(LineJoinStyle::MITER); in SetStrokeLineJoin()
H A Dshape_model_impl.cpp154 void ShapeModelImpl::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::Framework::ShapeModelImpl
163 component->SetStrokeLineJoin(LineJoinStyle::BEVEL); in SetStrokeLineJoin()
165 component->SetStrokeLineJoin(LineJoinStyle::ROUND); in SetStrokeLineJoin()
167 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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp163 void SetStrokeLineJoin(ArkUINodeHandle node, int lineJoinStyle) in SetStrokeLineJoin() function
167 ShapeModelNG::SetStrokeLineJoin(frameNode, lineJoinStyle); in SetStrokeLineJoin()
174 ShapeModelNG::SetStrokeLineJoin(frameNode, DEFAULT_STROKE_LINE_JOIN); in ResetStrokeLineJoin()
254 …ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoi… in GetCommonShapeModifier()
265 …ResetStrokeDashOffset, SetStrokeLineCap, ResetStrokeLineCap, SetStrokeLineJoin, ResetStrokeLineJoi… in GetCJUICommonShapeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.cpp74 void ShapeModelNG::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeModelNG
76 ShapeAbstractModelNG().SetStrokeLineJoin(lineJoinStyle); in SetStrokeLineJoin()
136 void ShapeModelNG::SetStrokeLineJoin(FrameNode* frameNode, int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeModelNG
H A Dshape_model_ng.h37 void SetStrokeLineJoin(int lineJoinStyle) override;
56 static void SetStrokeLineJoin(FrameNode* frameNode, int lineJoinStyle);
H A Dshape_abstract_model.h34 virtual void SetStrokeLineJoin(int lineJoinStyle);
H A Dshape_abstract_model_ng.h33 void SetStrokeLineJoin(int lineJoinStyle) override;
H A Dshape_model.h42 virtual void SetStrokeLineJoin(int lineJoinStyle);
H A Dshape_abstract_model_ng.cpp61 void ShapeAbstractModelNG::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeAbstractModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.cpp235 void JSShape::SetStrokeLineJoin(int lineJoin) in SetStrokeLineJoin() function in OHOS::Ace::Framework::JSShape
237 ShapeModel::GetInstance()->SetStrokeLineJoin(lineJoin); in SetStrokeLineJoin()
372 JSClass<JSShape>::StaticMethod("strokeLineJoin", &JSShape::SetStrokeLineJoin); in JSBind()
H A Djs_shape.h41 static void SetStrokeLineJoin(int lineJoin);
H A Djs_shape_abstract.cpp145 void JSShapeAbstract::SetStrokeLineJoin(int lineJoin) in SetStrokeLineJoin() function in OHOS::Ace::Framework::JSShapeAbstract
147 ShapeAbstractModel::GetInstance()->SetStrokeLineJoin(lineJoin); in SetStrokeLineJoin()
406 …JSClass<JSShapeAbstract>::StaticMethod("strokeLineJoin", &JSShapeAbstract::SetStrokeLineJoin, opt); in JSBind()
H A Djs_shape_abstract.h34 static void SetStrokeLineJoin(int lineJoin);
/ohos5.0/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.cpp4737 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineJoin)); in RegisterCommonShapeAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h182 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function
H A Dshape_container_component.h194 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp142 …ShapeModel::GetInstance()->SetStrokeLineJoin(static_cast<int32_t>(LINE_JOIN_STYLE_LIST[lineJoin])); in FfiOHOSAceFrameworkShapeSetStrokeLineJoin()
/ohos5.0/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);