/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 72 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 D | shape_model_impl.cpp | 152 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 D | shape_abstract_model_impl.h | 29 void SetStrokeLineJoin(int lineJoinStyle) override;
|
H A D | shape_model_impl.h | 34 void SetStrokeLineJoin(int lineJoinStyle) override;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 159 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 D | shape_model_ng.h | 37 void SetStrokeLineJoin(int lineJoinStyle) override; 56 static void SetStrokeLineJoin(FrameNode* frameNode, int lineJoinStyle);
|
H A D | shape_model_ng.cpp | 72 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 D | shape_abstract_model.h | 34 virtual void SetStrokeLineJoin(int lineJoinStyle);
|
H A D | shape_model.h | 42 virtual void SetStrokeLineJoin(int lineJoinStyle);
|
H A D | shape_abstract_model_ng.h | 33 void SetStrokeLineJoin(int lineJoinStyle) override;
|
H A D | shape_abstract_model_ng.cpp | 57 void ShapeAbstractModelNG::SetStrokeLineJoin(int lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.h | 41 static void SetStrokeLineJoin(int lineJoin);
|
H A D | js_shape_abstract.h | 34 static void SetStrokeLineJoin(int lineJoin);
|
H A D | js_shape_abstract.cpp | 138 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 D | js_shape.cpp | 228 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 D | arkts_native_common_shape_bridge.h | 35 static ArkUINativeModuleValue SetStrokeLineJoin(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 186 ArkUINativeModuleValue CommonShapeBridge::SetStrokeLineJoin(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeLineJoin() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4754 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineJoin)); in RegisterCommonShapeAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 182 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::ShapeComponent
|
H A D | shape_container_component.h | 194 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function in OHOS::Ace::ShapeContainerComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 141 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 D | base_shape_pattern_test_ng.cpp | 238 shapeAbstactModel.SetStrokeLineJoin(LINE_JOIN); in CheckStrokeLineJoin()
|
H A D | shape_pattern_test_ng.cpp | 194 shapeModel2.SetStrokeLineJoin(LINE_JOIN); in HWTEST_F()
|