/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 73 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 D | shape_model_impl.cpp | 154 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 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;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 163 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 D | shape_model_ng.cpp | 74 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 D | shape_model_ng.h | 37 void SetStrokeLineJoin(int lineJoinStyle) override; 56 static void SetStrokeLineJoin(FrameNode* frameNode, int lineJoinStyle);
|
H A D | shape_abstract_model.h | 34 virtual void SetStrokeLineJoin(int lineJoinStyle);
|
H A D | shape_abstract_model_ng.h | 33 void SetStrokeLineJoin(int lineJoinStyle) override;
|
H A D | shape_model.h | 42 virtual void SetStrokeLineJoin(int lineJoinStyle);
|
H A D | shape_abstract_model_ng.cpp | 61 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 D | js_shape.cpp | 235 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 D | js_shape.h | 41 static void SetStrokeLineJoin(int lineJoin);
|
H A D | js_shape_abstract.cpp | 145 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 D | js_shape_abstract.h | 34 static void SetStrokeLineJoin(int lineJoin);
|
/ohos5.0/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 | 4737 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeLineJoin)); in RegisterCommonShapeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 182 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function
|
H A D | shape_container_component.h | 194 void SetStrokeLineJoin(LineJoinStyle lineJoinStyle) in SetStrokeLineJoin() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 142 …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 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);
|